You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by gi...@apache.org on 2019/04/06 19:15:31 UTC

[incubator-netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 687

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 638fd93  Automated site publishing by Jenkins build 687
638fd93 is described below

commit 638fd9371b615e392dce5f4e1c3ba7f089231a80
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Apr 6 19:15:27 2019 +0000

    Automated site publishing by Jenkins build 687
---
 content/kb/docs/java/quickstart.html | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/kb/docs/java/quickstart.html b/content/kb/docs/java/quickstart.html
index 6256e8e..2407a0c 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -91,7 +91,7 @@
 <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="#_adding_code_to_the_java_source_file">Adding Code to the Java Source File</a></li>
 <li><a href="#_running_the_application">Running the Application</a></li>
 </ul>
 </div>
@@ -213,18 +213,18 @@ The first time you create a new Java project, you will be prompted to download a
 <p>The Java source file is created and opened.</p>
 </div>
 <div class="paragraph">
-<p>You should see the following components:</p>
+<p>You should see the following components, (as shown in the figure below):</p>
 </div>
 <div class="ulist">
 <ul>
 <li>
-<p><strong>Projects window:</strong> Contains a tree view of the components of the project, including source files, libraries that your code depends on, and so on.</p>
+<p><strong>Projects window:</strong> Top left, contains a tree view of the components of the project, including source files, libraries that your code depends on, and so on.</p>
 </li>
 <li>
-<p><strong>Source Editor:</strong> Contains files, where most of your work will be done, currently with a file called <code>HelloWorldApp</code> open.</p>
+<p><strong>Source Editor:</strong> Central area, contains files, where most of your work will be done, currently with a Java source file called <code>Main</code> open.</p>
 </li>
 <li>
-<p><strong>Navigator:</strong> Useful for quickly navigating between elements within the selected class.</p>
+<p><strong>Navigator:</strong> Lower left, useful for quickly navigating between elements within the selected class.</p>
 </li>
 </ul>
 </div>
@@ -232,7 +232,7 @@ The first time you create a new Java project, you will be prompted to download a
 <div class="content">
 <div class="imageblock left">
 <div class="content">
-<a class="image" href="images/proj-opened.png"><img src="images/proj-opened-small.png" alt="proj opened small"></a>
+<a class="image" href="images/proj-opened-maven.png"><img src="images/proj-opened-maven-small.png" alt="proj opened maven small"></a>
 </div>
 </div>
 </div>
@@ -240,7 +240,7 @@ The first time you create a new Java project, you will be prompted to download a
 </div>
 </div>
 <div class="sect1">
-<h2 id="_adding_code_to_the_generated_source_file">Adding Code to the Generated Source File</h2>
+<h2 id="_adding_code_to_the_java_source_file">Adding Code to the Java Source File</h2>
 <div class="sectionbody">
 <div class="paragraph">
 <p>A skeleton main class has been created for you. You can add a "Hello World!" message by replacing this line&#8230;&#8203;</p>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists