This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new 1274a25 Tweaking Using the Visual Debugger in NetBeans IDE
1274a25 is described below
commit 1274a2572d8bc4f8cab866dbe29bcc1f90e6310b
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Sat May 4 16:25:15 2019 +0200
Tweaking Using the Visual Debugger in NetBeans IDE
---
netbeans.apache.org/src/content/kb/docs/java/debug-visual.asciidoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/netbeans.apache.org/src/content/kb/docs/java/debug-visual.asciidoc
b/netbeans.apache.org/src/content/kb/docs/java/debug-visual.asciidoc
index 6c669e5..dfca163 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/debug-visual.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/debug-visual.asciidoc
@@ -29,9 +29,9 @@
:description: Using the Visual Debugger in NetBeans IDE - Apache NetBeans
:keywords: Apache NetBeans, Tutorials, Using the Visual Debugger in NetBeans
IDE
-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.
+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.
-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.
+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.
== Taking a GUI Snapshot
---------------------------------------------------------------------
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