Ignore:
Timestamp:
2013-03-03T00:10:46+01:00 (11 years ago)
Author:
Don-vip
Message:

fix #8404 - workaround for JDK bug 6322854 (crash when inserting password from clipboard corrupted by KeePass)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/FullyAutomaticPropertiesPanel.java

    r3083 r5752  
    1717
    1818import org.openstreetmap.josm.gui.widgets.AbstractTextComponentValidator;
     19import org.openstreetmap.josm.gui.widgets.JosmPasswordField;
    1920import org.openstreetmap.josm.gui.widgets.SelectAllOnFocusGainedDecorator;
    2021
     
    5657        gc.gridx = 1;
    5758        gc.weightx = 1.0;
    58         pnl.add(tfPassword = new JPasswordField(), gc);
     59        pnl.add(tfPassword = new JosmPasswordField(), gc);
    5960        SelectAllOnFocusGainedDecorator.decorate(tfPassword);
    6061
Note: See TracChangeset for help on using the changeset viewer.