~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to java/helpset/javahelp/org/netbeans/modules/java/helpset/docs/gui/csh/gui_palette_window.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<!--
 
3
*     Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
 
4
*     Use is subject to license terms.
 
5
-->
 
6
<html>
 
7
    <head>
 
8
        <title>Palette Window</title>
 
9
<link rel="StyleSheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
10
    </head>
 
11
    <body>
 
12
        <h2>Palette Window</h2>
 
13
        <p><small><a href="#seealso">See Also</a></small>
 
14
        <p>The Palette window displays a list containing all of the components 
 
15
        available for adding to the IDE's various editors. For GUI forms, the items 
 
16
        available in the Palette include containers and other visual
 
17
        components, such as buttons, labels, menus, and panels.</p>
 
18
        <p>To open the Palette window, choose Window > Palette from the main 
 
19
        menu.</p>
 
20
        
 
21
    <p>The Palette window view can be customized to alter the way items are sorted, 
 
22
    to show or hide item names, or display different sized icons of the listed items. 
 
23
    To customize the Palette window view, right-click anywhere in the Palette and 
 
24
    choose the appropriate menu item from the contextual menu.</p>
 
25
 
 
26
        <ul class="note"> 
 
27
        <li>Using the <b>Palette Manager</b>, you can add, remove, 
 
28
        and organize Palette window components such as 
 
29
        Swing components, AWT components, Layouts, and beans.</li>
 
30
        </ul>
 
31
       
 
32
        <dl>
 
33
            <dt><a name="seealso">See Also</a></dt>
 
34
            <dd><a href="../gui_overview.html">Working with the GUI Builder</a></dd>
 
35
            <dd><a href="../gui_designing.html">Designing Java GUIs with the GUI Builder</a></dd>
 
36
            <dd><a href="../gui_quickref.html">GUI Builder Tasks: Quick Reference</a></dd>
 
37
        </dl>
 
38
 
 
39
        <hr><small><a href="../../credits.html">Legal Notices</a></small>
 
40
        <table border="0" cellpadding="50">
 
41
            <tr>
 
42
                <td>&nbsp;</td>
 
43
            </tr>
 
44
        </table>
 
45
    </body>
 
46
</html>