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 759c9e3  Automated site publishing by Jenkins build 435
759c9e3 is described below

commit 759c9e3d5c816fee0aba3d936ffd7c4dc0e1fdfa
Author: jenkins <bui...@apache.org>
AuthorDate: Wed Jan 23 19:33:39 2019 +0000

    Automated site publishing by Jenkins build 435
---
 content/kb/docs/java/gui-functionality.html | 99 +----------------------------
 1 file changed, 1 insertion(+), 98 deletions(-)

diff --git a/content/kb/docs/java/gui-functionality.html 
b/content/kb/docs/java/gui-functionality.html
index 80b47e6..75502dd 100644
--- a/content/kb/docs/java/gui-functionality.html
+++ b/content/kb/docs/java/gui-functionality.html
@@ -81,8 +81,7 @@
             <h1 class="sect0">Introduction to GUI Building</h1>
             <div id="toc" class="toc">
 <div id="toctitle"></div>
-<ul class="sectlevel2">
-<li><a href="#_contents">Contents</a></li>
+<ul class="sectlevel1">
 <li><a href="#_exercise_1_creating_a_project">Exercise 1: Creating a 
Project</a></li>
 <li><a href="#_exercise_2_building_the_front_end">Exercise 2: Building the 
Front End</a>
 <ul class="sectlevel2">
@@ -100,7 +99,6 @@
 </li>
 <li><a href="#_exercise_4_running_the_program">Exercise 4: Running the 
Program</a></li>
 <li><a href="#_how_event_handling_works">How Event Handling Works</a></li>
-<li><a href="#_see_also">See Also</a></li>
 </ul>
 </div>
 <div id="preamble">
@@ -117,66 +115,7 @@
 <div class="paragraph">
 <p>For a more comprehensive guide to the GUI Builder&#8217;s design features, 
including video demonstrations of the various design features, see <a 
href="quickstart-gui.html">Designing a Swing GUI in NetBeans IDE</a>.</p>
 </div>
-<div class="paragraph">
-<p><strong>Expected duration: 20 minutes</strong></p>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_contents">Contents</h3>
-<div class="imageblock">
-<div class="content">
-<img src="images/netbeans-stamp-80-74-73.png" alt="netbeans stamp 80 74 73">
-</div>
-<div class="title">Figure 1. Content on this page applies to the NetBeans IDE 
6.9 and more recent</div>
 </div>
-<div class="ulist">
-<ul>
-<li>
-<p><a href="#Exercise_1">Exercise 1: Creating a Project</a></p>
-</li>
-<li>
-<p><a href="#Exercise_2">Exercise 2: Building the Front End</a></p>
-</li>
-<li>
-<p><a href="#Exercise_3">Exercise 3: Adding Functionality</a></p>
-</li>
-<li>
-<p><a href="#Exercise_4">Exercise 4: Running the Program</a></p>
-</li>
-<li>
-<p><a href="#how">How Event Handling Works</a></p>
-</li>
-<li>
-<p><a href="#seealso">See Also</a></p>
-</li>
-</ul>
-</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 with Java SE</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">version 
6.9 or higher</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 class="sect1">
 <h2 id="_exercise_1_creating_a_project">Exercise 1: Creating a Project</h2>
@@ -608,42 +547,6 @@ jButton3.addActionListener(new 
java.awt.event.ActionListener() {
 <div class="paragraph">
 <p>Generally speaking, to be able to respond, each interactive GUI component 
needs to register to an event listener and needs to implement an event handler. 
As you can see, NetBeans IDE handles hooking up the event listener for you, so 
you can concentrate on implementing the actual business logic that should be 
triggered by the event.</p>
 </div>
-<div class="paragraph">
-<p><a 
href="/about/contact_form.html?to=3&amp;subject=Feedback:%20Introduction%20to%20GUI%20Building">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="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>
-<li>
-<p><a href="quickstart-gui.html">Designing a Swing GUI in NetBeans IDE</a></p>
-</li>
-<li>
-<p><a href="gui-image-display.html">Handling Images in A GUI 
Application</a></p>
-</li>
-<li>
-<p><a href="hibernate-java-se.html">Using Hibernate in a Java Swing 
Application</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/wiki/view/NetBeansUserFAQ#section-NetBeansUserFAQ-GUIEditorMatisse";>GUI
 Builder - Frequently Asked Questions</a></p>
-</li>
-<li>
-<p><a 
href="http://download.oracle.com/javase/tutorial/uiswing/events/index.html";>Lesson:
 Writing Event Listeners</a> from <a 
href="http://download.oracle.com/javase/tutorial/index.html";>The Java™ 
Tutorials</a>.</p>
-</li>
-</ul>
-</div>
 </div>
 </div>
             


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