Class UserStyleDialog.Panel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
UserStyleDialog

public static class UserStyleDialog.Panel extends JPanel
This class represents the main panel of the dialog.
See Also:
  • Field Details

    • fileCheckBox

      protected JCheckBox fileCheckBox
      The file check box
    • fileLabel

      protected JLabel fileLabel
      The file label
    • fileTextField

      protected JTextField fileTextField
      The file text field
    • browseButton

      protected JButton browseButton
      The browse button
  • Constructor Details

    • Panel

      public Panel()
      Creates a new Panel object.
  • Method Details

    • getPath

      public String getPath()
      Returns the chosen path or null.
    • setPath

      public void setPath(String s)
      Sets the current dialog path.