public ImportFurnitureTaskPanel(String taskMessage,
FurnitureLibraryUserPreferences preferences,
ThreadedTaskController controller) {
super(taskMessage, preferences, controller);
this.preferences = preferences;
this.iconPreviewComponent = new ModelPreviewComponent();
Insets insets = this.iconPreviewComponent.getInsets();
this.iconPreviewComponent.setPreferredSize(
new Dimension(128 + insets.left + insets.right, 128 + insets.top + insets.bottom));
// Change layout
GridBagLayout layout = new GridBagLayout();