Liking cljdoc? Tell your friends :D

jdk.awt.Panel

Panel is the simplest container class. A panel provides space in which an application can attach any other component, including other panels.

The default layout manager for a panel is the FlowLayout layout manager.

Panel is the simplest container class. A panel
provides space in which an application can attach any other
component, including other panels.

The default layout manager for a panel is the
FlowLayout layout manager.
raw docstring

->panelclj

(->panel)
(->panel layout)

Constructor.

Creates a new panel with the specified layout manager.

layout - the layout manager for this panel. - java.awt.LayoutManager

Constructor.

Creates a new panel with the specified layout manager.

layout - the layout manager for this panel. - `java.awt.LayoutManager`
raw docstring

add-notifyclj

(add-notify this)

Creates the Panel's peer. The peer allows you to modify the appearance of the panel without changing its functionality.

Creates the Panel's peer.  The peer allows you to modify the
appearance of the panel without changing its functionality.
raw docstring

get-accessible-contextclj

(get-accessible-context this)

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.

returns: an AccessibleAWTPanel that serves as the AccessibleContext of this Panel - javax.accessibility.AccessibleContext

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.

returns: an AccessibleAWTPanel that serves as the
         AccessibleContext of this Panel - `javax.accessibility.AccessibleContext`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close