Package | Description |
---|---|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
Modifier and Type | Field and Description |
---|---|
private static MainFrame |
MainApplication.mainFrame |
Modifier and Type | Method and Description |
---|---|
private static MainFrame |
MainApplication.createMainFrame(WindowGeometry geometry) |
static MainFrame |
MainApplication.getMainFrame()
Returns the JOSM main frame.
|
Constructor and Description |
---|
MainApplication(MainFrame mainFrame)
Constructs a main frame, ready sized and operating.
|