标题: Full size window [打印本页] 作者: lilu_0608 时间: 2005-05-24 18:09 标题: Full size window Same with title.
void setLocationRelativeTo(Component)
(in Window)
Position the window so that it's centered over the specified component. If the argument is null, the window is centered onscreen. To properly center the window, you should invoke this method after the window's size has been set. http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Window.html#setLocationRelativeTo(java.awt.Component)