KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > Panel

java.awt
Class Panel

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by java.awt.Panel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
Applet
See Also:
Top Examples, Source Code, FlowLayout

public void addNotify()
See Also:
Container.removeNotify(), Component.isDisplayable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AccessibleContext getAccessibleContext()
See Also:
Component, Accessible
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Panel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Panel(LayoutManager layout)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags