Brief Overview of the BSF4ooRexx Samples in this Directory
Lee Peedin's Examples
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.
- decimalformatter.rxj
- Demonstrates the use of the Java class
java.text.DecimalFormat
.
- elpFrame.rxj
- ooRexx package that supplies a routine that displays the received text in a
Java swing (using e.g.
javax.swing.JFrame
) GUI.
- elpShowSource.rxj
- Demonstrates how to use Eclipse's
"swt (Standard Widget Toolkit)"
to allow loading files and setting color and font options. Allows syntax checking
of loaded Rexx files.
- fileopendialog.rxj
- Demonstrates the use of the Java class
javax.swing.JFileChooser
.
- fileopendialogEE.rxj
- Demonstrates the use of the Java class
javax.swing.JFileChooser
and javax.swing.filechooser.FileFilter
.
- filesavedialog.rxj
- Demonstrates the use of the Java class
javax.swing.JFileChooser
.
- gregorian2.rxj
- Demonstrates the use of the Java class
java.util.GregorianCalendar
.
- multifileopendialog.rxj
- Demonstrates the use of the Java class
javax.swing.JFileChooser
.
- queryfolder.rxj
- Demonstrates the use of the Java class
javax.swing.JProgressBar
.
- stringtokenizer.rxj
- Demonstrates the use of the Java class
java.util.StringTokenizer
.
- swing_buttons1.rxj
- Demonstrates the use of the Java classes
javax.swing.JRadioButton
,
javax.swing.JToggleButton
, and
javax.swing.JCheckBox
.
- swing_buttons2.rxj
- Demonstrates in addition the use of the Java classes
javax.swing.JComboBox
,
javax.swing.SpinnerListModel
,
javax.swing.JSpinner
, and
javax.swing.JSlider
.
- swing_jwindow.rxj
- Demonstrates the use of the Java class
javax.swing.JWindow
.
- swing_menu.rxj
- Demonstrates the use of Java classes for creating fency menus, including
ones that display bitmaps.
- swing_multiinput4.rxj
- Demonstrates a GUI with multiple input possibilities, that also get checked.
- swing_password.rxj
- Demonstrates the use of the Java class
javax.swing.JPasswordField
.
- swing_progressbar.rxj
- Demonstrates the use of the Java class
javax.swing.JProgressBar
.
- swing_tabbedpane.rxj
- Demonstrates the use of the Java class
javax.swing.JTabbedPane
.
- swing_xy.rxj
- Demonstrates the use of the Java class
java.lang.Math
.
- swt_snippet133.rxj
- Demonstrates how to use Eclipse's
"swt (Standard Widget Toolkit)"
to allow loading files and setting color and font options and printing.
Modeled after
Snippet133.java.
- viewjarzipcontents.rxj
- Demonstrates the use of the Java class
java.util.zip.ZipFile
.
Rony G. Flatscher, 2010-08-22, Wien/Vienna, Austria, Europe