"fxml_01" Rexx Application

Hint: if you wish to look at the ooRexx code with syntax highlighting, then you can use the free and open-source editor "[g]vim", which is available for practically all platforms and can be downloaded from its homepage at http://www.vim.org/.

. <directory> (List of this directory)
Display all of this directory's files and directories.
.. <directory> (List of parent directory)
Display all of the parent directory's files and directories.
fxml_01.rex
The main Rexx program that sets up and starts the JavaFX application. This program will cause JavaFX to load and process the GUI defined in the XML text file of "FXML_01_Document.fxml".
FXML_01_Document.fxml
The XML text file that defines the GUI, runs the Rexx program "fxml_01_controller.rex" and defines an event handler, programmed in Rexx.
fxml_01_controller.rex
A Rexx package defining a public routine that gets invoked by the Rexx event handler defined in "FXML_01_Document.fxml"


Rony G. Flatscher, 2016-12-06, 2017-11-09, Wien/Vienna, Austria, Europe