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

« back to all changes in this revision

Viewing changes to ide/projectimport/bluej/javahelp/org/netbeans/bluej/docs/bluej-proj-new.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 � 2006 Sun Microsystems, Inc. All rights reserved.
 
4
*     Use is subject to license terms.
 
5
*
 
6
-->
 
7
<HTML>
 
8
<HEAD>
 
9
    <TITLE>Creating a New Project</TITLE>
 
10
    <link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
11
    </TITLE>
 
12
</HEAD>
 
13
<BODY>
 
14
 
 
15
<h2>Creating a New Project</h2>
 
16
<p> <small><a href="#seealso">See Also</a></small></p>
 
17
 
 
18
<p>If you want to create a new application in the IDE, you need 
 
19
to first have a project to work in. You can 
 
20
open an existing project or create a new project.</p>
 
21
<p>When you create a project, you have your choice between the  
 
22
following groups of templates:</p>
 
23
<ul>
 
24
    <li><b>BlueJ</b>. Contains the Empty BlueJ Project template, 
 
25
    which enables you to create a project that can be opened in  
 
26
    both NetBeans IDE and BlueJ. Projects created with this template 
 
27
    do not contain the full set of NetBeans IDE project features, 
 
28
    but you can later convert such a project into a NetBeans IDE project.</li>
 
29
    <li><b>General</b>. Contains several different project templates 
 
30
    for creating Java SE projects. When you select a template, 
 
31
    a description of that template appears in the bottom panel. If you are creating a new application, 
 
32
    the Java Application template is the most useful template.
 
33
    <p>When you use one of these templates, 
 
34
    your project has the full range of NetBeans IDE project features, 
 
35
    but the project can not be opened in BlueJ or in the IDE's BlueJ View 
 
36
    window.</p></li>
 
37
    <li><b>Samples</b>. This folder contains a sample application and 
 
38
    a sample project that contains examples of some Swing user interfaces.</li>
 
39
</ul>
 
40
<p><b>To create a new IDE project:</b></p>
 
41
<ol>
 
42
    <li>Choose File &gt; New Project.</li>
 
43
    <li>In the wizard, select a template and complete the wizard.</li>
 
44
</ol>
 
45
 
 
46
        <dl>
 
47
            <dt><a name="seealso">See Also</a></dt>
 
48
            <dd><a href="bluej-proj-import.html">Importing a BlueJ Project</a></dd>
 
49
        </dl>
 
50
 
 
51
<hr>
 
52
 
 
53
<small><a href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/credits.html">Legal Notices</a></small> 
 
54
</body>
 
55
</html>