This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 6d77f58 Automated site publishing by Jenkins build 683
6d77f58 is described below
commit 6d77f58e5c5bae06bc6c2d958be3d9b4461f7010
Author: jenkins <[email protected]>
AuthorDate: Sat Apr 6 19:06:09 2019 +0000
Automated site publishing by Jenkins build 683
---
content/kb/docs/java/quickstart.html | 46 ++++++++++++++++++++++++++++++++----
1 file changed, 42 insertions(+), 4 deletions(-)
diff --git a/content/kb/docs/java/quickstart.html
b/content/kb/docs/java/quickstart.html
index b34fef1..6256e8e 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -90,6 +90,7 @@
<div id="toctitle"></div>
<ul class="sectlevel1">
<li><a href="#_setting_up_the_project">Setting Up the Project</a></li>
+<li><a href="#_creating_a_java_source_file">Creating a Java Source
File</a></li>
<li><a href="#_adding_code_to_the_generated_source_file">Adding Code to the
Generated Source File</a></li>
<li><a href="#_running_the_application">Running the Application</a></li>
</ul>
@@ -149,8 +150,7 @@ To get started understanding and working with the Java
language itself, see the
<i class="fa icon-note" title="Note"></i>
</td>
<td class="content">
-The first time you create a new Java project, you will be prompted to download
and enable support for Java.<br>
-Follow the prompts and install as recommended by the wizard.
+The first time you create a new Java project, you will be prompted to download
and enable support for Java. Follow the prompts and install as recommended by
the wizard.
</td>
</tr>
</table>
@@ -158,7 +158,7 @@ Follow the prompts and install as recommended by the wizard.
<div class="olist arabic">
<ol class="arabic" start="3">
<li>
-<p>In the Name and Location page of the wizard, type
<code>HelloWorldApp</code> in the Project Name field, (as shown in the figure
below):</p>
+<p>In the Name and Location page of the wizard, type
<code>HelloWorldApp</code> in the Project Name field, (as shown in the figure
below):</p>
</li>
</ol>
</div>
@@ -175,7 +175,45 @@ Follow the prompts and install as recommended by the
wizard.
<p>Click Finish.</p>
</div>
<div class="paragraph">
-<p>The project is created and opened. You should see the following
components:</p>
+<p>The project is created and opened.</p>
+</div>
+</div>
+</div>
+<div class="sect1">
+<h2 id="_creating_a_java_source_file">Creating a Java Source File</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>Right-click the package name and choose New | Java Class, (as shown in the
figure below):</p>
+</div>
+<div class="openblock feature">
+<div class="content">
+<div class="imageblock left">
+<div class="content">
+<a class="image" href="images/proj-wizard3-maven.png"><img
src="images/proj-wizard3-maven-small.png" alt="proj wizard3 maven small"></a>
+</div>
+</div>
+</div>
+</div>
+<div class="paragraph">
+<p>In the New Java Class wizard, type <code>Main</code> in the Class Name
field, (as shown in the figure below):</p>
+</div>
+<div class="openblock feature">
+<div class="content">
+<div class="imageblock left">
+<div class="content">
+<a class="image" href="images/proj-wizard4-maven.png"><img
src="images/proj-wizard4-maven-small.png" alt="proj wizard4 maven small"></a>
+</div>
+</div>
+</div>
+</div>
+<div class="paragraph">
+<p>Click Finish.</p>
+</div>
+<div class="paragraph">
+<p>The Java source file is created and opened.</p>
+</div>
+<div class="paragraph">
+<p>You should see the following components:</p>
</div>
<div class="ulist">
<ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists