Modify ↓
Opened 18 years ago
Closed 18 years ago
#119 closed defect (fixed)
There is no way of adding new ToggleDialogs to JOSM
Reported by: | Owned by: | imi | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | unspecified | Version: | |
Keywords: | Cc: |
Description
Right now, all ToggleDialogs are added to a private JPanel (Main.map.toggleDialogs) in the MapFrame constructor.
As this panel is private, no plugin can add new toggle dialogs. The variable should be public, or a method should exist to add new dialogs.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
fixed.
Use the renamed and "re-public-ed" function addToggleDialog for maximum comfort.