textArea.setMinimumSize(new Dimension(INITAL_LEFT_WIDTH/2, 300));
return textArea;
}
private ImageListPanel createImagePanel() {
ImageListPanel imagePanel = new ImageListPanel();
imagePanel.setMaxNumSelections(1);
imagePanel.setPreferredSize(new Dimension(700, 200));
return imagePanel;
}