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 083e9c4 Automated site publishing by Jenkins build 298
083e9c4 is described below
commit 083e9c43a56a5566e93f7871464cfed34d6e657a
Author: jenkins <[email protected]>
AuthorDate: Thu Jan 17 16:09:08 2019 +0000
Automated site publishing by Jenkins build 298
---
content/kb/docs/java/quickstart.html | 35 ++++++++---------------------------
1 file changed, 8 insertions(+), 27 deletions(-)
diff --git a/content/kb/docs/java/quickstart.html
b/content/kb/docs/java/quickstart.html
index bac05e3..0a12b09 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -137,9 +137,6 @@
<p>In the Project Name field, type <code>HelloWorldApp</code>.</p>
</li>
<li>
-<p>Leave the Use Dedicated Folder for Storing Libraries checkbox
unselected.</p>
-</li>
-<li>
<p>In the Create Main Class field, type
<code>helloworldapp.HelloWorldApp</code>.</p>
</li>
</ul>
@@ -175,7 +172,7 @@
</li>
</ul>
</div>
-<div class="openblock feature">
+<div class="openblock">
<div class="content">
<div class="imageblock left">
<div class="content">
@@ -207,31 +204,15 @@
<p>Save the change by choosing File > Save.</p>
</div>
<div class="paragraph">
-<p>The file should look something like the following code sample.</p>
+<p>The file should look as shown below.</p>
</div>
-<div class="listingblock">
+<div class="openblock feature">
<div class="content">
-<pre class="prettyprint highlight"><code class="language-java"
data-lang="java">/*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
-
-package helloworldapp;
-
-/**
- *
- * @author <your name>
- */
-public class HelloWorldApp {
-
- /**
- * @param args the command line arguments
- */
- public static void main(String[] args) {
- System.out.println("Hello World!");
- }
-
-}</code></pre>
+<div class="imageblock left">
+<div class="content">
+<a class="image" href="images/helloworldapp-open.png"><img
src="images/helloworldapp-open-small.png" alt="helloworldapp open small"></a>
+</div>
+</div>
</div>
</div>
</div>
---------------------------------------------------------------------
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