Example #1
0
 @Override
 public void draw(Graphics2D aBrush) {
   _superTower.draw(aBrush);
   _text1.draw(aBrush);
   _text2.draw(aBrush);
 }