"fxml_04" HTML Editor
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 <directory>
- FXML-files comprising the graphical user interface (GUI), a utility Rexx program, and the Rexx controller program
- images <directory>
- Bitmap files used in the application
The following files and Rexx packages (Rexx programs) are used in this application.
- htmlEditor.rxj, usage: "
rexx htmlEditor.rxj
" or
(on MacOSX use rexxj.sh
instead) "rexxj.cmd htmlEditor.rxj
"
- The main Rexx program that sets up and starts the JavaFX application.
- fxml/put_FXID_objects_into.my.app.rex
- A utility Rexx program/package that is called from within each GUI-FXML file which
makes all its JavaFX objects (those that have a "fx:id" attribute defined)
available to all running Rexx programs.
- fxml/registration.fxml
- The FXML file defining the GUI for the registration form.
- fxml/htmlEditorController.rxj
- The Rexx controller program, which is used from the GUI-FXML file.
- images/bsf4oorexx_032.png
- The BSF4ooRexx logo in 32x32 pixels.
Rony G. Flatscher, 2017-03-22, Wien/Vienna, Austria, Europe