VisualController.getInstance().propertyChange(
new PropertyChangeEvent(this, "InternalFrameCount", null, editor));
// Update handle coloring if active
if (ConfigurationManager.getConfiguration().getColorOn() == true) {
new NetColorScheme().update();
}
}
// Found a matching editor
// Before we return it, give it the focus