Esempio n. 1
0
 public void paintComponent(java.awt.Graphics g) {
   super.paintComponent(g);
   _title.paint((Graphics2D) g, _title.getImage());
   _newGame.paint((Graphics2D) g, _newGame.getImage());
   _continue.paint((Graphics2D) g, _continue.getImage());
   _quit.paint((Graphics2D) g, _quit.getImage());
 }