Ignore:
Timestamp:
2014-04-29T09:26:29+02:00 (10 years ago)
Author:
stoecker
Message:

fix #3142 - drop applet code finally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagTable.java

    r7005 r7026  
    55import static org.openstreetmap.josm.tools.I18n.tr;
    66
    7 import java.applet.Applet;
    87import java.awt.Component;
    98import java.awt.Container;
     
    634633                    // focus remains on one of the associated components
    635634                    return;
    636                 else if ((c instanceof Window) ||
    637                         (c instanceof Applet && c.getParent() == null)) {
     635                else if (c instanceof Window) {
    638636                    if (c == SwingUtilities.getRoot(TagTable.this)) {
    639637                        if (!getCellEditor().stopCellEditing()) {
Note: See TracChangeset for help on using the changeset viewer.