1
0
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:
Claudio Indellicati
2014-08-21 14:06:25 +02:00
committed by Cristian Maglie
parent 64c6fe536c
commit c666274bf9
4 changed files with 93 additions and 52 deletions

View File

@@ -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();