private void initialize() {
createGroup();
setSize(new Point(696, 462));
setLayout(new FillLayout());
listener.fillEvent(table);
if(type == Editor.EVENT_GROUP)
group.setText(" Action: " + listener.getActionName() + " Group: " + listener.getEventGroupName() );
else if(type == Editor.REMOVE_EVENT_GROUP)