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 888565b  Update quickstart.asciidoc
888565b is described below

commit 888565b9220d919c4f12c0f8d6506f1f05902991
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Sat Apr 6 21:23:42 2019 +0200

    Update quickstart.asciidoc
---
 .../src/content/kb/docs/java/quickstart.asciidoc       | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 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 408b5ea..31c35f3 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
@@ -100,20 +100,16 @@ image::images/proj-opened-maven-small.png[role="left", 
link="images/proj-opened-
 
 A skeleton main class has been created for you. You can add a "Hello World!" 
message by replacing this line...
 
+1. Between the braces, type `psvm` and press the Tab key. You should now see 
`public static void main` statement. 
 
-[source,java]
-----
-// TODO code application logic here      
-----
+2. Within the `public static void main` statement, type `sout` and press the 
Tab key. You should now see a 'System.out.println' statement.
 
-...with this line:
+3. Within the quotation marks, type `hello world`. You should now see the 
following:
 
-[source,java]
-----
-System.out.println("Hello World!");      
-----
-
-Save the change by choosing File > Save.
+[.feature]
+--
+image::images/file-opened-maven-small.png[role="left", 
link="images/file-opened-maven.png"]
+--
 
 Notice that when you press kbd:[Ctrl+Space], the editor shows you multiple 
ways of completing the code at the cursor, as well as related documentation:
 


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