package gui; import javax.swing.JFrame; public class Gui{ public static void main(String[] args) { MainWindow win = new MainWindow(); } }