Any free crossplatform GUI javadoc app?

Hello all!

I've searched this forum for info about some Javadoc tool which would meet my needs and couldn't find one, perhaps I haven't searched enough. I don't use an IDE so that's why I would like it to have the following 'features':

-GUI

-Work without recompilation on both Windows and Linux (and perhaps on other platforms).

-A standalone app, not part of some IDE.

-System tray functionality (to hide it when not needed instead of closing it and starting again).

-FAST and EASY java API documentation browsing. This is the main requirement since that's why I need it for.

-Should generate java documentation based on a dir containing .java files.

-Oh.. and almost forgotten, must be free and open source :)

If someone knows such a tool/app PLEASE post the link where I can find it for I couldn't find anything like that, so I've started creating my own app based on Java 6 since it supports system tray. Anyone is welcome to have a look and/or try the development version:

Screenshot:

www.geocities.com/xlinuks/jdg_screenshot.jpg

The app which includes the source files, runs under Java 6 and above:

www.geocities.com/xlinuks/JDG.jar

[1233 byte] By [xlinuksa] at [2007-11-26 13:55:52]
# 1
Looks like a great idea. I don't know of anyone who has written such a thing. Congrats.-Doug
dhkramera at 2007-7-8 1:35:07 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

thanks.. since it looks like there's no such tool I almost completed mine, in the 2nd version it supports now drag'n'drop, generates documentation, runs on both platforms, and so on, the only thing I'm planning to change is that it browses the documentation not in the system's default browser but inside its pane, I'll try to implement it in the 3rd version.

xlinuksa at 2007-7-8 1:35:07 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 3
Well it's too long and buggy to implement a custom browser, so if the app has to browse a given package without the system browser it loads the non-frame version of the given package :)
xlinuksa at 2007-7-8 1:35:07 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...