AMC 140 (First Semester, 2001-2002)
Announcements
- Long exam on Monday, 23 July 2001, 2-330PM
- Coverage
- All five lecture notes
- Labs 5-7
- Hands-on exam on Friday, 20 July 2001, 2PM.
- For practice, download and execute FileMaker.java.
- Add some more functionality to the frame.
- Final Project Specifications
- work in pairs
- Deadline: Wednesday, July 25 2001, 2PM.
- For event handling, (13 July 2001)
- Graphics in Java (AWT) (2 July 2001)
- to demonstrate labels, see LabelDemo.java
- to demonstrate buttons, see ButtonDemo.java
- to recognize button objects, see ButtonList.java
- to demonstrate a textfield, see TextFieldDemo.java
- to demonstrate a textarea, see TextAreaDemo.java
- to demonstrate flow layout, see FlowLayoutDemo.java
- to demonstrate border layout, see BorderLayoutDemo.java
- to demonstrate border layout using insets, see InsetsDemo.java
- to demonstrate grid layout, see GridLayoutDemo.java
- to create a child frame window from within an applet, see AppletFrame.java
- to create an AWT-based application, see AppWindow.java
- to draw lines, see Lines.java
- to draw rectangles, see Rectangles.java
- See LetsParty.html (25June 2001)
- Check out the new GraphicsIOApplet2.java,
which now supports multiple buttons as shown in PersonApplet4.java and PersonApplet4.html. (25 June 2001)
- Lecture (22 June 2001)
- Download Hello.java, Hello.html, HideAndShow.java and HAS.html. (15 June 2001)
Laboratory Exercises
Course Material
Other Downloads