/** * Author: Josiah Yoder et al. * Class: SE1021-031 * Date: 1/7/14 10:31 AM * Lesson: Week 4, Day 1 */ package start4_1; public class Example { public static void main(String[] ignored) { // TODO: // Insert code from http://msoe.us/taylor/tutorial/se1021/GUIBasics here. // // Start at section "JFrame" // Then continue to adapt the program for the second example ("Extending JFrame") } }