All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.Life.src.main.gosu.life.GameOfLife.gsp Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
uses java.awt.EventQueue
uses javax.swing.UIManager

EventQueue.invokeLater( \-> {
  UIManager.setLookAndFeel( UIManager.getSystemLookAndFeelClassName() )
  new BoardFrame().Visible = true
} )




© 2015 - 2024 Weber Informatics LLC | Privacy Policy