|
|
@ -91,7 +91,6 @@ public class XNameWidget extends XWidgetCreator { |
|
|
|
if (editor != null) { |
|
|
|
if (editor != null) { |
|
|
|
this.setLayout(FRGUIPaneFactory.createBorderLayout()); |
|
|
|
this.setLayout(FRGUIPaneFactory.createBorderLayout()); |
|
|
|
add(editor, BorderLayout.CENTER); |
|
|
|
add(editor, BorderLayout.CENTER); |
|
|
|
this.setVisible(toData().isVisible()); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|