Java AWT Panels

Java AWT Panels play a very important role in layout management. Panels in combination with layout managers render the desired layout to the programmer. Following hierarchy gives the place of Panel in AWT API. java.lang.Object –> java.awt.Component –> java.awt.Container –> java.awt.Panel –> java.applet.Applet Properties of Java AWT Panels As you can see from the hierarchy, …

Java AWT Panels Read More »