Center Swing Windows

Travis picture Travis · Jun 21, 2010 · Viewed 13.8k times · Source

I'm developing a Java Swing application. How can I make it so that when the program itself and any other windows open they come up in the center of the screen?

Answer

camickr picture camickr · Jun 21, 2010
frame.setLocationRelativeTo( null );