Class ConfigDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ConfigDialog extends LizzieDialog
See Also:
  • Field Details

    • resourceBundle

      public final ResourceBundle resourceBundle
    • enginePath

      public String enginePath
    • weightPath

      public String weightPath
    • commandHelp

      public String commandHelp
    • uiTab

      public JPanel uiTab
    • themeTab

      public JPanel themeTab
    • aboutTab

      public JPanel aboutTab
    • okButton

      public JButton okButton
    • lblBoardSign

      public JLabel lblBoardSign
    • txtBoardWidth

      public JTextField txtBoardWidth
    • txtBoardHeight

      public JTextField txtBoardHeight
    • rdoBoardSizeOther

      public JRadioButton rdoBoardSizeOther
    • rdoBoardSize19

      public JRadioButton rdoBoardSize19
    • rdoBoardSize13

      public JRadioButton rdoBoardSize13
    • rdoBoardSize9

      public JRadioButton rdoBoardSize9
    • rdoBoardSize7

      public JRadioButton rdoBoardSize7
    • rdoBoardSize5

      public JRadioButton rdoBoardSize5
    • rdoBoardSize4

      public JRadioButton rdoBoardSize4
    • chkPanelUI

      public JCheckBox chkPanelUI
    • txtMinPlayoutRatioForStats

      public JFormattedTextField txtMinPlayoutRatioForStats
    • chkShowCaptured

      public JCheckBox chkShowCaptured
    • chkShowWinrate

      public JCheckBox chkShowWinrate
    • chkShowVariationGraph

      public JCheckBox chkShowVariationGraph
    • chkShowComment

      public JCheckBox chkShowComment
    • chkShowSubBoard

      public JCheckBox chkShowSubBoard
    • chkShowCoordinates

      public JCheckBox chkShowCoordinates
    • rdoShowMoveNumberNo

      public JRadioButton rdoShowMoveNumberNo
    • rdoShowMoveNumberAll

      public JRadioButton rdoShowMoveNumberAll
    • rdoShowMoveNumberLast

      public JRadioButton rdoShowMoveNumberLast
    • txtShowMoveNumber

      public JTextField txtShowMoveNumber
    • chkShowBlunderBar

      public JCheckBox chkShowBlunderBar
    • chkShowBorder

      public JCheckBox chkShowBorder
    • chkDynamicWinrateGraphWidth

      public JCheckBox chkDynamicWinrateGraphWidth
    • chkAppendWinrateToComment

      public JCheckBox chkAppendWinrateToComment
    • chkHoldBestMovesToSgf

      public JCheckBox chkHoldBestMovesToSgf
    • chkShowBestMovesByHold

      public JCheckBox chkShowBestMovesByHold
    • chkColorByWinrateInsteadOfVisits

      public JCheckBox chkColorByWinrateInsteadOfVisits
    • chkNotRefreshVariation

      public JCheckBox chkNotRefreshVariation
    • sldBoardPositionProportion

      public JSlider sldBoardPositionProportion
    • txtLimitBestMoveNum

      public JTextField txtLimitBestMoveNum
    • txtLimitBranchLength

      public JTextField txtLimitBranchLength
    • chkShowWinrateInSuggestion

      public JCheckBox chkShowWinrateInSuggestion
    • chkShowPlayoutsInSuggestion

      public JCheckBox chkShowPlayoutsInSuggestion
    • chkShowScoremeanInSuggestion

      public JCheckBox chkShowScoremeanInSuggestion
    • tpGtpConsoleStyle

      public JTextPane tpGtpConsoleStyle
    • cmbThemes

      public JComboBox<String> cmbThemes
    • spnWinrateStrokeWidth

      public JSpinner spnWinrateStrokeWidth
    • spnMinimumBlunderBarWidth

      public JSpinner spnMinimumBlunderBarWidth
    • spnShadowSize

      public JSpinner spnShadowSize
    • cmbFontName

      public JComboBox<String> cmbFontName
    • cmbUiFontName

      public JComboBox<String> cmbUiFontName
    • cmbWinrateFontName

      public JComboBox<String> cmbWinrateFontName
    • txtBackgroundPath

      public JTextField txtBackgroundPath
    • txtBoardPath

      public JTextField txtBoardPath
    • txtBlackStonePath

      public JTextField txtBlackStonePath
    • txtWhiteStonePath

      public JTextField txtWhiteStonePath
    • lblWinrateLineColor

      public featurecat.lizzie.gui.ConfigDialog.ColorLabel lblWinrateLineColor
    • lblWinrateMissLineColor

      public featurecat.lizzie.gui.ConfigDialog.ColorLabel lblWinrateMissLineColor
    • lblBlunderBarColor

      public featurecat.lizzie.gui.ConfigDialog.ColorLabel lblBlunderBarColor
    • lblScoreMeanLineColor

      public featurecat.lizzie.gui.ConfigDialog.ColorLabel lblScoreMeanLineColor
    • lblCommentBackgroundColor

      public featurecat.lizzie.gui.ConfigDialog.ColorLabel lblCommentBackgroundColor
    • lblCommentFontColor

      public featurecat.lizzie.gui.ConfigDialog.ColorLabel lblCommentFontColor
    • txtCommentFontSize

      public JTextField txtCommentFontSize
    • rdoStoneIndicatorCircle

      public JRadioButton rdoStoneIndicatorCircle
    • rdoStoneIndicatorSolid

      public JRadioButton rdoStoneIndicatorSolid
    • rdoStoneIndicatorNo

      public JRadioButton rdoStoneIndicatorNo
    • chkShowCommentNodeColor

      public JCheckBox chkShowCommentNodeColor
    • lblCommentNodeColor

      public featurecat.lizzie.gui.ConfigDialog.ColorLabel lblCommentNodeColor
    • tblBlunderNodes

      public JTable tblBlunderNodes
    • columsBlunderNodes

      public String[] columsBlunderNodes
    • btnBackgroundPath

      public JButton btnBackgroundPath
    • btnBoardPath

      public JButton btnBoardPath
    • btnBlackStonePath

      public JButton btnBlackStonePath
    • btnWhiteStonePath

      public JButton btnWhiteStonePath
    • pnlBoardPreview

      public JPanel pnlBoardPreview
  • Constructor Details

    • ConfigDialog

      public ConfigDialog()
  • Method Details

    • switchTab

      public void switchTab(int index)