"fxml_03" Registration Form

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
stylesheets <directory>
Contains a simple stylesheet that changes the icon from an arrow to a hand, if hovering over the button named "send data" or the image drop area.

The following Rexx packages (Rexx programs) are used in this application.

registration.rxj, usage: "rexx registration.rxj" or (on MacOSX use rexxj.sh instead) "rexxj.cmd registration.rxj"
The main Rexx program that sets up and starts the JavaFX application.
fxml/put_FXID_objects_into.my.app.rex
A utilty 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/registrationStep2.fxml
The FXML file defining another GUI for the registration form, that is used, once the user presses the "send data" button.
fxml/registration_controller.rxj
The Rexx controller program, which is used from the GUI-FXML files.
images/bsf4oorexx_032.png
The BSF4ooRexx logo in 32x32 pixels.
images/ImageDropArea.png
The bitmap used for the image dropping area.
images/ImageDropArea.psd
The used for the image dropping area, the Adobe Photoshop document defining it.
images/oorexx_032.png
The ooRexx logo in 32x32 pixels, used as the application icon.
stylesheets/style.css
The stylesheet thethat changes the icon from an arrow to a hand, if hovering over the button named "send data" or the image drop area.


Adrian Baginski, Rony G. Flatscher, 2017-02-19 Wien/Vienna, Austria, Europe