Example usage for javafx.scene.layout Region subclass-usage

List of usage examples for javafx.scene.layout Region subclass-usage

Introduction

In this page you can find the example usage for javafx.scene.layout Region subclass-usage.

Usage

From source file webviewsample.Main.java

class Browser extends Region {

    private HBox toolBar;
    private static String[] imageFiles = new String[] { "product.png", "blog.png", "forum.png", "partners.png",
            "help.png" };
    private static String[] captions = new String[] { "Products", "Blogs", "Forums", "Partners", "Help" };

From source file com.offbynull.voip.ui.UiWebRegion.java

final class UiWebRegion extends Region {

    private static final Logger LOG = LoggerFactory.getLogger(UiWebRegion.class);

    private final WebView webView;
    private final WebEngine webEngine;