Package | Description |
---|---|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
Modifier and Type | Field and Description |
---|---|
private ProgramArguments |
MainApplication.GuiFinalizationWorker.args |
Modifier and Type | Method and Description |
---|---|
static void |
MainApplication.mainJOSM(ProgramArguments args)
Main method to run the JOSM GUI.
|
(package private) static java.util.List<java.util.concurrent.Future<?>> |
MainApplication.postConstructorProcessCmdLine(ProgramArguments args)
Handle command line instructions after GUI has been initialized.
|
private static void |
MainApplication.processOffline(ProgramArguments args) |
Constructor and Description |
---|
GuiFinalizationWorker(ProgramArguments args,
DefaultProxySelector proxySelector) |