Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and Description |
---|---|
default void |
PlatformHook.checkExpiredJava(PlatformHook.JavaExpirationCallback callback)
Checks if the running version of Java has expired, proposes to user to update it if needed.
|
void |
PlatformHookWindows.startupHook(PlatformHook.JavaExpirationCallback callback) |
void |
PlatformHookOsx.startupHook(PlatformHook.JavaExpirationCallback callback) |
default void |
PlatformHook.startupHook(PlatformHook.JavaExpirationCallback callback)
The startupHook will be called early, but after the GUI
setup has started.
|