Fix null pointer bug.
git-svn-id: file:///home/svn/framework3/trunk@12047 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
95633f7c3d
commit
b413b8aa99
Binary file not shown.
|
@ -1925,7 +1925,7 @@ nameloop: for (int i = 0; i < names.length; i++) {
|
|||
|
||||
/** Sets look and feel to preset or default */
|
||||
private void setLnF(){
|
||||
setLnF(MsfguiApp.getPropertiesNode().get("LnF").toString());
|
||||
setLnF(""+MsfguiApp.getPropertiesNode().get("LnF"));
|
||||
}
|
||||
/** Sets look and feel of UI */
|
||||
private void setLnF(String classname) {
|
||||
|
|
Loading…
Reference in New Issue