Module java.desktop
Package java.awt

Class Panel

    • Constructor Detail

      • Panel

        public Panel()
        Creates a new panel using the default layout manager. The default layout manager for all panels is the FlowLayout class.
      • Panel

        public Panel​(LayoutManager layout)
        Creates a new panel with the specified layout manager.
        Parameters:
        layout - the layout manager for this panel.
        Since:
        1.1
    • Method Detail

      • getAccessibleContext

        public AccessibleContext getAccessibleContext()
        Gets the AccessibleContext associated with this Panel. For panels, the AccessibleContext takes the form of an AccessibleAWTPanel. A new AccessibleAWTPanel instance is created if necessary.
        Specified by:
        getAccessibleContext in interface Accessible
        Overrides:
        getAccessibleContext in class Component
        Returns:
        an AccessibleAWTPanel that serves as the AccessibleContext of this Panel
        Since:
        1.3