System.setProperty ("com.apple.mrj.application.apple.menu.about.name", "MyDemo"); // meaningless - just want to keep the app // hanging around JFrame frame = new JFrame ("Empty JFrame"); frame.setVisible(true);