/* There is no need to provide a comment in this source file You must provide a comment at the top of A4JPanel, and every other source file you create */ public class A4App { public static void main(String[] args) { A4JFrame gui = new A4JFrame("Asst 4", 100, 100, 500, 500); } }