Fix NullPointerException when starting SC.

cusax-fix
Yana Stamcheva 18 years ago
parent 7ba7f9b919
commit db44748e59

@ -29,6 +29,5 @@ protected void installDefaults()
super.installDefaults();
LookAndFeel.installProperty(menuBar, "opaque", Boolean.FALSE);
LookAndFeel.installBorder(menuBar, null);
}
}

Loading…
Cancel
Save