Changeset 12299 in josm for trunk/src


Ignore:
Timestamp:
2017-06-02T15:47:52+02:00 (7 years ago)
Author:
michael2402
Message:

Move OSD label field to the beginning of the class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/FilterTableModel.java

    r12298 r12299  
    6464     */
    6565    public int disabledAndHiddenCount;
     66
     67    /**
     68     * A helper for {@link #drawOSDText(Graphics2D)}.
     69     */
     70    private final OSDLabel lblOSD = new OSDLabel("");
    6671
    6772    /**
     
    272277    /**
    273278     * Removes the filter that is displayed in the given row
    274      * @param rowIndex
     279     * @param rowIndex The index of the filter to remove
    275280     */
    276281    public void removeFilter(int rowIndex) {
     
    433438    }
    434439
    435     private final OSDLabel lblOSD = new OSDLabel("");
    436 
    437440    /**
    438441     * Draws a text on the map display that indicates that filters are active.
Note: See TracChangeset for help on using the changeset viewer.