If you want to create your own JComponent, you will certainly want to create an homogeneous component in comparaison of the common components (JLabel, JComboBox, ...). Reuse constants defined in the Swing API is a good way to be homogeneous. So the following list of keys/values will help you to know what keys you could reuse. The values of colors can depend of the look and feel that you use, so values aren't really important.
This list has been generated by using javax.swing.plaf.basic.BasicLookAndFeel class.
So, for example, thanks to the following list, you can easily change the default background color of all JTables.
| Key | Value |
|---|---|
| Panel.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| Panel.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| Panel.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Key | Value |
| Label.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| Label.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| Label.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Label.disabledForeground | javax.swing.plaf.ColorUIResource[r=153,g=153,b=153] |
| Label.disabledShadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| Label.border | null |
| Key | Value |
| Button.defaultButtonFollowsFocus | false |
| Button.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| Button.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| Button.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Button.shadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| Button.darkShadow | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| Button.light | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| Button.highlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| Button.border | javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@80fa6f |
| Button.margin | javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14] |
| Button.textIconGap | 4 |
| Button.textShiftOffset | 0 |
| Button.focusInputMap | javax.swing.plaf.InputMapUIResource@18f6235 |
| Key | Value |
| ToggleButton.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| ToggleButton.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ToggleButton.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| ToggleButton.shadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| ToggleButton.darkShadow | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| ToggleButton.light | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| ToggleButton.highlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| ToggleButton.border | javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@1d85f79 |
| ToggleButton.margin | javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14] |
| ToggleButton.textIconGap | 4 |
| ToggleButton.textShiftOffset | 0 |
| ToggleButton.focusInputMap | javax.swing.plaf.InputMapUIResource@641e9a |
| Key | Value |
| RadioButton.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| RadioButton.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| RadioButton.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| RadioButton.shadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| RadioButton.darkShadow | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| RadioButton.light | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| RadioButton.highlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| RadioButton.border | javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@11a64ed |
| RadioButton.margin | javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2] |
| RadioButton.textIconGap | 4 |
| RadioButton.textShiftOffset | 0 |
| RadioButton.icon | javax.swing.plaf.metal.MetalIconFactory$RadioButtonIcon@4e79f1 |
| RadioButton.focusInputMap | javax.swing.plaf.InputMapUIResource@27e353 |
| Key | Value |
| CheckBox.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| CheckBox.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| CheckBox.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| CheckBox.border | javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@bd928a |
| CheckBox.margin | javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2] |
| CheckBox.textIconGap | 4 |
| CheckBox.textShiftOffset | 0 |
| CheckBox.icon | javax.swing.plaf.metal.MetalIconFactory$CheckBoxIcon@10f6d3 |
| CheckBox.focusInputMap | javax.swing.plaf.InputMapUIResource@1bcc0bc |
| Key | Value |
| ComboBox.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| ComboBox.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ComboBox.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| ComboBox.buttonBackground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ComboBox.buttonShadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| ComboBox.buttonDarkShadow | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| ComboBox.buttonHighlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| ComboBox.selectionBackground | javax.swing.plaf.ColorUIResource[r=163,g=184,b=204] |
| ComboBox.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| ComboBox.disabledBackground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ComboBox.disabledForeground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| ComboBox.timeFactor | 1000 |
| ComboBox.ancestorInputMap | javax.swing.plaf.InputMapUIResource@79717e |
| Key | Value |
| List.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| List.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| List.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| List.selectionBackground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| List.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| List.focusCellHighlightBorder | javax.swing.plaf.BorderUIResource$LineBorderUIResource@17ce4e7 |
| List.border | null |
| List.cellRenderer | javax.swing.DefaultListCellRenderer$UIResource[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=javax.swing.border.EmptyBorder@1827284,flags=25165832,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,horizontalAlignment=LEADING,horizontalTextPosition=TRAILING,iconTextGap=4,labelFor=,text=,verticalAlignment=CENTER,verticalTextPosition=CENTER] |
| List.timeFactor | 1000 |
| List.focusInputMap | javax.swing.plaf.InputMapUIResource@12d15a9 |
| List.focusInputMap.RightToLeft | javax.swing.plaf.InputMapUIResource@e91f5d |
| Key | Value |
| Table.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| Table.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Table.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| Table.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Table.selectionBackground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| Table.gridColor | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| Table.focusCellBackground | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| Table.focusCellForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Table.focusCellHighlightBorder | javax.swing.plaf.BorderUIResource$LineBorderUIResource@1865b28 |
| Table.scrollPaneBorder | javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder@1cac6db |
| Table.ancestorInputMap | javax.swing.plaf.InputMapUIResource@1c56c60 |
| Table.ancestorInputMap.RightToLeft | javax.swing.plaf.InputMapUIResource@4e280c |
| Key | Value |
| TableHeader.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| TableHeader.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TableHeader.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| TableHeader.cellBorder | javax.swing.plaf.metal.MetalBorders$TableHeaderBorder@1595f51 |
| Key | Value |
| MenuBar.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| MenuBar.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| MenuBar.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| MenuBar.shadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| MenuBar.highlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| MenuBar.border | javax.swing.plaf.metal.MetalBorders$MenuBarBorder@b0ce8f |
| MenuBar.windowBindings | [Ljava.lang.Object;@1c92535 |
| Key | Value |
| MenuItem.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| MenuItem.acceleratorFont | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=10] |
| MenuItem.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| MenuItem.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| MenuItem.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| MenuItem.selectionBackground | javax.swing.plaf.ColorUIResource[r=163,g=184,b=204] |
| MenuItem.disabledForeground | javax.swing.plaf.ColorUIResource[r=153,g=153,b=153] |
| MenuItem.acceleratorForeground | javax.swing.plaf.ColorUIResource[r=99,g=130,b=191] |
| MenuItem.acceleratorSelectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| MenuItem.acceleratorDelimiter | - |
| MenuItem.border | javax.swing.plaf.metal.MetalBorders$MenuItemBorder@a4e743 |
| MenuItem.borderPainted | true |
| MenuItem.margin | javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2] |
| MenuItem.checkIcon | null |
| MenuItem.arrowIcon | javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon@9f671b |
| MenuItem.commandSound | sounds/MenuItemCommand.wav |
| Key | Value |
| RadioButtonMenuItem.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| RadioButtonMenuItem.acceleratorFont | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=10] |
| RadioButtonMenuItem.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| RadioButtonMenuItem.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| RadioButtonMenuItem.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| RadioButtonMenuItem.selectionBackground | javax.swing.plaf.ColorUIResource[r=163,g=184,b=204] |
| RadioButtonMenuItem.disabledForeground | javax.swing.plaf.ColorUIResource[r=153,g=153,b=153] |
| RadioButtonMenuItem.acceleratorForeground | javax.swing.plaf.ColorUIResource[r=99,g=130,b=191] |
| RadioButtonMenuItem.acceleratorSelectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| RadioButtonMenuItem.border | javax.swing.plaf.metal.MetalBorders$MenuItemBorder@12a3793 |
| RadioButtonMenuItem.borderPainted | true |
| RadioButtonMenuItem.margin | javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2] |
| RadioButtonMenuItem.checkIcon | javax.swing.plaf.metal.MetalIconFactory$RadioButtonMenuItemIcon@f1bb78 |
| RadioButtonMenuItem.arrowIcon | javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon@9f671b |
| RadioButtonMenuItem.commandSound | sounds/MenuItemCommand.wav |
| Key | Value |
| CheckBoxMenuItem.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| CheckBoxMenuItem.acceleratorFont | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=10] |
| CheckBoxMenuItem.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| CheckBoxMenuItem.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| CheckBoxMenuItem.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| CheckBoxMenuItem.selectionBackground | javax.swing.plaf.ColorUIResource[r=163,g=184,b=204] |
| CheckBoxMenuItem.disabledForeground | javax.swing.plaf.ColorUIResource[r=153,g=153,b=153] |
| CheckBoxMenuItem.acceleratorForeground | javax.swing.plaf.ColorUIResource[r=99,g=130,b=191] |
| CheckBoxMenuItem.acceleratorSelectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| CheckBoxMenuItem.border | javax.swing.plaf.metal.MetalBorders$MenuItemBorder@4b035d |
| CheckBoxMenuItem.borderPainted | true |
| CheckBoxMenuItem.margin | javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2] |
| CheckBoxMenuItem.checkIcon | javax.swing.plaf.metal.MetalIconFactory$CheckBoxMenuItemIcon@d1fa5 |
| CheckBoxMenuItem.arrowIcon | javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon@9f671b |
| CheckBoxMenuItem.commandSound | sounds/MenuItemCommand.wav |
| Key | Value |
| Menu.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| Menu.acceleratorFont | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=10] |
| Menu.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| Menu.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Menu.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Menu.selectionBackground | javax.swing.plaf.ColorUIResource[r=163,g=184,b=204] |
| Menu.disabledForeground | javax.swing.plaf.ColorUIResource[r=153,g=153,b=153] |
| Menu.acceleratorForeground | javax.swing.plaf.ColorUIResource[r=99,g=130,b=191] |
| Menu.acceleratorSelectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Menu.border | javax.swing.plaf.metal.MetalBorders$MenuItemBorder@198a455 |
| Menu.borderPainted | true |
| Menu.margin | javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2] |
| Menu.checkIcon | null |
| Menu.arrowIcon | javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon@aa37a6 |
| Menu.menuPopupOffsetX | 0 |
| Menu.menuPopupOffsetY | 0 |
| Menu.submenuPopupOffsetX | -4 |
| Menu.submenuPopupOffsetY | -3 |
| Menu.shortcutKeys | [I@12b7eea |
| Menu.crossMenuMnemonic | true |
| Key | Value |
| PopupMenu.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| PopupMenu.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| PopupMenu.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| PopupMenu.border | javax.swing.plaf.metal.MetalBorders$PopupMenuBorder@76e369 |
| PopupMenu.popupSound | sounds/PopupMenuPopup.wav |
| PopupMenu.selectedWindowInputMapBindings | [Ljava.lang.Object;@14c194d |
| PopupMenu.selectedWindowInputMapBindings.RightToLeft | [Ljava.lang.Object;@1112783 |
| PopupMenu.consumeEventOnClose | false |
| Key | Value |
| OptionPane.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| OptionPane.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| OptionPane.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| OptionPane.messageForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| OptionPane.border | javax.swing.plaf.BorderUIResource$EmptyBorderUIResource@1cbfe9d |
| OptionPane.messageAreaBorder | javax.swing.plaf.BorderUIResource$EmptyBorderUIResource@1b8f864 |
| OptionPane.buttonAreaBorder | javax.swing.plaf.BorderUIResource$EmptyBorderUIResource@bb7759 |
| OptionPane.minimumSize | javax.swing.plaf.DimensionUIResource[width=262,height=90] |
| OptionPane.errorIcon | javax.swing.plaf.IconUIResource@b02efa |
| OptionPane.informationIcon | javax.swing.plaf.IconUIResource@dc57db |
| OptionPane.warningIcon | javax.swing.plaf.IconUIResource@13adc56 |
| OptionPane.questionIcon | javax.swing.plaf.IconUIResource@157aa53 |
| OptionPane.windowBindings | [Ljava.lang.Object;@6f50a8 |
| OptionPane.errorSound | sounds/OptionPaneError.wav |
| OptionPane.informationSound | sounds/OptionPaneInformation.wav |
| OptionPane.questionSound | sounds/OptionPaneQuestion.wav |
| OptionPane.warningSound | sounds/OptionPaneWarning.wav |
| OptionPane.buttonClickThreshhold | 500 |
| Key | Value |
| ProgressBar.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| ProgressBar.foreground | javax.swing.plaf.ColorUIResource[r=163,g=184,b=204] |
| ProgressBar.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ProgressBar.selectionForeground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ProgressBar.selectionBackground | javax.swing.plaf.ColorUIResource[r=99,g=130,b=191] |
| ProgressBar.border | javax.swing.plaf.BorderUIResource$LineBorderUIResource@187814 |
| ProgressBar.cellLength | 1 |
| ProgressBar.cellSpacing | 0 |
| ProgressBar.repaintInterval | 50 |
| ProgressBar.cycleTime | 3000 |
| ProgressBar.horizontalSize | javax.swing.plaf.DimensionUIResource[width=146,height=12] |
| ProgressBar.verticalSize | javax.swing.plaf.DimensionUIResource[width=12,height=146] |
| Key | Value |
| Separator.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| Separator.foreground | javax.swing.plaf.ColorUIResource[r=99,g=130,b=191] |
| Key | Value |
| ScrollBar.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ScrollBar.foreground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ScrollBar.track | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ScrollBar.trackHighlight | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| ScrollBar.thumb | javax.swing.plaf.ColorUIResource[r=163,g=184,b=204] |
| ScrollBar.thumbHighlight | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| ScrollBar.thumbDarkShadow | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| ScrollBar.thumbShadow | javax.swing.plaf.ColorUIResource[r=99,g=130,b=191] |
| ScrollBar.border | null |
| ScrollBar.minimumThumbSize | javax.swing.plaf.DimensionUIResource[width=8,height=8] |
| ScrollBar.maximumThumbSize | javax.swing.plaf.DimensionUIResource[width=4096,height=4096] |
| ScrollBar.ancestorInputMap | javax.swing.plaf.InputMapUIResource@73a7ab |
| ScrollBar.ancestorInputMap.RightToLeft | javax.swing.plaf.InputMapUIResource@104faf8 |
| ScrollBar.width | 17 |
| Key | Value |
| ScrollPane.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| ScrollPane.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ScrollPane.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| ScrollPane.border | javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder@1c86be5 |
| ScrollPane.viewportBorder | null |
| ScrollPane.ancestorInputMap | javax.swing.plaf.InputMapUIResource@123b25c |
| ScrollPane.ancestorInputMap.RightToLeft | javax.swing.plaf.InputMapUIResource@92bbba |
| Key | Value |
| Viewport.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| Viewport.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| Viewport.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Key | Value |
| Slider.foreground | javax.swing.plaf.ColorUIResource[r=163,g=184,b=204] |
| Slider.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| Slider.highlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| Slider.tickColor | java.awt.Color[r=0,g=0,b=0] |
| Slider.shadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| Slider.focus | javax.swing.plaf.ColorUIResource[r=163,g=184,b=204] |
| Slider.border | null |
| Slider.horizontalSize | java.awt.Dimension[width=200,height=21] |
| Slider.verticalSize | java.awt.Dimension[width=21,height=200] |
| Slider.minimumHorizontalSize | java.awt.Dimension[width=36,height=21] |
| Slider.minimumVerticalSize | java.awt.Dimension[width=21,height=36] |
| Slider.focusInsets | javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0] |
| Slider.focusInputMap | javax.swing.plaf.InputMapUIResource@162dbb6 |
| Slider.focusInputMap.RightToLeft | javax.swing.plaf.InputMapUIResource@146c1d4 |
| Key | Value |
| Spinner.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| Spinner.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| Spinner.foreground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| Spinner.border | javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@5e179a |
| Spinner.arrowButtonBorder | javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@80fa6f |
| Spinner.arrowButtonInsets | javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0] |
| Spinner.arrowButtonSize | java.awt.Dimension[width=16,height=5] |
| Spinner.ancestorInputMap | javax.swing.plaf.InputMapUIResource@15fadcf |
| Spinner.editorBorderPainted | false |
| Key | Value |
| SplitPane.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| SplitPane.highlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| SplitPane.shadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| SplitPane.darkShadow | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| SplitPane.border | javax.swing.plaf.basic.BasicBorders$SplitPaneBorder@fbb7cb |
| SplitPane.dividerSize | 10 |
| SplitPane.ancestorInputMap | javax.swing.plaf.InputMapUIResource@1df8b99 |
| Key | Value |
| SplitPaneDivider.border | javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder@1010058 |
| SplitPaneDivider.draggingColor | javax.swing.plaf.ColorUIResource[r=64,g=64,b=64] |
| Key | Value |
| TabbedPane.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| TabbedPane.background | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| TabbedPane.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TabbedPane.highlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| TabbedPane.light | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| TabbedPane.shadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| TabbedPane.darkShadow | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| TabbedPane.selected | javax.swing.plaf.ColorUIResource[r=200,g=221,b=242] |
| TabbedPane.focus | javax.swing.plaf.ColorUIResource[r=99,g=130,b=191] |
| TabbedPane.textIconGap | 4 |
| TabbedPane.tabsOverlapBorder | false |
| TabbedPane.tabInsets | javax.swing.plaf.InsetsUIResource[top=0,left=9,bottom=1,right=9] |
| TabbedPane.selectedTabPadInsets | javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=1] |
| TabbedPane.tabAreaInsets | java.awt.Insets[top=2,left=2,bottom=0,right=6] |
| TabbedPane.contentBorderInsets | java.awt.Insets[top=4,left=2,bottom=3,right=3] |
| TabbedPane.tabRunOverlay | 2 |
| TabbedPane.tabsOpaque | true |
| TabbedPane.contentOpaque | true |
| TabbedPane.focusInputMap | javax.swing.plaf.InputMapUIResource@bdab91 |
| TabbedPane.ancestorInputMap | javax.swing.plaf.InputMapUIResource@4ac00c |
| Key | Value |
| Tree.paintLines | true |
| Tree.lineTypeDashed | false |
| Tree.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| Tree.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| Tree.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Tree.hash | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| Tree.textForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Tree.textBackground | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| Tree.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| Tree.selectionBackground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| Tree.selectionBorderColor | javax.swing.plaf.ColorUIResource[r=99,g=130,b=191] |
| Tree.editorBorder | javax.swing.plaf.BorderUIResource$LineBorderUIResource@15ac3c9 |
| Tree.leftChildIndent | 7 |
| Tree.rightChildIndent | 13 |
| Tree.rowHeight | 0 |
| Tree.scrollsOnExpand | true |
| Tree.openIcon | javax.swing.plaf.IconUIResource@1f17e77 |
| Tree.closedIcon | javax.swing.plaf.IconUIResource@1a5f739 |
| Tree.leafIcon | javax.swing.plaf.IconUIResource@109fd93 |
| Tree.expandedIcon | javax.swing.plaf.IconUIResource@e6ff0d |
| Tree.collapsedIcon | javax.swing.plaf.metal.OceanTheme$COIcon@1e97f9f |
| Tree.changeSelectionWithFocus | true |
| Tree.drawsFocusBorderAroundIcon | false |
| Tree.timeFactor | 1000 |
| Tree.focusInputMap | javax.swing.plaf.InputMapUIResource@b9b538 |
| Tree.focusInputMap.RightToLeft | javax.swing.plaf.InputMapUIResource@288051 |
| Tree.ancestorInputMap | javax.swing.plaf.InputMapUIResource@10045eb |
| Key | Value |
| TextField.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| TextField.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| TextField.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TextField.shadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| TextField.darkShadow | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| TextField.light | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| TextField.highlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| TextField.inactiveForeground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| TextField.inactiveBackground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| TextField.selectionBackground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| TextField.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TextField.caretForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TextField.caretBlinkRate | 500 |
| TextField.border | javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@5e179a |
| TextField.margin | javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0] |
| Key | Value |
| FormattedTextField.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| FormattedTextField.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| FormattedTextField.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| FormattedTextField.inactiveForeground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| FormattedTextField.inactiveBackground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| FormattedTextField.selectionBackground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| FormattedTextField.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| FormattedTextField.caretForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| FormattedTextField.caretBlinkRate | 500 |
| FormattedTextField.border | javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@5e179a |
| FormattedTextField.margin | javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0] |
| FormattedTextField.focusInputMap | javax.swing.plaf.InputMapUIResource@ee7a14 |
| Key | Value |
| PasswordField.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| PasswordField.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| PasswordField.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| PasswordField.inactiveForeground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| PasswordField.inactiveBackground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| PasswordField.selectionBackground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| PasswordField.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| PasswordField.caretForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| PasswordField.caretBlinkRate | 500 |
| PasswordField.border | javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@5e179a |
| PasswordField.margin | javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0] |
| Key | Value |
| TextArea.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| TextArea.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| TextArea.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TextArea.inactiveForeground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| TextArea.selectionBackground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| TextArea.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TextArea.caretForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TextArea.caretBlinkRate | 500 |
| TextArea.border | javax.swing.plaf.basic.BasicBorders$MarginBorder@6cb8 |
| TextArea.margin | javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0] |
| Key | Value |
| TextPane.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| TextPane.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| TextPane.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TextPane.selectionBackground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| TextPane.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TextPane.caretForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TextPane.caretBlinkRate | 500 |
| TextPane.inactiveForeground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| TextPane.border | javax.swing.plaf.basic.BasicBorders$MarginBorder@1e1a408 |
| TextPane.margin | javax.swing.plaf.InsetsUIResource[top=3,left=3,bottom=3,right=3] |
| Key | Value |
| EditorPane.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| EditorPane.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| EditorPane.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| EditorPane.selectionBackground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| EditorPane.selectionForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| EditorPane.caretForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| EditorPane.caretBlinkRate | 500 |
| EditorPane.inactiveForeground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| EditorPane.border | javax.swing.plaf.basic.BasicBorders$MarginBorder@d81784 |
| EditorPane.margin | javax.swing.plaf.InsetsUIResource[top=3,left=3,bottom=3,right=3] |
| Key | Value |
| TitledBorder.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| TitledBorder.titleColor | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| TitledBorder.border | javax.swing.plaf.BorderUIResource$LineBorderUIResource@f01a1e |
| Key | Value |
| ToolBar.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| ToolBar.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ToolBar.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| ToolBar.shadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| ToolBar.darkShadow | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| ToolBar.light | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| ToolBar.highlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| ToolBar.dockingBackground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ToolBar.dockingForeground | javax.swing.plaf.ColorUIResource[r=99,g=130,b=191] |
| ToolBar.floatingBackground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ToolBar.floatingForeground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| ToolBar.border | javax.swing.plaf.metal.MetalBorders$ToolBarBorder@139b78e |
| ToolBar.separatorSize | javax.swing.plaf.DimensionUIResource[width=10,height=10] |
| ToolBar.ancestorInputMap | javax.swing.plaf.InputMapUIResource@41d05d |
| Key | Value |
| ToolTip.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| ToolTip.background | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| ToolTip.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| ToolTip.border | javax.swing.plaf.BorderUIResource$LineBorderUIResource@d6a05e |
| Key | Value |
| FileView.directoryIcon | javax.swing.plaf.IconUIResource@ba8602 |
| FileView.fileIcon | javax.swing.plaf.IconUIResource@1b3f8f6 |
| FileView.computerIcon | javax.swing.plaf.IconUIResource@9df6f1 |
| FileView.hardDriveIcon | javax.swing.plaf.IconUIResource@bf7190 |
| FileView.floppyDriveIcon | javax.swing.plaf.IconUIResource@b8bef7 |
| Key | Value |
| FileChooser.newFolderIcon | javax.swing.plaf.IconUIResource@1016632 |
| FileChooser.upFolderIcon | javax.swing.plaf.IconUIResource@dc6a77 |
| FileChooser.homeFolderIcon | javax.swing.plaf.IconUIResource@d1e89e |
| FileChooser.detailsViewIcon | javax.swing.plaf.metal.MetalIconFactory$FileChooserDetailViewIcon@c1f10e |
| FileChooser.listViewIcon | javax.swing.plaf.metal.MetalIconFactory$FileChooserListViewIcon@1342ba4 |
| FileChooser.readOnly | false |
| FileChooser.usesSingleFilePane | true |
| FileChooser.ancestorInputMap | javax.swing.plaf.InputMapUIResource@1d332b |
| FileChooser.useSystemExtensionHiding | false |
| Key | Value |
| ColorChooser.font | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12] |
| ColorChooser.background | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| ColorChooser.foreground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| ColorChooser.swatchesSwatchSize | java.awt.Dimension[width=10,height=10] |
| ColorChooser.swatchesRecentSwatchSize | java.awt.Dimension[width=10,height=10] |
| ColorChooser.swatchesDefaultRecentColor | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| Key | Value |
| InternalFrame.titleFont | javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12] |
| InternalFrame.borderColor | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| InternalFrame.borderShadow | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| InternalFrame.borderDarkShadow | javax.swing.plaf.ColorUIResource[r=122,g=138,b=153] |
| InternalFrame.borderHighlight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| InternalFrame.borderLight | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| InternalFrame.border | javax.swing.plaf.metal.MetalBorders$InternalFrameBorder@b01d43 |
| InternalFrame.icon | javax.swing.plaf.IconUIResource@513cf0 |
| InternalFrame.maximizeIcon | javax.swing.plaf.metal.OceanTheme$IFIcon@1bd7848 |
| InternalFrame.minimizeIcon | javax.swing.plaf.metal.OceanTheme$IFIcon@23e5d1 |
| InternalFrame.iconifyIcon | javax.swing.plaf.metal.OceanTheme$IFIcon@c4fe76 |
| InternalFrame.closeIcon | javax.swing.plaf.metal.OceanTheme$IFIcon@11e1e67 |
| InternalFrame.closeSound | sounds/FrameClose.wav |
| InternalFrame.maximizeSound | sounds/FrameMaximize.wav |
| InternalFrame.minimizeSound | sounds/FrameMinimize.wav |
| InternalFrame.restoreDownSound | sounds/FrameRestoreDown.wav |
| InternalFrame.restoreUpSound | sounds/FrameRestoreUp.wav |
| InternalFrame.activeTitleBackground | javax.swing.plaf.ColorUIResource[r=184,g=207,b=229] |
| InternalFrame.activeTitleForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| InternalFrame.inactiveTitleBackground | javax.swing.plaf.ColorUIResource[r=238,g=238,b=238] |
| InternalFrame.inactiveTitleForeground | sun.swing.PrintColorUIResource[r=51,g=51,b=51] |
| InternalFrame.windowBindings | null |
| Key | Value |
| DesktopIcon.border | javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@1549f94 |
| Desktop.background | javax.swing.plaf.ColorUIResource[r=255,g=255,b=255] |
| Desktop.ancestorInputMap | javax.swing.plaf.InputMapUIResource@b8c8e6 |
| RootPane.ancestorInputMap | javax.swing.plaf.InputMapUIResource@18d9850 |
| RootPane.defaultButtonWindowKeyBindings | [Ljava.lang.Object;@10ab323 |