DarkModeDetector |
A "dark mode" detector for common platforms.
|
DesktopIntegration |
This utility class implements essentially the same functionality as the
Desktop API, with the following differences:
Its methods are static; there is no need to call a
Desktop.getDesktop() -type method to use it.
|
OSXAdapter |
Proxy class that reflectively installs handlers through Apple's
com.apple.eawt.Application class.
|
PlatformFileSystem |
Basic platform-specific file system operations.
|
PlatformSupport |
This utility class provides methods that help integrate an application into
the native operating system more cleanly.
|
Shell |
A Shell executes commands as if from the command line for the purpose of
automating platform-specific tasks.
|
Shell.Result |
Captures the result of executing a command.
|