Example usage for java.awt Dialog interface-usage

List of usage examples for java.awt Dialog interface-usage

Introduction

In this page you can find the example usage for java.awt Dialog interface-usage.

Usage

From source file de.interactive_instruments.ShapeChange.UI.DefaultDialog.java

public class DefaultDialog extends JFrame implements ActionListener, Dialog {

    private static final long serialVersionUID = 3197452835574541123L;

    private JTextField mdlField;
    private JTextField cfgField;

From source file de.adv_online.aaa.profiltool.ProfilDialog.java

public class ProfilDialog extends JFrame implements ActionListener, ItemListener, Dialog, StatusReader {
    /**
     * 
     */
    public static final String VERSION_TEXT = "1.0.0";
    private static final String title = "AAA-Profiltool";

From source file de.adv_online.aaa.katalogtool.KatalogDialog.java

public class KatalogDialog extends JFrame implements ActionListener, ItemListener, Dialog, StatusReader {
    /**
     * 
     */
    public static final String VERSION_TEXT = "1.0.0";
    private static final String title = "AAA-Katalogtool";