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/.
FXML_02_Document.fxml
" and for translation of some text
in the GUI it creates and supplies a ResourceBundle for either "FXML_02_de.properties
"
(if invoked with the argument "de") or "FXML_02_en.properties
".
fxml_02_controller.rex
"
and defines an event handler, programmed in Rexx. In addition it demonstrates the effects of
using attributes for substitution to different languages (led in by "%"), and attributes
that take a value once or update constantly to entries in the ScriptContext's Bindings. Cf.
introduction_to_fxml.html
.
FXML_02_Document.fxml
". It defines attributes in the
prolog code (the Rexx code before any directives) that will get used in the GUI. In addition
it demonstrates how to incorporate attributes as Rexx variables and updating attributes from
the value of a Rexx variable using Rexx script annotations.
Rony G. Flatscher, 2016-12-06, Wien/Vienna, Austria, Europe