Ignore:
Timestamp:
30.08.2009 19:07:24 (3 years ago)
Author:
Gubaer
Message:

removed OptionPaneUtil
cleanup of deprecated Layer API
cleanup of deprecated APIs in OsmPrimitive and Way
cleanup of imports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/VersionTableColumnModel.java

    r1709 r2017  
    11// License: GPL. For details, see LICENSE file. 
    22package org.openstreetmap.josm.gui.history; 
     3 
     4import static org.openstreetmap.josm.tools.I18n.tr; 
    35 
    46import javax.swing.table.DefaultTableColumnModel; 
    57import javax.swing.table.TableCellRenderer; 
    68import javax.swing.table.TableColumn; 
    7 import static org.openstreetmap.josm.tools.I18n.tr; 
    89/** 
    910 * The {@see TableColumnModel} for the table with the list of versions 
Note: See TracChangeset for help on using the changeset viewer.