Index of /download/eloq/B0700/beta/jdlg/old/1.6/examples

Icon  Name                                    Last modified      Size  
[PARENTDIR] Parent Directory - [TXT] README 2015-07-01 11:26 1.0K [   ] splitter.tar.gz 2011-02-04 14:05 1.0K [   ] splitter.zip 2011-02-04 14:05 1.2K [   ] table.tar.gz 2011-02-04 14:05 1.9K [   ] table.zip 2011-02-04 14:05 2.1K [   ] tree.tar.gz 2011-02-04 14:05 1.1K [   ] tree.zip 2011-02-04 14:05 1.2K [   ] tree2.tar.gz 2011-02-04 14:05 2.0K [   ] tree2.zip 2011-02-04 14:05 2.1K [   ] tree3.tar.gz 2011-02-04 14:05 2.9K [   ] tree3.zip 2011-02-04 14:05 3.0K
jdlg/1.6/examples/README
------------------------

This directory contains a collection of JDLG example programs.

splitter

- This program demonstrates the use of the Splitter object class.

table

- This program uses a scrollable GroupBox object to form a table
  consisting of a variable number of rows. Each row itself is a
  GroupBox, containing child objects of various object classes.

tree

- This program demonstrates the use of the Tree object class.

tree2

- This program implements a directory browser using a Tree object,
  which demonstrates how Tree nodes are dynamically filled when
  expanded.

- Note: This program uses operating system specific COMMAND statements
  and was only tested on the Linux platform.

tree3

- This program enhances the TREE2 example above. A file browser using
  a ListBox object is added to the Tree directory browser. Tree and
  ListBox are embedded into a Splitter object.

- Note: This program uses operating system specific COMMAND statements
  and was only tested on the Linux platform.