cToggleButton.java
.. .. @@ -37,7 +37,7 @@ 37 37 //if (getWidth() > image.getWidth(null) + 8) 38 38 { 39 39 g.drawImage(image, this.getWidth()/2 - 12, this.getHeight()/2 - 12, this); 40 - g.drawRect(0, 0, this.getWidth()-1, this.getHeight()-1);40 + g.drawRect(2, 2, this.getWidth()-5, this.getHeight()-5);41 41 } 42 42 } 43 43 }