Change-Id: I287f5410c43628751bd2eb6b8868458e8d2d4507
* (needed when building the documentation under *ux)
*/
if (mode != 1 && System.getenv("SCI_JAVA_ENABLE_HEADLESS") == null) {
+
/* http://java.sun.com/docs/books/tutorial/uiswing/lookandfeel/plaf.html */
try {
-
String scilabLookAndFeel = "javax.swing.plaf.metal.MetalLookAndFeel";
if (OS.get() == OS.WINDOWS) {
mainView = SwingScilabWindow.allScilabWindows.get(consoleTab.getParentWindowId());
} else {
+ if (mode == 3) { //NW
+ ConfigManager.createUserCopy();
+ }
GraphicController.getController().askObject(Type.CONSOLE);
}
}