2728293031323334353637
/**This is the main method. Called when run as an application */ public static void main(String args[]) { (new SplashScreen()).setVisible(true); AnImOSY mw = new AnImOSY(); // add a key listener mw.addKeyListener(GUIEventListener.getInstance());