Changeset 31215 in osm
- Timestamp:
- 2015-06-04T12:33:15+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryToggleDialog.java
r31214 r31215 276 276 } 277 277 278 /** 279 * Creates the layout of the dialog. 280 * 281 * @param data The content of the dialog 282 * @param buttons The buttons where you can click 283 * @param reverse {@code true} if the buttons should go at the top; {@code false} otherwise. 284 */ 278 285 public void createLayout(Component data, List<SideButton> buttons, 279 286 boolean reverse) {
Note:
See TracChangeset
for help on using the changeset viewer.