Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/gui/history/VersionTableColumnModel.java
- Timestamp:
- 30.08.2009 19:07:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/history/VersionTableColumnModel.java
r1709 r2017 1 1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.gui.history; 3 4 import static org.openstreetmap.josm.tools.I18n.tr; 3 5 4 6 import javax.swing.table.DefaultTableColumnModel; 5 7 import javax.swing.table.TableCellRenderer; 6 8 import javax.swing.table.TableColumn; 7 import static org.openstreetmap.josm.tools.I18n.tr;8 9 /** 9 10 * The {@see TableColumnModel} for the table with the list of versions
Note: See TracChangeset
for help on using the changeset viewer.
