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 e64bded  Automated site publishing by Jenkins build 772
e64bded is described below

commit e64bded803f926a6199d5b0c2db4bb72771d70e1
Author: jenkins <bui...@apache.org>
AuthorDate: Sat May 4 14:13:02 2019 +0000

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

diff --git a/content/kb/docs/java/debug-visual.html 
b/content/kb/docs/java/debug-visual.html
index 5a5ebab..f0a6b23 100644
--- a/content/kb/docs/java/debug-visual.html
+++ b/content/kb/docs/java/debug-visual.html
@@ -206,7 +206,6 @@
 <div class="content">
 <img src="images/debug-snapshot.png" alt="debug snapshot">
 </div>
-<div class="title">Figure 1. GUI Snapshot</div>
 </div>
 <div class="paragraph">
 <p>The IDE also displays the location of the component in the form hierarchy 
in the Navigator window.</p>
@@ -215,7 +214,6 @@
 <div class="content">
 <img src="images/debug-navigator.png" alt="debug navigator">
 </div>
-<div class="title">Figure 2. GUI Snapshot</div>
 </div>
 <div class="olist arabic">
 <ol class="arabic" start="2">
@@ -231,7 +229,7 @@
 <div class="content">
 <img src="images/debug-gotodeclaration.png" alt="debug gotodeclaration">
 </div>
-<div class="title">Figure 3. Line of code where component is declared</div>
+<div class="title">Figure 1. Line of code where component is declared</div>
 </div>
 <div class="olist arabic">
 <ol class="arabic" start="3">
@@ -247,7 +245,6 @@
 <div class="content">
 <img src="images/debug-gotosource.png" alt="debug gotosource">
 </div>
-<div class="title">Figure 4. Line of source code for component</div>
 </div>
 <div class="paragraph">
 <p>You can use the Go to Hierarchy Addition command in the GUI snapshot to 
locate the line in the source code where a component is added to its container. 
The Go to Hierarchy Addition command is disabled by default. You can enable the 
command in the Options window.</p>
@@ -295,7 +292,6 @@
 <div class="content">
 <img src="images/debug-hierarchy.png" alt="debug hierarchy">
 </div>
-<div class="title">Figure 5. Line of source code where component is added to 
container</div>
 </div>
 </div>
 <div class="sect2">
@@ -317,7 +313,6 @@
 <div class="content">
 <img src="images/debug-customlisteners.png" alt="debug customlisteners">
 </div>
-<div class="title">Figure 6. Line of source code where component is added to 
container</div>
 </div>
 <div class="olist arabic">
 <ol class="arabic" start="2">
@@ -356,7 +351,7 @@
 <ol class="arabic" start="5">
 <li>
 <p>Select the  <code>java.awt.event.KeyListener</code>  listener from the 
dialog. Click OK.
-image::images/debug-select-listener.png[title="Line of source code where 
component is added to container"]</p>
+image::images/debug-select-listener.png[]</p>
 </li>
 </ol>
 </div>
@@ -377,7 +372,6 @@ image::images/debug-select-listener.png[title="Line of 
source code where compone
 <div class="content">
 <img src="images/debug-eventlog.png" alt="debug eventlog">
 </div>
-<div class="title">Figure 7. Line of source code where component is added to 
container</div>
 </div>
 <div class="paragraph">
 <p>If you expand the "Called From&#8230;&#8203;" node for an event you can see 
the stack trace for the event.</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