You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by gi...@apache.org on 2019/05/04 14:27:10 UTC

[netbeans-website] branch asf-site updated: Automated site publishing by Jenkins build 778

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/netbeans-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 1588c3c  Automated site publishing by Jenkins build 778
1588c3c is described below

commit 1588c3c36f902745404b6152c2d13e44213da0b0
Author: jenkins <bu...@apache.org>
AuthorDate: Sat May 4 14:27:06 2019 +0000

    Automated site publishing by Jenkins build 778
---
 content/kb/docs/java/debug-visual.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/kb/docs/java/debug-visual.html b/content/kb/docs/java/debug-visual.html
index c69f46d..f1f48b6 100644
--- a/content/kb/docs/java/debug-visual.html
+++ b/content/kb/docs/java/debug-visual.html
@@ -109,10 +109,10 @@
 <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>This document describes how to use the Visual Debugger to help you locate and debug the code for visual elements in your GUI application. You can use the visual debugger in Java and JavaFX GUI applications.</p>
+<p>This document describes how to use the Visual Debugger to help you locate and debug the code for visual elements in your GUI application. You can use the visual debugger in Java Swing and JavaFX GUI applications.</p>
 </div>
 <div class="paragraph">
-<p>In this document you will use the Visual Debugger to explore the Anagram Game sample project. This document will demonstrate how to take a GUI snapshot of the application and then work with the snapshot to locate source code, add listeners to events and view the event log of GUI components.</p>
+<p>In this document you will use the Visual Debugger to explore the Anagram Game sample project, which is a Java Swing application distributed with NetBeans. This document will demonstrate how to take a GUI snapshot of the application and then work with the snapshot to locate source code, add listeners to events and view the event log of GUI components.</p>
 </div>
 </div>
 </div>


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

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