Ignore:
Timestamp:
2012-02-02T19:44:03+01:00 (12 years ago)
Author:
stoecker
Message:

cleanup shortcut handling a lot, fix some more deprecations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/util/RedirectInputMap.java

    r3530 r4897  
    6262    }
    6363
    64     public static void redirectToMainContentPane(JComponent source) {
    65         @SuppressWarnings("deprecation") JComponent target = Main.contentPane;
    66         redirect(source, target);
    67     }
    68 
    6964    public static void redirect(JComponent source, JComponent target) {
    7065        InputMap lastParent = source.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW);
Note: See TracChangeset for help on using the changeset viewer.