Changeset 5632 in josm for trunk/src/org
- Timestamp:
- 2012-12-25T23:46:47+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/DefaultTabPreferenceSetting.java
r5631 r5632 96 96 } catch (IllegalArgumentException e) { 97 97 // Ignore exception and return false below 98 e.printStackTrace();99 System.out.println(tabpane.getTabCount());100 for (int i = 0; i < tabpane.getTabCount() ; i++) {101 System.out.println(tabpane.getComponentAt(i));102 }103 98 } 104 99 }
Note:
See TracChangeset
for help on using the changeset viewer.