Nieuws

To make it close, you must add code: class SplashWindow2 extends JWindow { public SplashWindow2(String filename, Frame f) { super (f); JLabel l = new JLabel (new ImageIcon (filename)); ...