Example usage for java.awt Dialog subclass-usage

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

Introduction

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

Usage

From source file peakmlviewer.dialog.PCADialog.java

/**
 * 
 */
public class PCADialog extends Dialog {
    // constructor(s)
    public PCADialog(MainWnd mainwnd, Shell parent, String title) {

From source file proci.gui.Importa.java

/**
 * Importa dati da file CSV.<br>
 * Da intendersi come importazione iniziale (elimina tutti i dati presenti)
 * 
 * Questa versione importa solo record soci
 * 

From source file tracing.ShollAnalysisDialog.java

@SuppressWarnings("serial")
public class ShollAnalysisDialog extends Dialog
        implements WindowListener, ActionListener, TextListener, ItemListener {

    protected double x_start, y_start, z_start;