Creating GUIs Using JavaFX Script
Introduction
Feature Overview
Practical Examples
Demo
Source Files
Tutorial Home

Introduction: Creating GUIs Using JavaFX Script

This lesson describes the JavaFX SDK Runtime functionality for creating GUIs. It gives you a high-level explanation of the feature and offers instructions on how to create GUIs using the functionality.

The lesson contains the following sections:

Feature Overview

This section provides a description of the functionality responsible for creating application GUIs.

Practical Examples

This section offers examples on setting the GUI layout, drawing simple graphics and applying effects.

Demo

This section shows a Stopwatch widget application demo and provides instructions on how to create its GUI elements.