I want to study Java, a programming experience in C, Pascal, Delphi, Assembler, PHP. Textbooks do not have time to read, study the source code.
Question:
In a class there is a method, on all it is visible that library. From what libraries it is taken?
For example, the class Calculator, extension of the class Applet. In it there is a method setLayout. JDK documentation for the method setLayout occurs in 10 classes, including JApplet, but none of the Applet.
So where is the compiler takes this method? and how do find out which class belongs to one or another method?
Thank you

