java swing启动时窗口最大化
setExtendedState( this.getExtendedState()|JFrame.MAXIMIZED_BOTH );
??
?
原文:http://hw1287789687.iteye.com/blog/2240084