We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f48a40 commit a3eae13Copy full SHA for a3eae13
app/test/processing/app/AbstractGUITest.java
@@ -51,6 +51,7 @@ public void startUpTheIDE() throws Exception {
51
FailOnThreadViolationRepaintManager.install();
52
53
BaseNoGui.initPlatform();
54
+ BaseNoGui.getPlatform().init();
55
PreferencesData.init(null);
56
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
57
Theme.init();
0 commit comments