setTitle("Level Editor");
this.refEditor = refEditorDisplay;
Container pane = getContentPane();
tableLayout = new TableLayout();
tableLayout.insertColumn(0, TableLayout.FILL);
pane.setLayout(tableLayout);
panel = new JPanel();
TableLayout layout = new TableLayout();
layout.setColumn(new double[] {4, 0.2, 4, 0.2, 4, 0.2, 4, 0.2, 4, 0.2, 4});
layout.setRow(new double[] {5, ICON_SIZE, 5, ICON_SIZE, 5, ICON_SIZE, 5, ICON_SIZE, 5, ICON_SIZE, 15, TableLayout.FILL, 5});
panel.setLayout(layout);
btnLevelNew = new JButton(ImageUtil.loadImageIcon("images/level_new.png", CreateLevelTool.class));
btnLevelLoad = new JButton(ImageUtil.loadImageIcon("images/level_new.png", CreateLevelTool.class));
btnLevelSave = new JButton(ImageUtil.loadImageIcon("images/level_new.png", CreateLevelTool.class));