Changeset 34421 in osm for applications


Ignore:
Timestamp:
2018-07-13T11:17:26+02:00 (6 years ago)
Author:
nzara
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/src/pdfimport/GuiFieldBool.java

    r34403 r34421  
    1111
    1212public 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;
    1518
    1619        public JComponent getCompanion() {
Note: See TracChangeset for help on using the changeset viewer.