如何通过代码最大化JFrame?


问题内容

如何通过代码最大化JFrame?


问题答案:

试试这个:

f.setExtendedState( f.getExtendedState()|JFrame.MAXIMIZED_BOTH );