infoPanel.layout(4, 2, GridPanel.WEIGHT_NONE, 1);
GridPanel mainPanel = new GridPanel();
mainPanel.add(this.parameterPanel);
mainPanel.add(infoPanel);
mainPanel.layout(2, 1, 0, 0);
this.invokeButton = new JButton("Invoke");
this.invokeButton.addActionListener(new AbstractAction() {
public void actionPerformed(ActionEvent e) {
execute();