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:07:13 UTC

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

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 3618c65  Automated site publishing by Jenkins build 770
3618c65 is described below

commit 3618c656c70d57490586daf0335ead354f83b9a7
Author: jenkins <bu...@apache.org>
AuthorDate: Sat May 4 14:07:09 2019 +0000

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

diff --git a/content/kb/docs/java/debug-visual.html b/content/kb/docs/java/debug-visual.html
index 5224dc8..5a5ebab 100644
--- a/content/kb/docs/java/debug-visual.html
+++ b/content/kb/docs/java/debug-visual.html
@@ -139,7 +139,7 @@
 <p>When you click Finish, the IDE creates the project and opens the project in the Projects window.</p>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="4">
 <li>
 <p>Click the Debug button in the toolbar (Ctrl-F5; ⌘-F5 on Mac) to start the debugging session.</p>
 </li>
@@ -155,7 +155,7 @@
 <p>For more on running the debugger, see <a href="http://www.oracle.com/pls/topic/lookup?ctx=nb8000&amp;id=NBDAG798">About Running and Debugging Java Application Projects</a> in <em>Developing Applications with NetBeans IDE</em>.</p>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="5">
 <li>
 <p>Choose Debug &gt; Take GUI Snapshot from the main menu.</p>
 </li>
@@ -218,7 +218,7 @@
 <div class="title">Figure 2. GUI Snapshot</div>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="2">
 <li>
 <p>Right-click the Guess button in the snapshot and choose Go to Component Declaration from the popup menu.</p>
 </li>
@@ -234,7 +234,7 @@
 <div class="title">Figure 3. Line of code where component is declared</div>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="3">
 <li>
 <p>Right-click the Guess button in the snapshot again and choose Go to Component Source.</p>
 </li>
@@ -266,7 +266,7 @@
 <p><strong>Note.</strong> In NetBeans IDE 7.1 the Java Debugger tab is located in the Miscellaneous category in the Options window.</p>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="3">
 <li>
 <p>Select Visual Debugging in the list of categories and select <strong>Track locations of component hierarchy changes</strong>. Click OK.</p>
 </li>
@@ -279,7 +279,7 @@
 <p><strong>Note.</strong> After you enable the command in the Options window you will need to restart your debugging session and take a new GUI snapshot before you can use the Go to Hierarchy Addition command.</p>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="5">
 <li>
 <p>Start a new debugging session and take a GUI snapshot.</p>
 </li>
@@ -320,7 +320,7 @@
 <div class="title">Figure 6. Line of source code where component is added to container</div>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="2">
 <li>
 <p>Right-click <strong>com.toy.anagrams.ui.Anagrams$3</strong> below the Custom Listeners node and choose Go to Component Source in the popup menu.</p>
 </li>
@@ -330,7 +330,7 @@
 <p>The source code opens in the editor at the line where the listener is defined.</p>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="3">
 <li>
 <p>Select the empty text field in the snapshot.</p>
 </li>
@@ -343,7 +343,7 @@
 <p>When you select the text field, the items in the Events window will change automatically to display the listeners for the selected component.</p>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="4">
 <li>
 <p>In the Events window, double-click the Event Log node to open the Select Listener window.</p>
 </li>
@@ -353,7 +353,7 @@
 <p>Alternatively, you can right-click the Event Log node and choose Set Logging Events from the popup menu.</p>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<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>
@@ -364,7 +364,7 @@ image::images/debug-select-listener.png[title="Line of source code where compone
 <p>This listener is now listening for keyboard events in the text field.</p>
 </div>
 <div class="olist arabic">
-<ol class="arabic">
+<ol class="arabic" start="6">
 <li>
 <p>In the Anagram Game application, type some characters in the text field.</p>
 </li>


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