This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b69f2e  Update quickstart.asciidoc
1b69f2e is described below

commit 1b69f2ec88d185225906879a23d5f0f7eaca84a5
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Sat Apr 6 21:13:27 2019 +0200

    Update quickstart.asciidoc
---
 .../src/content/kb/docs/java/quickstart.asciidoc             | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
index 8a24f91..408b5ea 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
@@ -85,18 +85,18 @@ Click Finish.
 
 The Java source file is created and opened. 
 
-You should see the following components:
+You should see the following components, (as shown in the figure below):
 
-*  *Projects window:* Contains a tree view of the components of the project, 
including source files, libraries that your code depends on, and so on.
-*  *Source Editor:* Contains files, where most of your work will be done, 
currently with a file called `HelloWorldApp` open.
-*  *Navigator:* Useful for quickly navigating between elements within the 
selected class.
+*  *Projects window:* Top left, contains a tree view of the components of the 
project, including source files, libraries that your code depends on, and so on.
+*  *Source Editor:* Central area, contains files, where most of your work will 
be done, currently with a Java source file called `Main` open.
+*  *Navigator:* Lower left, useful for quickly navigating between elements 
within the selected class.
 
 [.feature]
 --
-image::images/proj-opened-small.png[role="left", link="images/proj-opened.png"]
+image::images/proj-opened-maven-small.png[role="left", 
link="images/proj-opened-maven.png"]
 --
 
-== Adding Code to the Generated Source File
+== Adding Code to the Java Source File
 
 A skeleton main class has been created for you. You can add a "Hello World!" 
message by replacing this line...
 


---------------------------------------------------------------------
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

Reply via email to