View Single Post
  #3 (permalink)  
Old 11-02-2007, 06:43 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
If you are using j2se 1.4+ you have access to the Window method
setLocationRelativeTo(Component c). Use null for the argument to center your top–level container.
Reply With Quote