396397398399400401402403404
} public JComponent createComponent() { if (_configPanel == null) { _configPanel = new ConfigurationPanel(this); } return _configPanel; }