~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/project/csh/proj_j2se-desktopapp_wiz1.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>New Java Desktop Application Wizard: Master Table</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>New Java Desktop Application Wizard: Master Table</h2>
 
13
<p> <small><a href="#seealso">See Also</a>&nbsp; </small> 
 
14
<p>The New Java Desktop Application wizard enables you to create a new 
 
15
        <object classid="java:com.sun.java.help.impl.JHSecondaryViewer">
 
16
    <param name="content" value="./glossary_standard.html">
 
17
    <param name="viewerActivator" value="javax.help.LinkLabel">
 
18
    <param name="viewerStyle" value="javax.help.Popup">
 
19
    <param name="viewerSize" value="400,220">
 
20
    <param name="text" value="standard Java SE project">
 
21
    <param name="textFontSize" value="medium">
 
22
    <param name="textFontFamily" value="SansSerif">
 
23
    <param name="textFontStyle" value="italic">
 
24
    <param name="textFontWeight" value="bold">
 
25
    <param name="textColor" value="blue">
 
26
  </object> that is based on the Swing Application Framework. 
 
27
  You open the wizard by opening the New Project wizard 
 
28
  and selecting the Java Desktop Application template  
 
29
  from the General category. 
 
30
<p>In the Master Table page, you set up the contents of the master table that 
 
31
will appear in the application view. You have to set the following properties:
 
32
<ul>
 
33
  <li><b>Database Connection. </b>. Specifies the database to which you want 
 
34
your application to connect. The drop-down list contains databases that the IDE 
 
35
is aware of. If your database is not listed, select New Database Connection 
 
36
to specify a different database.</li>
 
37
  <li><b>Database Table. </b>. Specifies the database table that you want to use 
 
38
  in the master/detail view of your application. The drop-down list contains  
 
39
  tables in the database selected in the Database Connection field.
 
40
  </li>
 
41
  <li><b>Available Columns. </b>. Shows the database table columns that are available for 
 
42
inclusion in the master view of the application but which are not selected 
 
43
for inclusion.</li>
 
44
      <li><b>Columns to Include. </b> Specifies the database table columns 
 
45
      to be included in the master view of the application. If you do not 
 
46
  want a column to be included, select the column and click the &lt; button.</li>
 
47
  </ul>
 
48
  <dl>
 
49
    <dt><a name="seealso">See Also</a></dt>
 
50
    <dd>
 
51
         <a href="../proj_about.html">About Projects</a></dd>
 
52
         <dd><a href="../proj_stand_about.html">About Standard Projects</a></dd>
 
53
    <dd><a href="../proj_free_about.html">About Free-Form Projects</a></dd></dl>
 
54
<hr><small><a href="../../credits.html">Legal Notices</a></small>
 
55
 
 
56
<table border="0" cellpadding="20">
 
57
<tr><td>&nbsp;</td></tr>
 
58
<tr><td>&nbsp;</td></tr>
 
59
<tr><td>&nbsp;</td></tr>
 
60
</table></body>
 
61
</html>