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 c351447 Automated site publishing by Jenkins build 689
c351447 is described below
commit c3514479aa8593359fdce33503af484cdefa163b
Author: jenkins <[email protected]>
AuthorDate: Sat Apr 6 19:25:39 2019 +0000
Automated site publishing by Jenkins build 689
---
.../docs/java/images/file-opened-maven-small.png | Bin 0 -> 117910 bytes
content/kb/docs/java/images/file-opened-maven.png | Bin 0 -> 141498 bytes
content/kb/docs/java/quickstart.html | 28 +++++++++++++--------
3 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/content/kb/docs/java/images/file-opened-maven-small.png
b/content/kb/docs/java/images/file-opened-maven-small.png
new file mode 100644
index 0000000..275271c
Binary files /dev/null and
b/content/kb/docs/java/images/file-opened-maven-small.png differ
diff --git a/content/kb/docs/java/images/file-opened-maven.png
b/content/kb/docs/java/images/file-opened-maven.png
new file mode 100644
index 0000000..76dc06d
Binary files /dev/null and b/content/kb/docs/java/images/file-opened-maven.png
differ
diff --git a/content/kb/docs/java/quickstart.html
b/content/kb/docs/java/quickstart.html
index 2407a0c..6ded3a9 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -245,21 +245,27 @@ The first time you create a new Java project, you will be
prompted to download a
<div class="paragraph">
<p>A skeleton main class has been created for you. You can add a "Hello
World!" message by replacing this line…​</p>
</div>
-<div class="listingblock">
-<div class="content">
-<pre class="prettyprint highlight"><code class="language-java"
data-lang="java">// TODO code application logic here</code></pre>
-</div>
-</div>
-<div class="paragraph">
-<p>…​with this line:</p>
+<div class="olist arabic">
+<ol class="arabic">
+<li>
+<p>Between the braces, type <code>psvm</code> and press the Tab key. You
should now see <code>public static void main</code> statement.</p>
+</li>
+<li>
+<p>Within the <code>public static void main</code> statement, type
<code>sout</code> and press the Tab key. You should now see a
'System.out.println' statement.</p>
+</li>
+<li>
+<p>Within the quotation marks, type <code>hello world</code>. You should now
see the following:</p>
+</li>
+</ol>
</div>
-<div class="listingblock">
+<div class="openblock feature">
<div class="content">
-<pre class="prettyprint highlight"><code class="language-java"
data-lang="java">System.out.println("Hello World!");</code></pre>
+<div class="imageblock left">
+<div class="content">
+<a class="image" href="images/file-opened-maven.png"><img
src="images/file-opened-maven-small.png" alt="file opened maven small"></a>
+</div>
</div>
</div>
-<div class="paragraph">
-<p>Save the change by choosing File > Save.</p>
</div>
<div class="paragraph">
<p>Notice that when you press <span
class="keyseq"><kbd>Ctrl</kbd>+<kbd>Space</kbd></span>, the editor shows you
multiple ways of completing the code at the cursor, as well as related
documentation:</p>
---------------------------------------------------------------------
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