}
hide();
}
private void initGui() {
this.inputPanel = new ParameterPropertyPanel("Inputs");
this.outputPanel = new ParameterPropertyPanel("Outputs");
JPanel mainPanel = new JPanel();
mainPanel.setLayout(new GridLayout(1, 2)); // To have the same size.
mainPanel.add(this.inputPanel.getSwingComponent());
mainPanel.add(this.outputPanel.getSwingComponent());