184185186187188189190191192
} public JComponent createComponent() { if (_configPanel == null) { _configPanel = new ModuleConfigurationPanel(this); } return _configPanel; }