323334353637383940
} public static void main(String[] args) { setLookAndFeel(); StartPage game = new StartPage(); game.setVisible(true); }