Archived
0

workaround fix combobox in win10

This commit is contained in:
Mo
2015-10-29 21:40:35 +03:00
parent 355638ca9e
commit 1d0bf9489e

View File

@@ -56,6 +56,8 @@ public class Main extends Application {
} }
public static void main(String[] args) { public static void main(String[] args) {
//Workaround for fix bug with ComboBox in Win10
System.setProperty("glass.accessible.force", "false");
PropertyConfigurator.configure("log4j.properties"); PropertyConfigurator.configure("log4j.properties");
Thread.setDefaultUncaughtExceptionHandler((t, e) -> { Thread.setDefaultUncaughtExceptionHandler((t, e) -> {
System.err.print("Exception in thread \"" + t.getName() + "\" "); System.err.print("Exception in thread \"" + t.getName() + "\" ");