01/23 Lecture Material
Types of Java Programs
- Console Applications
- Graphics Applications
- Applets
HTML code
Code for Applets
- extends Applet, extends JApplet
- public void paint (Graphics g)
- Rectangle class (constructor, draw, translate)
- Color (setColor)
- Graphics2D (setStroke)
- Rectangle2D.Double
- Ellipse2D.Double
- Line2D.Double
- Point2D.Double
Note: Although the complete outline of the rectangle does
not show up on the screen in EPS 103, it does appear when I
run the same program in my office. The code is correct -
try it out on your home PC and see what happens.