585960616263646566
} public JComponent createComponent() { if (configurationPanel == null) { configurationPanel = new ConfigurationPanel(project); } return configurationPanel.getRootPanel(); }