Example usage for javafx.stage Stage subclass-usage

List of usage examples for javafx.stage Stage subclass-usage

Introduction

In this page you can find the example usage for javafx.stage Stage subclass-usage.

Usage

From source file Main.java

class MyDialog extends Stage {

    public MyDialog(Stage owner) {
        super();
        initOwner(owner);
        setTitle("title");

From source file eu.ggnet.dwoss.util.OkCancelStage.java

/**
 *
 * @author oliver.guenther
 * @param <T>
 */
public class OkCancelStage<T extends Node> extends Stage {

From source file org.pdfsam.ui.info.InfoStage.java

/**
 * Stage for the info panel
 * 
 * @author Andrea Vacondio
 * 
 */

From source file org.pdfsam.ui.dialog.OverwriteConfirmationDialog.java

/**
 * Dialog asking the user to confirm for the output file overwrite
 * 
 * @author Andrea Vacondio
 *
 */

From source file com.scndgen.legends.windows.WindowAbout.java

/**
 * This class holds ABOUT information
 *
 * @author ndana
 */
public class WindowAbout extends Stage {

From source file eu.ggnet.dwoss.receipt.shipment.ShipmentUpdateStage.java

/**
 * Stage for creating/eediting Shipments.
 * <p>
 * @author pascal.perau
 */
public class ShipmentUpdateStage extends Stage {

From source file org.samcrow.frameviewer.ui.db.DatabaseConnectionDialog.java

/**
 *
 * @author samcrow
 */
public class DatabaseConnectionDialog extends Stage {

From source file org.pdfsam.ui.news.NewsStage.java

/**
 * Stage showing the latest news
 * 
 * @author Andrea Vacondio
 *
 */

From source file Pages.LandingPage.java

/**
 *
 * @author jcdur
 */
public class LandingPage extends Stage {

From source file gov.va.isaac.gui.refexViews.refexEdit.AddRefexPopup.java

/**
 * 
 * Refset View
 * 
 * @author <a href="mailto:daniel.armbrust.list@gmail.com">Dan Armbrust</a>
 */