60 likes | 150 Views
ITK 168 Lecture 6 – GUI and Inheritance. HouseComponent. PaintComponent and Graphics. To override paintComponent(). public void paintComponent(Graphics g) { super.paintComponent(g); }. java.awt.Graphics contains a number of drawing utilities. Extended class pattern. Drawing methods.
E N D
PaintComponent and Graphics • To override paintComponent() • public void paintComponent(Graphics g) { • super.paintComponent(g); • } • java.awt.Graphics contains a number of • drawing utilities