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

uses java.awt.EventQueue
uses javax.swing.UIManager

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy