Liking cljdoc? Tell your friends :D

javax.swing.plaf.OptionPaneUI

Pluggable look and feel interface for JOptionPane.

Pluggable look and feel interface for JOptionPane.
raw docstring

->option-pane-uiclj

(->option-pane-ui)

Constructor.

Constructor.
raw docstring

contains-custom-componentsclj

(contains-custom-components this op)

Returns true if the user has supplied instances of Component for either the options or message.

op - javax.swing.JOptionPane

returns: boolean

Returns true if the user has supplied instances of Component for
 either the options or message.

op - `javax.swing.JOptionPane`

returns: `boolean`
raw docstring

select-initial-valueclj

(select-initial-value this op)

Requests the component representing the default value to have focus.

op - javax.swing.JOptionPane

Requests the component representing the default value to have
 focus.

op - `javax.swing.JOptionPane`
raw docstring

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

× close