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 1724ef2 Automated site publishing by Jenkins build 323
1724ef2 is described below
commit 1724ef23a702ec813a81d56e5de26da7a7ee3409
Author: jenkins <[email protected]>
AuthorDate: Fri Jan 18 10:26:25 2019 +0000
Automated site publishing by Jenkins build 323
---
content/kb/docs/java/quickstart.html | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
diff --git a/content/kb/docs/java/quickstart.html
b/content/kb/docs/java/quickstart.html
index 25199c9..09d03b5 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -206,18 +206,6 @@
<p>Save the change by choosing File > Save.</p>
</div>
<div class="paragraph">
-<p>The file should look as shown below.</p>
-</div>
-<div class="openblock feature">
-<div class="content">
-<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 class="paragraph">
<p>Notice that when you press Ctrl-Space, the editor shows you multiple ways
of completing the code at the cursor, as well as related documentation:</p>
</div>
<div class="openblock feature">
@@ -239,7 +227,7 @@
<p>Right-click the project and choose Run or choose Run Project under the Run
menu.</p>
</div>
<div class="paragraph">
-<p>In the Output window, you should see the below.</p>
+<p>In the Output window (which can be opened from the Window menu), you should
see the below.</p>
</div>
<div class="imageblock">
<div class="content">
@@ -250,10 +238,10 @@
<p>Congratulations! Your application works.</p>
</div>
<div class="paragraph">
-<p>You can view the build output by opening the Files window and expanding the
project node.</p>
+<p>You can view the build output by opening the Files window (from the Window
menu) and expanding the project node.</p>
</div>
<div class="paragraph">
-<p>You now know how to accomplish the most common Java development tasks.</p>
+<p>You now know how to accomplish the most common Java development tasks. To
learn the complete Java development workflow, including testing and debugging,
see <a
href="https://netbeans.apache.org/kb/docs/java/javase-intro.html">Developing
General Java Applications</a>.</p>
</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