public class Core { public static void main(String[] args) { new Mainframe().setVisible(true); } }