98 lines
5.6 KiB
HTML
98 lines
5.6 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="reference" />
|
||
|
<meta name="DC.Title" content="Graphical Toolbox examples" />
|
||
|
<meta name="abstract" content="Use these examples to show you how to implement the tools within Graphical Toolbox for your own UI programs." />
|
||
|
<meta name="description" content="Use these examples to show you how to implement the tools within Graphical Toolbox for your own UI programs." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="pdmlpg1.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="pdmlexs" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Graphical Toolbox examples</title>
|
||
|
</head>
|
||
|
<body id="pdmlexs"><a name="pdmlexs"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Graphical Toolbox examples</h1>
|
||
|
<div><p>Use these examples to show you how to implement the tools within
|
||
|
Graphical Toolbox for your own UI programs. </p>
|
||
|
<div class="section"><ul><li><a href="pdmlcdex.htm#pdmlcdex">Construct and display a panel</a>:
|
||
|
Constructing a simple panel, which illustrates the basic features and operation
|
||
|
of the Graphical Toolbox environment as a whole</li>
|
||
|
<li> <a href="pdmlasui.htm#pdmlasui__pdmlasuiexample1">Create and display
|
||
|
a panel</a>: Creating and diplaying a panel when the panel and properties
|
||
|
file are in the same directory</li>
|
||
|
<li> <a href="pdmlasui.htm#pdmlasui__pdmlasuiexample2">Construct a fully-functional
|
||
|
dialog</a>: Constructing a fully-functioning dialog (after you have implemented
|
||
|
the DataBeans that supply data to the panel and identified the attributes
|
||
|
in the PDML)</li>
|
||
|
<li> <a href="pdmlasui.htm#pdmlasui__example3">Size a panel using the dynamic
|
||
|
panel manager</a>: How the dynamic panel manager dynamically sizes the
|
||
|
panel at runtime</li>
|
||
|
<li><a href="combobox.htm#combobox">Editable combobox</a>: Coding a
|
||
|
data bean for an editable combobox</li>
|
||
|
</ul>
|
||
|
<p>The following examples show you how the GUI Builder can help you to
|
||
|
create a variety of GUI elements:</p>
|
||
|
<ul><li><a href="panelex.htm#panelex">Panels</a>: Creating a sample panel
|
||
|
and the data bean code that runs the panel</li>
|
||
|
<li><a href="deckex.htm#deckex">Deckpanes</a>: Creating a deckpane
|
||
|
and what a final deckpane may look like</li>
|
||
|
<li><a href="prpshtex.htm#prpshtex">Property sheets</a>: Creating a
|
||
|
property sheet and what a final property sheet may look like</li>
|
||
|
<li><a href="splitex.htm#splitex">Split panes</a>: Creating a split
|
||
|
pane and what a final split pane may look like</li>
|
||
|
<li><a href="tabbedex.htm#tabbedex">Tabbed panes</a>: Creating a tabbed
|
||
|
pane and what a final tabbed pane may look like</li>
|
||
|
<li><a href="wizex.htm#wizex">Wizards</a>: Creating a wizard and what
|
||
|
the final product may look like</li>
|
||
|
<li><a href="toolbrex.htm#toolbrex">Toolbars</a>: Creating a tool bar
|
||
|
and what a final tool bar may look like</li>
|
||
|
<li><a href="menubrex.htm#menubrex">Menu bars</a>: Creating a menu
|
||
|
bar and what a final menu bar may look like</li>
|
||
|
<li><a href="helpex.htm#helpex">Help</a>: Generating a Help Document
|
||
|
and split the Help Document into topic pages. Also, see <a href="helpinfo.htm#helpinfo">Editing
|
||
|
Help Documents generated by GUI builder</a></li>
|
||
|
<li><a href="sampleex.htm#sampleex">Sample</a>: Shows what a whole
|
||
|
PDML program may look like, including panels, a property sheet, a wizard,
|
||
|
select/deselect, and menu options.</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="section"><p>The following disclaimer applies to all of the IBM<sup>®</sup> Toolbox for Java™ examples:</p>
|
||
|
<div class="p"><blockquote><strong>Code
|
||
|
example disclaimer</strong> <p>IBM grants you a nonexclusive copyright license to use
|
||
|
all programming code examples from which you can generate similar function
|
||
|
tailored to your own specific needs.</p>
|
||
|
<p>All sample code is provided by IBM for
|
||
|
illustrative purposes only. These examples have not been thoroughly tested
|
||
|
under all conditions. IBM, therefore, cannot guarantee or imply reliability,
|
||
|
serviceability, or function of these programs.</p>
|
||
|
<p>All programs contained
|
||
|
herein are provided to you "AS IS" without any warranties of any kind. The
|
||
|
implied warranties of non-infringement, merchantability and fitness for a
|
||
|
particular purpose are expressly disclaimed.</p>
|
||
|
</blockquote>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="pdmlpg1.htm" title="The Graphical Toolbox, a set of UI tools, makes it easy to create custom user interface panels in Java.">Graphical Toolbox and PDML</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|