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 1b7f3c8  Automated site publishing by Jenkins build 439
1b7f3c8 is described below

commit 1b7f3c8c15c6d7872f39f8d93d97fb107fc0b1f9
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Jan 23 19:43:05 2019 +0000

    Automated site publishing by Jenkins build 439
---
 content/kb/docs/java/gui-image-display.html | 68 -----------------------------
 content/kb/docs/java/native_pkg.html        |  4 +-
 2 files changed, 2 insertions(+), 70 deletions(-)

diff --git a/content/kb/docs/java/gui-image-display.html 
b/content/kb/docs/java/gui-image-display.html
index 66a1609..b27a62a 100644
--- a/content/kb/docs/java/gui-image-display.html
+++ b/content/kb/docs/java/gui-image-display.html
@@ -82,7 +82,6 @@
             <div id="toc" class="toc">
 <div id="toctitle"></div>
 <ul class="sectlevel1">
-<li><a href="#_introduction">Introduction</a></li>
 <li><a href="#_creating_the_application">Creating the Application</a></li>
 <li><a href="#_creating_the_application_form">Creating the Application 
Form</a></li>
 <li><a href="#_adding_a_package_for_the_image">Adding a Package for the 
Image</a></li>
@@ -90,47 +89,10 @@
 <li><a href="#_building_and_running_the_application">Building and Running the 
Application</a></li>
 <li><a href="#_creating_custom_code">Creating Custom Code</a></li>
 <li><a href="#_summary">Summary</a></li>
-<li><a href="#_see_also">See Also</a></li>
 </ul>
 </div>
 <div id="preamble">
 <div class="sectionbody">
-<div class="imageblock">
-<div class="content">
-<img src="images/netbeans-stamp-80-74.png" alt="netbeans stamp 80 74">
-</div>
-<div class="title">Figure 1. Content on this page applies to the NetBeans IDE 
7.4 and 8.0</div>
-</div>
-<div class="paragraph">
-<p><strong>To complete this tutorial, you need the following software and 
resources.</strong></p>
-</div>
-<table class="tableblock frame-all grid-all spread">
-<colgroup>
-<col style="width: 50%;">
-<col style="width: 50%;">
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-left valign-top">Software or Resource</th>
-<th class="tableblock halign-left valign-top">Version Required</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="http://netbeans.org/downloads/";>NetBeans IDE</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Version 
7.4 or 8.0</p></td>
-</tr>
-<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="http://www.oracle.com/technetwork/java/javase/downloads/index.html";>Java 
Development Kit (JDK)</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">Version 6, 
7 or 8</p></td>
-</tr>
-</tbody>
-</table>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_introduction">Introduction</h2>
-<div class="sectionbody">
 <div class="paragraph">
 <p>Handling images in an application is a common problem for many beginning 
Java programmers. The standard way to access images in a Java application is by 
using the <code><a 
href="http://download.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html#getResource(java.lang.String)">getResource()</a></code>
 method. This tutorial shows you how to use the IDE&#8217;s GUI Builder to 
generate the code to include images (and other resources) in your application. 
In addition, you will learn ho [...]
 </div>
@@ -568,36 +530,6 @@ You can get the mouse coordinates (for example, the 
location of a mouse click) i
 <div class="paragraph">
 <p>*Note: *The example given in this tutorial is very similar to the first 
example in the <a 
href="http://java.sun.com/docs/books/tutorial/uiswing/components/icon.html";>How 
to Use Icons section</a> of the Java Tutorial. One difference is that the code 
that is generated when you follow this tutorial uses <code><a 
href="http://download.oracle.com/javase/6/docs/api/javax/swing/JLabel.html";>JLabel</a>&#8217;s
 `<a 
href="http://download.oracle.com/javase/6/docs/api/javax/swing/JLabel.html#setI 
[...]
 </div>
-<div class="paragraph">
-<p><a 
href="/about/contact_form.html?to=3&amp;subject=Feedback:%20Handling%20Images%20in%20a%20GUI%20Application">Send
 Feedback on This Tutorial</a></p>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_see_also">See Also</h2>
-<div class="sectionbody">
-<div class="ulist">
-<ul>
-<li>
-<p><a href="gui-functionality.html">Introduction to GUI Building</a></p>
-</li>
-<li>
-<p><a href="quickstart-gui.html">Designing a Swing GUI in NetBeans IDE</a></p>
-</li>
-<li>
-<p><a href="../../trails/matisse.html">Java GUI Applications Learning 
Trail</a></p>
-</li>
-<li>
-<p><a href="../../trails/java-se.html">General Java Development Learning 
Trail</a></p>
-</li>
-<li>
-<p><a 
href="http://wiki.netbeans.org/NetBeansUserFAQ#GUI_Editor_.28Matisse.29";>GUI 
Builder - Frequently Asked Questions</a></p>
-</li>
-<li>
-<p><a 
href="http://www.oracle.com/pls/topic/lookup?ctx=nb8000&amp;id=NBDAG920";>Implementing
 Java GUIs</a> in <em>Developing Applications with NetBeans IDE</em></p>
-</li>
-</ul>
-</div>
 </div>
 </div>
             
diff --git a/content/kb/docs/java/native_pkg.html 
b/content/kb/docs/java/native_pkg.html
index 6c4c6e3..eabadfa 100644
--- a/content/kb/docs/java/native_pkg.html
+++ b/content/kb/docs/java/native_pkg.html
@@ -99,7 +99,7 @@
 <li><a href="#_making_an_code_msi_code_installer">Making an  <code>MSI</code>  
Installer</a></li>
 </ul>
 </li>
-<li><a href="#_verifying_the_installable_applications">[[Verifying the 
Installable Applications]]</a></li>
+<li><a href="#_verifying_the_installable_applications">Verifying the 
Installable Applications</a></li>
 </ul>
 </div>
 <div id="preamble">
@@ -717,7 +717,7 @@ The IDE first logs some progress and then for some time it 
looks as if nothing i
 </div>
 </div>
 <div class="sect1">
-<h2 id="_verifying_the_installable_applications">[[Verifying the Installable 
Applications]]</h2>
+<h2 id="_verifying_the_installable_applications">Verifying the Installable 
Applications</h2>
 <div class="sectionbody">
 <div class="paragraph">
 <p>When the  <code>AnagramGame-1.0.exe</code>  and  
<code>BrickBreaker-1.0.msi</code>  installers are done, you need to check which 
directory the Anagram and BrickBreaker applications are installed natively 
into.</p>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to