Spelling mistake in com.sutternow.swingkar.ConfigManager
Brought to you by:
javanovic
Typo in com.sutternow.swingkar.ConfigManager
"javascript-validation" is missing the 's'
line 201: elm.addElement("javacript-validation").setText
("false");
It should read: elm.addElement("javascript-
validation").setText("false");
Quinten Miller
quinten.miller@mcri.edu.au