I'm looking for a web application (either an existing web site or a site which I can generate and set it up for myself, or a greasemonkey script), which lets me browse http://java.sun.com/javase/6/docs/api/ (or any earlier version I specify) in a more convenient way, i.e. where I can search for a class name.
http://www.jdocs.com/ doesn't seem to do what I want, because it doesn't show me the version I need (javase/6).
I'm currently trying these:
- http://code.google.com/p/javadoc-search-frame/ This works perfectly in Firefox (install the .user.js file, then visit http://java.sun.com/javase/6/docs/api/), but it's very hard to use in Google Chrome, because it doesn't work in the main frame, only the all-classes subframe.