java - JFrame Maximize window -


I am putting a quick and dirty animation together using swing. I have to maximize the window how do I do it Can i

provided that you are expanding the JFrame:

  public Run zero () {MyFrame myFrame = new MyFrame (); MyFrame.setVisible (true); MyFrame.setExtendedState (myFrame.getExtendedState () | JefframMXIMIZ_Bobo); }  

Comments