0
How can i open a Windows about a specific class.
For example, i was coding a day ago and i opened a new java file by mistake It was named Integer. And this file was about this class. I want to open more if this to study about this class im working.
3 Respuestas
+ 9
If I understand your question correctly, you're looking for the Java api docs.
https://docs.oracle.com/javase/10/docs/api/allclasses-noframe.html
In your ide you can usually jump to the class definition with
[ctrl] + mouse click
if you downloaded the javadocs (sometimes it's necessary to link jar and javadoc, but that should not be the case for the Java api docs).
+ 5
Nevermind, you're welcome! Happy coding ^^
+ 2
Thats exactly what im looking for. Thanks my apoligies by using unssual expression.