public class Main { public static void main(String[] args) { ImageWindow window = new ImageWindow(); window.setVisible(true); } }