Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thought for the day: Centering a Java JPane properly
#3
If your looking for the easy solution to centering just...
Code:
JFrame myFrame;
// Add controls...
myFrame.pack();
myFrame.setLocationRelativeTo(null);
I doubt it will center it on the primary monitor but it's better than coke's default approach Big Grin.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)