Module  java.desktop
软件包  javax.swing.plaf

Class OptionPaneUI

    • 构造方法详细信息

      • OptionPaneUI

        public OptionPaneUI​()
    • 方法详细信息

      • selectInitialValue

        public abstract void selectInitialValue​(JOptionPane op)
        请求表示默认值的组件具有焦点。
        参数
        op - a JOptionPane
      • containsCustomComponents

        public abstract boolean containsCustomComponents​(JOptionPane op)
        如果用户为选项或消息提供了Component的实例,则返回true。
        参数
        op - a JOptionPane
        结果
        true如果给定的 JOptionPane包含用户创建的 Component s