These projects introduced my students to Java Swings and GUI frontend building. Simple Basics and easy to follow and learn, these small projects can be used together to build larger GUI's and programs and help push you to learn more frontend coding.
- FirstWindow.java
- ColorSwingWindow.java
- LayoutWindows.java
- PanelDemo.java
- MenuDemo.java
- ScrollBarDemo.java
- InnerListenersDemo.java
- ComboBoxDemo.java
- MultiPanelDemo.java
- Be in correct directory
- Run the following command: javac file.java
- Run the following ocmmand: java file