When using the help files, I find myself using right-click-back, back, back, forward, forward, back, forward, back, etc ... or scrolling up and down through the (huge) menu on the right-hand side to navigate my way through the API help files.
What would be really helpful would be a little alphabetically ordered drop down menu in the top-left hand corner of the html pane, or at the top of the books pane to allow you to re-visit pages in your browsing history with a single click (well, two clicks - one for the drop-down and one for the page).
Browsing History For Jdk Help Files
Started by
XmisterIS
, Aug 25 2010 08:44 AM
2 replies to this topic
#1
Posted 25 August 2010 - 08:44 AM
#2
Posted 25 August 2010 - 08:09 PM
Suppose you want the API for a JFrame (or any other component/command)
In your class file highlight/select the JFrame declaration.
Now either
.... and the JFrame API should appear!
In your class file highlight/select the JFrame declaration.
Now either
- press CTRL F1 or
- goto the Help -> JDK Help or
- click the JDK help icon (you may to customise this first)
.... and the JFrame API should appear!
#3
Posted 26 August 2010 - 10:14 AM
QUOTE (WillieS @ Aug 25 2010, 09:09 PM) <{POST_SNAPBACK}>
Suppose you want the API for a JFrame (or any other component/command)
In your class file highlight/select the JFrame declaration.
Now either
.... and the JFrame API should appear!
In your class file highlight/select the JFrame declaration.
Now either
- press CTRL F1 or
- goto the Help -> JDK Help or
- click the JDK help icon (you may to customise this first)
.... and the JFrame API should appear!
Oh! Now that is neat.











