if (SwingTools.showConfirmDialog((JComponent)parentView,
this, this.dialogTitle, this.nameTextField) == JOptionPane.OK_OPTION) {
if (this.controller.getBackFaceShown() != null
&& this.controller.getBackFaceShown()) {
JRootPane rootPane = SwingUtilities.getRootPane((JComponent)parentView);
Cursor defaultCursor = rootPane.getCursor();
try {
rootPane.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
this.controller.setModel(ImportFurnitureTaskPanel.copyToTemporaryOBJContent(
this.iconComponent.getModel(), this.controller.getModel()));
} catch (IOException e) {