public static ResourceBundle resources = ResourceFinder.get(CircuitPlugin.class);
public EmitterPropertiesPanel(String shapeName) {
super(true, true, true, true, shapeName);
emitterPanel = new DynamicColorPanel(this.getOwner(), resources.getString("emitterColorMapper"), true);
addOnCurrentRow(emitterPanel, 2, true, true, true);
}