¡@

Home 

java Programming Glossary: xsq

accessing a variable from another class

http://stackoverflow.com/questions/1022880/accessing-a-variable-from-another-class

extends JPanel private int w h di diBig diSmall maxRad xSq ySq xPoint yPoint public DrawFrame d public DrawCircle w 400.. w 400 h 400 diBig 300 diSmall 10 maxRad diBig 2 diSmall xSq 50 ySq 50 xPoint 200 yPoint 200 public void paintComponent Graphics.. g super.paintComponent g g.setColor Color.blue g.drawOval xSq ySq diBig diBig for int y ySq y ySq diBig y y diSmall 2 for..