Changeset 34421 in osm for applications
- Timestamp:
- 2018-07-13T11:17:26+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/src/pdfimport/GuiFieldBool.java
r34403 r34421 11 11 12 12 public class GuiFieldBool extends JCheckBox { 13 private JComponent companion; 14 private boolean value; 13 /* 14 * TODO: evolve to a component with integrated display of dependend components 15 */ 16 private JComponent companion =null; 17 private boolean value = false; 15 18 16 19 public JComponent getCompanion() {
Note:
See TracChangeset
for help on using the changeset viewer.