Demonstrate some of the UI and utility classes available in JBuilder.
It runs as a stand-alone program, although it does require the
jbuilder.jar
file.
AuraImage
,
TexturePanel
, ColorPanel
, and ColorCombo
classes. Selecting a new color updates the aura image, which is then copied
across the texture panel. The color details are also displayed in the
MessageLabel
at the bottom of the form.KeyStrokeDialog
,
KeyStrokeEditorTextField
, and KeyStrokeEditorPanel
classes.ZipIndex
and ZipIndexEntry
class. When you browse for and select a Zipped
file, its directory entries are read and loaded into a CheckTree
.
If a manifest file is found in the Zip file, its contents are copied into the
text area at the bottom of the form.Platform
and
JBuilderInfo
classes. Details from these are displayed on the form.EdgeBorder
and LowBorder
, ClipPathRenderer
,
Strings.StringEncoding
, and DefaultDialog
.ListPanel
class
through a customized descendent.TableSorter
class to back up a JTable
.Some functionality changed between versions. These areas appear in the code marked with comments and the version to which they apply. Uncomment the appropriate sections for your version and comment out the others.
Written by Keith Wood (kbwood@iprimus\.com\.au)