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

examples.Match3.src.main.gosu.match3.RunGame.gsp Maven / Gradle / Ivy

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy