Community
Participate
Working Groups
public void setTolerance(int tolerance) {
this.tolerance = tolerance;
}
public void repaint() {
bounds = null;
super.repaint();