Re: Classbrowser for Java
Why not just look at the Java API documentation? It's a lot more coherent than browsing disassembled class files or even the source code (which comes with the JDK).
http://java.sun.com/j2se/1.5.0/docs/api/
Re: Classbrowser for Java
Dosen't Netbeans have a feature similiar to what VS provides? That little drop down list that lists all of the methods contained within the class. I forget what Microsoft calls it. Im pretty sure it's not called code complete.
Re: Classbrowser for Java
Yes, actually. I'm using both the Intellisense and the Object Browser that are built in netBeans. I'm missing a search feature though :blush: It's useful if you're searching for a specific method. Here's a silly example:
Which class has a method to draw an ellipse?
If I had a search function I would type in "ellipse" and the classbrowser would return the names of all the classes it has found.
But nevermind, I can survive without that feature. Google is always my friend, of course :)
Re: Classbrowser for Java
Just installed netbeans, but after a quick look, I don't see any class browser...how do one get to it?
Re: Classbrowser for Java
Navigator? On Window menu.