e.printStackTrace();
}
Control control = new Control(new CallbackTest(), "Configure FTP Servers", null, null, false);
ControlPanel panel = control.getPanel();
ActionRegistry actionRegistry = new ActionRegistry(this);
ButtonBar bar = new ButtonBar();
bar.addConfiguredButton(new Button("Add an FTP server", "addserver", ActionType.OK));
bar.addConfiguredButton(new Button("Remove an FTP server", "removeServer", ActionType.OK));
bar.addToControlPanel(panel);