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 f21635d Automated site publishing by Jenkins build 236
f21635d is described below
commit f21635d8104b6fc042b77d5f5ba6940a0b939415
Author: jenkins <[email protected]>
AuthorDate: Thu Jan 17 10:52:10 2019 +0000
Automated site publishing by Jenkins build 236
---
content/kb/docs/java/quickstart.html | 24 ++++++------------------
1 file changed, 6 insertions(+), 18 deletions(-)
diff --git a/content/kb/docs/java/quickstart.html
b/content/kb/docs/java/quickstart.html
index 8218749..f150fcc 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -81,7 +81,7 @@
<div id="toc" class="toc">
<div id="toctitle"></div>
<ul class="sectlevel1">
-<li><a href="#_apache_netbeans_ide_java_quick_start_tutorial">Apache NetBeans
IDE Java Quick Start Tutorial</a></li>
+<li><a href="#_java_quick_start_tutorial">Java Quick Start Tutorial</a></li>
<li><a href="#_setting_up_the_project">Setting Up the Project</a></li>
<li><a href="#_adding_code_to_the_generated_source_file">Adding Code to the
Generated Source File</a></li>
<li><a href="#_compiling_and_running_the_program">Compiling and Running the
Program</a></li>
@@ -90,7 +90,7 @@
</ul>
</div>
<div class="sect1">
-<h2 id="_apache_netbeans_ide_java_quick_start_tutorial">Apache NetBeans IDE
Java Quick Start Tutorial</h2>
+<h2 id="_java_quick_start_tutorial">Java Quick Start Tutorial</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Welcome to Apache NetBeans IDE!</p>
@@ -141,11 +141,11 @@
</li>
<li>
<p>In the IDE, choose File > New Project, as shown in the figure below.
-image::images/new-proj.png[]</p>
+[.feature] — image::images/new-proj.png[] — </p>
</li>
<li>
<p>In the New Project wizard, expand the Java category and select Java
Application as shown in the figure below. Then click Next.
-image::images/proj-wizard-small.png[role="left",
link="images/proj-wizard.png"]</p>
+[.feature] — image::images/proj-wizard-small.png[role="left",
link="images/proj-wizard.png"] — </p>
</li>
<li>
<p>In the Name and Location page of the wizard, do the following (as shown in
the figure below):</p>
@@ -158,24 +158,12 @@ image::images/proj-wizard-small.png[role="left",
link="images/proj-wizard.png"]<
<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>
+<p>In the Create Main Class field, type
<code>helloworldapp.HelloWorldApp</code>.
+[.feature] — image::images/proj-wizard2-small.png[role="left",
link="images/proj-wizard2.png"] — </p>
</li>
</ul>
</div>
</li>
-</ol>
-</div>
-<div class="openblock feature">
-<div class="content">
-<div class="imageblock left">
-<div class="content">
-<a class="image" href="images/proj-wizard2.png"><img
src="images/proj-wizard2-small.png" alt="proj wizard2 small"></a>
-</div>
-</div>
-</div>
-</div>
-<div class="olist arabic">
-<ol class="arabic">
<li>
<p>Click Finish.</p>
</li>
---------------------------------------------------------------------
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