426427428429430431432433434435436
remove(currentLayer); // This will handle the repaint() requests from the // layer... add(layer); layer.addNotify(); checkMouseMode(); } return layer; }