You can close the attribute dialog with the ESC key.

This commit is contained in:
hneemann 2017-03-04 16:52:55 +01:00
parent ed51e971fa
commit 157acc57af

View File

@ -24,8 +24,6 @@ import java.util.ArrayList;
* @author hneemann
*/
public class AttributeDialog extends JDialog {
private static final String ESC_ACTION_KEY = "ESC_ACTION";
private final java.util.List<EditorHolder> editors;
private final JPanel panel;
private final Component parent;