Java AWT Components

After having the basic idea of GUI, let us know how many Java AWT Components classes exist with java.awt package. This knowledge is essential to go further in the tutorial. As you can observe from the above hierarchy, Component is the super class of all Java components and is declared as abstract. That is, we …

Java AWT Components Read More »