remove workaround for win10
This commit is contained in:
@@ -57,8 +57,6 @@ 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() + "\" ");
|
||||||
|
|||||||
Reference in New Issue
Block a user