81828384858687888990
return visualMappingPanel; } private void init() { visualMappingPanel = new ConfigurationPanel(); initGroupingBox(); initSlotControls(); }
166167168169170171172173174175
} // TODO uh, shouldnt we just initialize the visualMappingSPanel in the // constructor, as well as the other two things. private void init() { visualMappingPanel = new ConfigurationPanel(); initGroupingBox(); initSlotControls(); }