Archived
0

remove workaround for win10

This commit is contained in:
iMoHax
2016-03-23 12:14:38 +03:00
parent 522a638157
commit 51428a3dfd

View File

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