Panel class in java Panel class ------------- This class is used to divide the window into various sub-section , each section is used as a panel or we can say is reffered as a panel . The general form of creating the panel is , Panel objectname=new Panel() import java.applet.*; import java.awt.*; /* <applet code="PanelDemo" height=200 width=200> ...
FOR EVERY PROGRAMMER SOME SPECIAL PROGRAMS WITH THEORY.