Student Resources for CSC 120
Starter Templates for Java Programming
(right-click on the link(s) and choose "Save File As..." or "Save Link As...")
For basic one-panel Applications:
For Applications that use the GUI Designer:
- MUFrameWithGUIDesigner.zip
(Extract All from this to obtain 3 files that should be copied to the src folder of your NetBeans project)
Web Pages to help you with Java
Demo Programs showing Extra Features for Programming Assignments
Changing Fonts for use with g.drawString
Changing the default Line Width for drawing
Drawing with Irregular Polygons
Displaying an Image in the Graphics window
JavaDocs and Java Classes
How to Use Swing Components for a User Interface
MU Java Docs for the graphical classes: Balloon, Flag, etc.