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

