mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-07 00:04:36 +03:00
Moved libraries and importToLibraryTable (and related methods) from Base to BaseNoGui (work in progress).
This commit is contained in:
committed by
Cristian Maglie
parent
64c6fe536c
commit
c666274bf9
@@ -21,7 +21,7 @@ public abstract class AbstractGUITest {
|
||||
Preferences.init(null);
|
||||
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
|
||||
Theme.init();
|
||||
Base.platform.setLookAndFeel();
|
||||
Base.getPlatform().setLookAndFeel();
|
||||
Base.untitledFolder = Base.createTempFolder("untitled");
|
||||
Base.untitledFolder.deleteOnExit();
|
||||
|
||||
|
Reference in New Issue
Block a user