Changeset 28693 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextDialog.java
- Timestamp:
- 2012-09-07T16:40:13+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextDialog.java
r28290 r28693 108 108 roleBox.setVisible(false); 109 109 enterRoleAction = new EnterRoleAction(); // just for the shortcut 110 sortAndFixAction = new SortAndFixAction(chosenRelation); 110 111 111 112 // [±][X] relation U [AZ][Down][Edit] 112 113 chosenRelationPanel = new JPanel(new GridBagLayout()); 113 addRemoveMemberAction = new AddRemoveMemberAction(chosenRelation); 114 addRemoveMemberAction = new AddRemoveMemberAction(chosenRelation, sortAndFixAction); 114 115 chosenRelationPanel.add(new JButton(addRemoveMemberAction), GBC.std()); 115 116 chosenRelationPanel.add(sizeButton(new JButton(new ClearChosenRelationAction(chosenRelation)), 32, 0), GBC.std()); … … 118 119 chosenRelationPanel.add(chosenRelationComponent, GBC.std().fill().insets(5, 0, 5, 0)); 119 120 chosenRelationPanel.add(roleBox, GBC.std().fill().insets(5, 0, 5, 0)); 120 sortAndFixAction = new SortAndFixAction(chosenRelation);121 121 final JButton sortAndFixButton = (JButton) sizeButton(new JButton(sortAndFixAction), 32, 0); 122 122 chosenRelationPanel.add(sortAndFixButton, GBC.std().fill(GBC.VERTICAL));
Note:
See TracChangeset
for help on using the changeset viewer.
