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 6b2623f  Automated site publishing by Jenkins build 438
6b2623f is described below

commit 6b2623f610aef3c2376e3cc37cd79c3e5d63df19
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Jan 23 19:39:58 2019 +0000

    Automated site publishing by Jenkins build 438
---
 content/kb/docs/java/gui-image-display.html | 68 -----------------------------
 content/kb/docs/java/native_pkg.html        | 40 -----------------
 2 files changed, 108 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 f86a5a5..6c4c6e3 100644
--- a/content/kb/docs/java/native_pkg.html
+++ b/content/kb/docs/java/native_pkg.html
@@ -100,15 +100,11 @@
 </ul>
 </li>
 <li><a href="#_verifying_the_installable_applications">[[Verifying the 
Installable Applications]]</a></li>
-<li><a href="#_see_also">See Also</a></li>
 </ul>
 </div>
 <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>Written by Petr Somol and Alyona Stashkova</p>
-</div>
-<div class="paragraph">
 <p>Native packaging was first introduced as a part of the JavaFX 2.2 SDK 
enabling you to package an application as a <em>native bundle</em> and then 
installing and running the application without any external dependencies on a 
system JRE or JavaFX SDK. Next it became usable for Java SE projects as 
well.</p>
 </div>
 <div class="paragraph">
@@ -130,12 +126,6 @@
 </li>
 </ul>
 </div>
-<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 NetBeans IDE 7.4 
or 8.0</div>
-</div>
 <div class="paragraph">
 <p><strong>To follow this tutorial, you need the following software and 
resources.</strong></p>
 </div>
@@ -152,14 +142,6 @@
 </thead>
 <tbody>
 <tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="http://netbeans.org/downloads/index.html";>NetBeans IDE</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">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/javafx/downloads/index.html";>Java 
Development Kit (JDK)</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">7 update 
25 (or more recent) or 8</p></td>
-</tr>
-<tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock"><a 
href="http://www.jrsoftware.org/";>Inno Setup</a></p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">5.5 or 
more recent</p></td>
 </tr>
@@ -758,28 +740,6 @@ The IDE first logs some progress and then for some time it 
looks as if nothing i
 </div>
 </div>
 </div>
-<div class="sect1">
-<h2 id="_see_also">See Also</h2>
-<div class="sectionbody">
-<div class="ulist">
-<ul>
-<li>
-<p><a 
href="http://www.oracle.com/pls/topic/lookup?ctx=nb8000&amp;id=NBDAG2508";>Packaging
 an Application as a Native Installer</a> in <em>Developing Applications with 
NetBeans IDE</em></p>
-</li>
-<li>
-<p><a 
href="http://docs.oracle.com/javafx/2/deployment/self-contained-packaging.htm";>Deploying
 JavaFX Applications: Self-Contained Application Packaging</a></p>
-</li>
-<li>
-<p><a 
href="http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html";>Packaging
 a Java App for Distribution on a Mac</a>
-<a 
href="/about/contact_form.html?to=3&amp;subject=Feedback:%20Native%20Packaging%20In%20NetBeans%20IDE">Send
 Feedback on This Tutorial</a></p>
-</li>
-</ul>
-</div>
-<div class="paragraph">
-<p><a href="../../trails/matisse.html">Back to the Learning Trail</a></p>
-</div>
-</div>
-</div>
             
 <section class='tools'>
     <ul class="menu align-center">


---------------------------------------------------------------------
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