|
|
@ -52,8 +52,7 @@ public class UIMenuNameableCreator implements Nameable{ |
|
|
|
|
|
|
|
|
|
|
|
public BasicBeanPane getPane() { |
|
|
|
public BasicBeanPane getPane() { |
|
|
|
try { |
|
|
|
try { |
|
|
|
BasicBeanPane pane = this.paneClazz.newInstance(); |
|
|
|
return this.paneClazz.newInstance(); |
|
|
|
return pane; |
|
|
|
|
|
|
|
} catch (InstantiationException e) { |
|
|
|
} catch (InstantiationException e) { |
|
|
|
|
|
|
|
|
|
|
|
} catch (IllegalAccessException e) { |
|
|
|
} catch (IllegalAccessException e) { |
|
|
|