How can i open a Windows about a specific class. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

22nd Oct 2019, 5:43 PM
Hernán Enriquez
Hernán Enriquez - avatar
3 Answers
+ 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).
22nd Oct 2019, 5:59 PM
Tashi N
Tashi N - avatar
+ 5
Nevermind, you're welcome! Happy coding ^^
22nd Oct 2019, 6:55 PM
Tashi N
Tashi N - avatar
+ 2
Thats exactly what im looking for. Thanks my apoligies by using unssual expression.
22nd Oct 2019, 6:14 PM
Hernán Enriquez
Hernán Enriquez - avatar