Fonts bei Look And Feel

Status
Nicht offen für weitere Antworten.
G

Guest

Gast
Hallo

Ich benutze für meine Anwendung das Windows Look And Feel von Sun.
Die Standart Schriftgröße ist nur leider etwas zu klein.
Ich versuche schon nun schon ne Weile rauszufinden wie man den Standart-Font des Look and Feels verstellen kann, werd aber leider aus dem bis jetzt gefundenen nicht wirklich schlau :(
Kann mir vielleicht jemand nen Tipp geben oder weis wie das funktioniert?
 

André Uhres

Top Contributor
Ich bin nicht sicher ob das überhaupt möglich ist sowas global zu setzen. Die einzelnen JComponents haben nicht immer die gleiche Font, haben aber jeweils eine Method setFont().
Code:
jTextField2.setFont(jTextField2.getFont().deriveFont(16f));
 

thE_29

Top Contributor
Also, alles was mit LnF zum tun hat, kann man per UIDefaults ändern!

Die "Schalter" Bzw Kennwörter dazu kriegst du so raus:

Code:
    UIDefaults ui_def = UIManager.getDefaults();
    Enumeration ui_enum = ui_def.keys();
    for(Object o_ui = null; ui_enum.hasMoreElements(); )
    {
      o_ui = ui_enum.nextElement();
      if(o_ui != null)
        System.out.println(o_ui + " == " + ui_def.get(o_ui));
    }

class javax.swing.plaf.basic.BasicPanelUI == public static javax.swing.plaf.ComponentUI javax.swing.plaf.basic.BasicPanelUI.createUI(javax.swing.JComponent)

javax.swing.plaf.basic.BasicPanelUI == class javax.swing.plaf.basic.BasicPanelUI

class javax.swing.plaf.metal.MetalRootPaneUI == public static javax.swing.plaf.ComponentUI javax.swing.plaf.metal.MetalRootPaneUI.createUI(javax.swing.JComponent)

javax.swing.plaf.metal.MetalRootPaneUI == class javax.swing.plaf.metal.MetalRootPaneUI

TextPane.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

Label.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

OptionPane.warningDialog.titlePane.shadow == javax.swing.plaf.ColorUIResource[r=204,g=153,b=102]

ToolTip.foregroundInactive == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

ToolBar.separatorSize == javax.swing.plaf.DimensionUIResource[width=10,height=10]

TabbedPane.tabAreaInsets == java.awt.Insets[top=2,left=2,bottom=0,right=6]

FileView.floppyDriveIcon == javax.swing.plaf.IconUIResource@1bf216a

RootPane.informationDialogBorder == javax.swing.plaf.metal.MetalBorders$DialogBorder@12ac982

EditorPane.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

RootPane.errorDialogBorder == javax.swing.plaf.metal.MetalBorders$ErrorDialogBorder@1389e4

SplitPane.darkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

ToggleButton.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

SplitPane.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ToolTip.border == javax.swing.plaf.BorderUIResource$LineBorderUIResource@c20e24

Slider.verticalSize == java.awt.Dimension[width=21,height=200]

Tree.openIcon == javax.swing.plaf.IconUIResource@2e7263

FileView.computerIcon == javax.swing.plaf.IconUIResource@157f0dc

scrollbar == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

InternalFrame.optionDialogBorder == javax.swing.plaf.metal.MetalBorders$OptionDialogBorder@863399

MenuBarUI == javax.swing.plaf.metal.MetalMenuBarUI

TabbedPane.tabsOverlapBorder == false

ScrollPane.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

TitledBorder.border == javax.swing.plaf.BorderUIResource$LineBorderUIResource@a59698

Slider.tickColor == java.awt.Color[r=0,g=0,b=0]

Tree.textBackground == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

ToggleButtonUI == javax.swing.plaf.metal.MetalToggleButtonUI

InternalFrame.minimizeSound == sounds/FrameMinimize.wav

RadioButton.focusInputMap == javax.swing.plaf.InputMapUIResource@141d683

Menu.crossMenuMnemonic == true

SplitPane.centerOneTouchButtons == false

InternalFrame.restoreDownSound == sounds/FrameRestoreDown.wav

Tree.selectionBackground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

OptionPane.buttonAreaBorder == javax.swing.plaf.BorderUIResource$EmptyBorderUIResource@16a55fa

ScrollBar.gradient == [0.3, 0.0, javax.swing.plaf.ColorUIResource[r=221,g=232,b=243], javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]]

RootPane.ancestorInputMap == javax.swing.plaf.InputMapUIResource@32c41a

Menu.selectionBackground == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

TabbedPane.ancestorInputMap == javax.swing.plaf.InputMapUIResource@e89b94

FileChooser.fileNameLabelMnemonic == 78

ScrollBar.thumbDarkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

textText == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

TextArea.border == javax.swing.plaf.basic.BasicBorders$MarginBorder@13e205f

ScrollBar.darkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

ScrollBar.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

TextField.border == javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@1bf73fa

ComboBox.buttonDarkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

TextField.caretForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ComboBox.buttonBackground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ComboBox.buttonHighlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

TextField.inactiveBackground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

DesktopIcon.width == 160

CheckBoxMenuItem.acceleratorFont == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=10]

CheckBoxUI == javax.swing.plaf.metal.MetalCheckBoxUI

PasswordField.margin == javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0]

Table.focusCellForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

TextField.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ComboBox.selectionBackground == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

Menu.checkIcon == null

ColorChooserUI == javax.swing.plaf.basic.BasicColorChooserUI

RootPaneUI == javax.swing.plaf.metal.MetalRootPaneUI

Menu.acceleratorSelectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

MenuBar.gradient == [1.0, 0.0, javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=218,g=218,b=218], javax.swing.plaf.ColorUIResource[r=218,g=218,b=218]]

RadioButton.focus == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

FileChooser.upFolderIcon == javax.swing.plaf.IconUIResource@5740bb

ToggleButton.disabledText == javax.swing.plaf.ColorUIResource[r=153,g=153,b=153]

PopupMenu.selectedWindowInputMapBindings == [Ljava.lang.Object;@5ac072

RadioButton.light == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

SplitPaneUI == javax.swing.plaf.metal.MetalSplitPaneUI

TextField.focusInputMap == javax.swing.plaf.InputMapUIResource@14693c7

Table.ancestorInputMap == javax.swing.plaf.InputMapUIResource@901887

Table.selectionBackground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

RootPane.questionDialogBorder == javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder@3a6727

Tree.scrollsOnExpand == true

List.cellRenderer == javax.swing.DefaultListCellRenderer$UIResource[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=javax.swing.border.EmptyBorder@665753,flags=25165832,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,horizontalAlignment=LEADING,horizontalTextPosition=TRAILING,iconTextGap=4,labelFor=,text=,verticalAlignment=CENTER,verticalTextPosition=CENTER]

MenuItem.acceleratorSelectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

activeCaptionBorder == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

Panel.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

CheckBoxMenuItem.acceleratorSelectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

TextPane.border == javax.swing.plaf.basic.BasicBorders$MarginBorder@ef22f8

FormattedTextField.inactiveForeground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

MenuBar.borderColor == javax.swing.plaf.ColorUIResource[r=204,g=204,b=204]

RadioButton.margin == javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2]

TextFieldUI == javax.swing.plaf.metal.MetalTextFieldUI

TabbedPane.focusInputMap == javax.swing.plaf.InputMapUIResource@1e0cf70

Button.disabledToolBarBorderBackground == javax.swing.plaf.ColorUIResource[r=204,g=204,b=204]

CheckBox.margin == javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2]

FormattedTextField.caretBlinkRate == 500

TableUI == javax.swing.plaf.basic.BasicTableUI

OptionPane.messageForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

List.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Table.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

PopupMenu.popupSound == sounds/PopupMenuPopup.wav

Table.ancestorInputMap.RightToLeft == javax.swing.plaf.InputMapUIResource@52fe85

TabbedPane.tabRunOverlay == 2

Table.focusCellHighlightBorder == javax.swing.plaf.BorderUIResource$LineBorderUIResource@c40c80

ToggleButton.gradient == [0.3, 0.0, javax.swing.plaf.ColorUIResource[r=221,g=232,b=243], javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]]

controlDkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

ColorChooser.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

RadioButton.icon == javax.swing.plaf.metal.MetalIconFactory$RadioButtonIcon@110d81b

TabbedPane.tabAreaBackground == javax.swing.plaf.ColorUIResource[r=218,g=218,b=218]

InternalFrame.borderDarkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

MenuBar.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

Label.disabledForeground == javax.swing.plaf.ColorUIResource[r=153,g=153,b=153]

InternalFrame.inactiveTitleBackground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

Table.scrollPaneBorder == javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder@dbe178

Separator.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

ToggleButton.select == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

FormattedTextField.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

PasswordField.inactiveForeground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

RadioButtonMenuItem.border == javax.swing.plaf.metal.MetalBorders$MenuItemBorder@1af9e22

InternalFrame.activeTitleGradient == [0.3, 0.0, javax.swing.plaf.ColorUIResource[r=221,g=232,b=243], javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]]

MenuItem.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Button.margin == javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14]

RadioButtonMenuItem.arrowIcon == javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon@b6ece5

OptionPane.warningDialog.titlePane.background == javax.swing.plaf.ColorUIResource[r=255,g=204,b=153]

TextArea.caretBlinkRate == 500

CheckBoxMenuItem.disabledForeground == javax.swing.plaf.ColorUIResource[r=153,g=153,b=153]

OptionPane.warningDialog.border.background == javax.swing.plaf.ColorUIResource[r=153,g=102,b=51]

PopupMenu.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

OptionPane.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

TabbedPane.tabInsets == javax.swing.plaf.InsetsUIResource[top=0,left=9,bottom=1,right=9]

ViewportUI == javax.swing.plaf.basic.BasicViewportUI

Spinner.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

InternalFrame.maximizeSound == sounds/FrameMaximize.wav

InternalFrame.titleFont == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

Viewport.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Button.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

OptionPane.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ProgressBar.cellLength == 1

ProgressBar.repaintInterval == 50

ButtonUI == javax.swing.plaf.metal.MetalButtonUI

Tree.hash == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

OptionPane.errorSound == sounds/OptionPaneError.wav

Label.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

TextArea.caretForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

SplitPaneDivider.draggingColor == javax.swing.plaf.ColorUIResource[r=64,g=64,b=64]

OptionPane.errorDialog.titlePane.background == javax.swing.plaf.ColorUIResource[r=255,g=153,b=153]

Desktop.ancestorInputMap == javax.swing.plaf.InputMapUIResource@17ace8d

TextArea.inactiveForeground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

controlHighlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

TextField.caretBlinkRate == 500

TextArea.selectionBackground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Button.defaultButtonFollowsFocus == false

ToolTip.background == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

MenuItem.acceleratorForeground == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

Tree.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

TabbedPane.focus == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

TabbedPane.light == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ScrollPane.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

RadioButton.darkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

ToolBar.isRollover == true

FileChooserUI == javax.swing.plaf.metal.MetalFileChooserUI

InternalFrame.activeTitleBackground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

MenuItem.disabledForeground == javax.swing.plaf.ColorUIResource[r=153,g=153,b=153]

OptionPane.minimumSize == javax.swing.plaf.DimensionUIResource[width=262,height=90]

ToggleButton.darkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

DesktopIcon.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ToggleButton.textShiftOffset == 0

Spinner.ancestorInputMap == javax.swing.plaf.InputMapUIResource@18eb9e6

ToggleButton.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

List.focusCellHighlightBorder == javax.swing.plaf.BorderUIResource$LineBorderUIResource@14ed9ff

Slider.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

RadioButtonMenuItem.borderPainted == true

EditorPane.selectionBackground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Menu.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

PasswordField.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

RadioButton.textShiftOffset == 0

RadioButton.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

OptionPane.errorIcon == javax.swing.plaf.IconUIResource@1ca318a

RootPane.fileChooserDialogBorder == javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder@17a8913

CheckBox.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

RadioButtonMenuItemUI == javax.swing.plaf.basic.BasicRadioButtonMenuItemUI

inactiveCaptionBorder == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

DesktopIconUI == javax.swing.plaf.metal.MetalDesktopIconUI

ToolBar.floatingForeground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ProgressBar.foreground == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

ToolBar.darkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

inactiveCaption == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

MenuItem.margin == javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2]

RadioButtonMenuItem.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Menu.opaque == false

ToolBar.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

CheckBox.icon == javax.swing.plaf.metal.MetalIconFactory$CheckBoxIcon@1bd747e

PasswordField.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

ToolTip.borderInactive == javax.swing.plaf.BorderUIResource$LineBorderUIResource@12b3374

ToolTip.backgroundInactive == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

InternalFrame.borderShadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ScrollBar.thumb == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

SplitPane.border == javax.swing.plaf.basic.BasicBorders$SplitPaneBorder@13f3789

TextField.darkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

TextField.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

RadioButton.rollover == true

TextPane.focusInputMap == javax.swing.plaf.InputMapUIResource@1571886

TabbedPane.contentAreaColor == javax.swing.plaf.ColorUIResource[r=200,g=221,b=242]

RadioButtonMenuItem.gradient == [0.3, 0.0, javax.swing.plaf.ColorUIResource[r=221,g=232,b=243], javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]]

MenuItem.acceleratorFont == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=10]

ProgressBar.border == javax.swing.plaf.BorderUIResource$LineBorderUIResource@10b4199

ScrollBar.minimumThumbSize == javax.swing.plaf.DimensionUIResource[width=8,height=8]

FormattedTextFieldUI == javax.swing.plaf.basic.BasicFormattedTextFieldUI

TabbedPane.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

OptionPane.informationSound == sounds/OptionPaneInformation.wav

Menu.margin == javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2]

ProgressBarUI == javax.swing.plaf.metal.MetalProgressBarUI

SplitPane.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

TextField.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

RadioButtonMenuItem.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

InternalFrame.paletteBorder == javax.swing.plaf.metal.MetalBorders$PaletteBorder@1ffb8dc

Spinner.arrowButtonSize == java.awt.Dimension[width=16,height=5]

TextField.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

OptionPane.errorDialog.titlePane.shadow == javax.swing.plaf.ColorUIResource[r=204,g=102,b=102]

window == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

textInactiveText == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Viewport.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

List.timeFactor == 1000

FileChooser.filesOfTypeLabelMnemonic == 84

CheckBoxMenuItem.arrowIcon == javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon@b6ece5

ToolBar.light == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

ToggleButton.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

ComboBox.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

TableHeader.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

EditorPane.inactiveForeground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ScrollBar.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Slider.verticalThumbIcon == javax.swing.plaf.metal.MetalIconFactory$OceanVerticalSliderThumbIcon@1c29ab2

MenuItem.arrowIcon == javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon@b6ece5

Tree.editorBorder == javax.swing.plaf.BorderUIResource$LineBorderUIResource@13a328f

CheckBox.disabledText == javax.swing.plaf.ColorUIResource[r=153,g=153,b=153]

MenuBar.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

Button.textIconGap == 4

text == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

Menu.disabledForeground == javax.swing.plaf.ColorUIResource[r=153,g=153,b=153]

InternalFrame.closeIcon == javax.swing.plaf.metal.OceanTheme$IFIcon@1cd8669

FileView.fileIcon == javax.swing.plaf.IconUIResource@337838

Slider.minimumHorizontalSize == java.awt.Dimension[width=36,height=21]

EditorPaneUI == javax.swing.plaf.basic.BasicEditorPaneUI

Button.textShiftOffset == 0

InternalFrame.borderHighlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

PopupMenu.selectedWindowInputMapBindings.RightToLeft == [Ljava.lang.Object;@119cca4

ToolBar.border == javax.swing.plaf.metal.MetalBorders$ToolBarBorder@ca2dce

Tree.leafIcon == javax.swing.plaf.IconUIResource@18558d2

TextPane.caretBlinkRate == 500

FormattedTextField.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

TextArea.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

TabbedPane.unselectedBackground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

PasswordField.border == javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@1bf73fa

FileChooser.useSystemExtensionHiding == false

ProgressBar.selectionForeground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

EditorPane.caretForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Spinner.border == javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@1bf73fa

ToolBar.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ToolBar.nonrolloverBorder == javax.swing.border.CompoundBorder@18a47e0

InternalFrame.maximizeIcon == javax.swing.plaf.metal.OceanTheme$IFIcon@174cc1f

ToolTip.hideAccelerator == false

Button.disabledText == javax.swing.plaf.ColorUIResource[r=153,g=153,b=153]

FormattedTextField.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

Tree.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Button.focus == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

ToggleButton.focusInputMap == javax.swing.plaf.InputMapUIResource@1050e1f

TabbedPane.selectedTabPadInsets == javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=1]

Button.light == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

OptionPane.questionDialog.border.background == javax.swing.plaf.ColorUIResource[r=51,g=102,b=51]

Spinner.arrowButtonBorder == javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@e24e2a

DesktopIcon.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

OptionPane.questionDialog.titlePane.background == javax.swing.plaf.ColorUIResource[r=153,g=204,b=153]

menu == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

PopupMenu.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

TabbedPane.borderHightlightColor == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

RadioButton.border == javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@179c285

ComboBox.disabledBackground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

TableHeader.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

InternalFrame.paletteCloseIcon == javax.swing.plaf.metal.OceanTheme$IFIcon@d1e604

MenuBar.border == javax.swing.plaf.metal.MetalBorders$MenuBarBorder@54172f

CheckBox.border == javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@be2358

CheckBoxMenuItem.margin == javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2]

CheckBox.textShiftOffset == 0

TabbedPaneUI == javax.swing.plaf.metal.MetalTabbedPaneUI

CheckBoxMenuItem.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

Panel.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ToolTipUI == javax.swing.plaf.metal.MetalToolTipUI

RadioButton.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Tree.drawsFocusBorderAroundIcon == false

windowText == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

TextPane.selectionBackground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Tree.collapsedIcon == javax.swing.plaf.metal.OceanTheme$COIcon@1027b4d

FileChooser.readOnly == false

List.focusInputMap.RightToLeft == javax.swing.plaf.InputMapUIResource@1ed2ae8

InternalFrame.borderLight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

Button.border == javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@e24e2a

EditorPane.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

Menu.menuPopupOffsetY == 0

MenuBar.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Tree.rowHeight == 0

Menu.menuPopupOffsetX == 0

FileChooser.lookInLabelMnemonic == 73

control == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ComboBox.buttonShadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ScrollBar.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

controlShadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

CheckBoxMenuItem.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

TableHeaderUI == javax.swing.plaf.basic.BasicTableHeaderUI

Button.toolBarBorderBackground == javax.swing.plaf.ColorUIResource[r=153,g=153,b=153]

info == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ScrollPane.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

Button.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

TabbedPane.contentOpaque == true

PopupMenuUI == javax.swing.plaf.basic.BasicPopupMenuUI

infoText == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

CheckBox.focus == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

controlLtHighlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

ToolBar.dockingForeground == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

Table.gridColor == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

OptionPaneUI == javax.swing.plaf.basic.BasicOptionPaneUI

FileView.hardDriveIcon == javax.swing.plaf.IconUIResource@19c26f5

OptionPane.informationIcon == javax.swing.plaf.IconUIResource@c1b531

RadioButtonMenuItem.checkIcon == javax.swing.plaf.metal.MetalIconFactory$RadioButtonMenuItemIcon@15eb0a9

ToggleButton.focus == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

PopupMenu.consumeEventOnClose == false

FormattedTextField.focusInputMap == javax.swing.plaf.InputMapUIResource@1a05308

MenuUI == javax.swing.plaf.basic.BasicMenuUI

PasswordField.caretBlinkRate == 500

Spinner.editorBorderPainted == false

ScrollBarUI == javax.swing.plaf.metal.MetalScrollBarUI

ToggleButton.light == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

MenuItem.acceleratorDelimiter == -

AuditoryCues.cueList == [Ljava.lang.Object;@ab50cd

DesktopPaneUI == javax.swing.plaf.basic.BasicDesktopPaneUI

InternalFrame.minimizeIcon == javax.swing.plaf.metal.OceanTheme$IFIcon@145d068

TextField.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

FileChooser.ancestorInputMap == javax.swing.plaf.InputMapUIResource@758fc9

InternalFrame.border == javax.swing.plaf.metal.MetalBorders$InternalFrameBorder@32fb4f

MenuItemUI == javax.swing.plaf.basic.BasicMenuItemUI

ScrollBar.allowsAbsolutePositioning == true

EditorPane.margin == javax.swing.plaf.InsetsUIResource[top=3,left=3,bottom=3,right=3]

ComboBox.timeFactor == 1000

RadioButton.disabledText == javax.swing.plaf.ColorUIResource[r=153,g=153,b=153]

ProgressBar.verticalSize == javax.swing.plaf.DimensionUIResource[width=12,height=146]

ToolTip.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

TextPane.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Menu.borderPainted == true

menuText == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

MenuItem.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

OptionPane.windowBindings == [Ljava.lang.Object;@1113708

Table.focusCellBackground == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

ScrollBar.maximumThumbSize == javax.swing.plaf.DimensionUIResource[width=4096,height=4096]

ProgressBar.cycleTime == 3000

ToolBarUI == javax.swing.plaf.metal.MetalToolBarUI

PopupMenu.border == javax.swing.plaf.metal.MetalBorders$PopupMenuBorder@133f1d7

List.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Slider.horizontalSize == java.awt.Dimension[width=200,height=21]

activeCaption == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Label.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

PasswordField.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

SplitPane.oneTouchButtonsOpaque == false

InternalFrame.iconifyIcon == javax.swing.plaf.metal.OceanTheme$IFIcon@14a9972

Slider.gradient == [0.3, 0.2, javax.swing.plaf.ColorUIResource[r=200,g=221,b=242], javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]]

ScrollBar.trackHighlight == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

activeCaptionText == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

textHighlightText == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ScrollPane.ancestorInputMap == javax.swing.plaf.InputMapUIResource@a01335

RadioButtonMenuItem.disabledForeground == javax.swing.plaf.ColorUIResource[r=153,g=153,b=153]

Label.disabledShadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ComboBoxUI == javax.swing.plaf.metal.MetalComboBoxUI

TabbedPane.contentBorderInsets == java.awt.Insets[top=4,left=2,bottom=3,right=3]

Tree.textForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

MenuItem.border == javax.swing.plaf.metal.MetalBorders$MenuItemBorder@14d3343

PasswordFieldUI == javax.swing.plaf.basic.BasicPasswordFieldUI

TextArea.focusInputMap == javax.swing.plaf.InputMapUIResource@1608e05

Menu.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Button.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

SpinnerUI == javax.swing.plaf.basic.BasicSpinnerUI

ScrollBar.track == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

List.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

FormattedTextField.margin == javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0]

RadioButtonMenuItem.acceleratorSelectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

FormattedTextField.inactiveBackground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

Slider.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

ScrollBar.foreground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ColorChooser.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

Tree.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Slider.focusInputMap == javax.swing.plaf.InputMapUIResource@bf32c

TabbedPane.tabsOpaque == true

Table.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

TabbedPane.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

ToggleButton.margin == javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14]

Table.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

InternalFrameUI == javax.swing.plaf.metal.MetalInternalFrameUI

TextField.inactiveForeground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Menu.border == javax.swing.plaf.metal.MetalBorders$MenuItemBorder@89fbe3

CheckBoxMenuItemUI == javax.swing.plaf.basic.BasicCheckBoxMenuItemUI

CheckBox.focusInputMap == javax.swing.plaf.InputMapUIResource@f81843

Tree.timeFactor == 1000

PasswordField.focusInputMap == javax.swing.plaf.InputMapUIResource@dd5b

FormattedTextField.selectionBackground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ToolBarSeparatorUI == javax.swing.plaf.basic.BasicToolBarSeparatorUI

Slider.altTrackColor == javax.swing.plaf.ColorUIResource[r=210,g=226,b=239]

ToolBar.rolloverBorder == javax.swing.border.CompoundBorder@c4bcdc

PasswordField.inactiveBackground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

MenuItem.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ProgressBar.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

EditorPane.caretBlinkRate == 500

Button.gradient == [0.3, 0.0, javax.swing.plaf.ColorUIResource[r=221,g=232,b=243], javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]]

CheckBoxMenuItem.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

OptionPane.messageAreaBorder == javax.swing.plaf.BorderUIResource$EmptyBorderUIResource@4b4333

ComboBox.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Tree.focusInputMap.RightToLeft == javax.swing.plaf.InputMapUIResource@128e20a

CheckBoxMenuItem.acceleratorForeground == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

CheckBoxMenuItem.checkIcon == javax.swing.plaf.metal.MetalIconFactory$CheckBoxMenuItemIcon@1100d7a

Menu.shortcutKeys == [I@e4f972

Button.rolloverIconType == ocean

Tree.selectionBorderColor == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

DesktopIcon.border == javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@b4d3d5

CheckBox.gradient == [0.3, 0.0, javax.swing.plaf.ColorUIResource[r=221,g=232,b=243], javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]]

Button.darkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

Viewport.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

MenuItem.checkIcon == null

controlText == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ProgressBar.cellSpacing == 0

Table.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

MenuItem.commandSound == sounds/MenuItemCommand.wav

ScrollPaneUI == javax.swing.plaf.metal.MetalScrollPaneUI

Slider.focusInputMap.RightToLeft == javax.swing.plaf.InputMapUIResource@1bf52a5

Slider.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

EditorPane.focusInputMap == javax.swing.plaf.InputMapUIResource@1cafa9e

SplitPane.dividerSize == 10

Button.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ColorChooser.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

Separator.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

ProgressBar.horizontalSize == javax.swing.plaf.DimensionUIResource[width=146,height=12]

ColorChooser.swatchesDefaultRecentColor == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

Desktop.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

FileChooser.detailsViewIcon == javax.swing.plaf.metal.MetalIconFactory$FileChooserDetailViewIcon@10b9d04

TabbedPane.textIconGap == 4

RadioButton.select == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

TableHeader.cellBorder == javax.swing.plaf.metal.MetalBorders$TableHeaderBorder@171732b

ScrollPane.ancestorInputMap.RightToLeft == javax.swing.plaf.InputMapUIResource@1404536

Tree.paintLines == true

TextPane.inactiveForeground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Button.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

textHighlight == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

FileChooser.usesSingleFilePane == true

SplitPane.dividerFocusColor == javax.swing.plaf.ColorUIResource[r=200,g=221,b=242]

windowBorder == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

MenuBar.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

InternalFrame.inactiveTitleForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Separator.foreground == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

TabbedPane.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

SplitPaneDivider.border == javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder@7fdcde

MenuBar.windowBindings == [Ljava.lang.Object;@7d8483

CheckBox.textIconGap == 4

TextArea.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

PasswordField.selectionBackground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Spinner.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

OptionPane.warningDialog.titlePane.foreground == javax.swing.plaf.ColorUIResource[r=102,g=51,b=0]

Spinner.foreground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

Button.select == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

TextPane.caretForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

RadioButtonMenuItem.acceleratorFont == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=10]

CheckBoxMenuItem.border == javax.swing.plaf.metal.MetalBorders$MenuItemBorder@86f241

RadioButton.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

TitledBorder.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

OptionPane.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ToolBar.floatingBackground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ProgressBar.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

TabbedPane.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Spinner.arrowButtonInsets == javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0]

AuditoryCues.allAuditoryCues == [Ljava.lang.Object;@ab50cd

TabbedPane.selectHighlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

TextField.light == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

EditorPane.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]

List.focusInputMap == javax.swing.plaf.InputMapUIResource@18ac738

Slider.focus == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

PopupMenuSeparatorUI == javax.swing.plaf.metal.MetalPopupMenuSeparatorUI

Tree.leftChildIndent == 7

RadioButtonMenuItem.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

TabbedPane.darkShadow == javax.swing.plaf.ColorUIResource[r=122,g=138,b=153]

OptionPane.errorDialog.titlePane.foreground == javax.swing.plaf.ColorUIResource[r=51,g=0,b=0]

TabbedPane.background == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Menu.acceleratorForeground == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

PanelUI == javax.swing.plaf.basic.BasicPanelUI

TextField.selectionBackground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Slider.majorTickLength == 6

TextArea.margin == javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0]

RadioButtonMenuItem.selectionBackground == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

TextField.margin == javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0]

Tree.line == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

TextArea.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ScrollBar.thumbShadow == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

ToolTip.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Menu.arrowIcon == javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon@1d6096

OptionPane.warningSound == sounds/OptionPaneWarning.wav

InternalFrame.activeTitleForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ComboBox.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

DesktopIcon.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

TableHeader.background == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

TitledBorder.titleColor == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Checkbox.select == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

Menu.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

RadioButtonMenuItem.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

desktop == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

CheckBoxMenuItem.commandSound == sounds/MenuItemCommand.wav

RadioButton.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ToolBar.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

ToggleButton.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

RootPane.plainDialogBorder == javax.swing.plaf.metal.MetalBorders$DialogBorder@b02e7a

CheckBoxMenuItem.gradient == [0.3, 0.0, javax.swing.plaf.ColorUIResource[r=221,g=232,b=243], javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]]

Slider.foreground == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

MenuItem.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

EditorPane.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Tree.rightChildIndent == 13

RootPane.colorChooserDialogBorder == javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder@bb6ab6

SeparatorUI == javax.swing.plaf.metal.MetalSeparatorUI

OptionPane.questionSound == sounds/OptionPaneQuestion.wav

RadioButtonMenuItem.commandSound == sounds/MenuItemCommand.wav

ToolBar.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Slider.focusInsets == javax.swing.plaf.InsetsUIResource[top=0,left=0,bottom=0,right=0]

EditorPane.border == javax.swing.plaf.basic.BasicBorders$MarginBorder@5afd29

PasswordField.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

InternalFrame.paletteTitleHeight == 11

Slider.minimumVerticalSize == java.awt.Dimension[width=21,height=36]

CheckBox.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Menu.submenuPopupOffsetY == -3

Menu.submenuPopupOffsetX == -4

TextPane.margin == javax.swing.plaf.InsetsUIResource[top=3,left=3,bottom=3,right=3]

Tree.focusInputMap == javax.swing.plaf.InputMapUIResource@1a2961b

TabbedPane.selected == javax.swing.plaf.ColorUIResource[r=200,g=221,b=242]

TextAreaUI == javax.swing.plaf.basic.BasicTextAreaUI

LabelUI == javax.swing.plaf.metal.MetalLabelUI

OptionPane.warningIcon == javax.swing.plaf.IconUIResource@12d03f9

RadioButtonMenuItem.acceleratorForeground == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

InternalFrame.restoreUpSound == sounds/FrameRestoreUp.wav

Tree.changeSelectionWithFocus == true

TreeUI == javax.swing.plaf.metal.MetalTreeUI

TextField.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

inactiveCaptionText == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ProgressBar.selectionBackground == javax.swing.plaf.ColorUIResource[r=99,g=130,b=191]

OptionPane.buttonClickThreshhold == 500

ToolBar.borderColor == javax.swing.plaf.ColorUIResource[r=204,g=204,b=204]

ColorChooser.swatchesRecentSwatchSize == java.awt.Dimension[width=10,height=10]

ScrollBar.thumbHighlight == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ScrollPane.border == javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder@5ffb18

RootPane.warningDialogBorder == javax.swing.plaf.metal.MetalBorders$WarningDialogBorder@15dfd77

AuditoryCues.noAuditoryCues == [Ljava.lang.Object;@1abc7b9

MenuBar.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

RadioButtonUI == javax.swing.plaf.metal.MetalRadioButtonUI

OptionPane.questionIcon == javax.swing.plaf.IconUIResource@c55e36

CheckBox.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

AuditoryCues.defaultCueList == [Ljava.lang.Object;@1ac3c08

FormattedTextField.border == javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@1bf73fa

CheckBoxMenuItem.borderPainted == true

Tree.ancestorInputMap == javax.swing.plaf.InputMapUIResource@9971ad

Tree.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

RadioButtonMenuItem.margin == javax.swing.plaf.InsetsUIResource[top=2,left=2,bottom=2,right=2]

MenuItem.borderPainted == true

RootPane.defaultButtonWindowKeyBindings == [Ljava.lang.Object;@1f630dc

PasswordField.caretForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

SplitPane.ancestorInputMap == javax.swing.plaf.InputMapUIResource@1c5c1

FormattedTextField.caretForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ComboBox.ancestorInputMap == javax.swing.plaf.InputMapUIResource@5e0602

InternalFrame.closeSound == sounds/FrameClose.wav

FileChooser.newFolderIcon == javax.swing.plaf.IconUIResource@dc840f

ToggleButton.border == javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@1621e42

RootPane.frameBorder == javax.swing.plaf.metal.MetalBorders$FrameBorder@b09e89

InternalFrame.icon == javax.swing.plaf.IconUIResource@1787038

Slider.trackWidth == 7

ListUI == javax.swing.plaf.basic.BasicListUI

ColorChooser.swatchesSwatchSize == java.awt.Dimension[width=10,height=10]

ToggleButton.textIconGap == 4

FormattedTextField.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ToggleButton.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

TextArea.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Tree.lineTypeDashed == false

Menu.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

TextPaneUI == javax.swing.plaf.basic.BasicTextPaneUI

Menu.acceleratorFont == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=10]

Button.rollover == true

Separator.shadow == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

ComboBox.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

OptionPane.errorDialog.border.background == javax.swing.plaf.ColorUIResource[r=153,g=51,b=51]

CheckBoxMenuItem.selectionBackground == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

PopupMenu.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

SplitPane.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

CheckBox.rollover == true

ComboBox.disabledForeground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

OptionPane.border == javax.swing.plaf.BorderUIResource$EmptyBorderUIResource@fa9cf

RootPane.actionMap == javax.swing.plaf.basic.LazyActionMap@55571e

FileChooser.listViewIcon == javax.swing.plaf.metal.MetalIconFactory$FileChooserListViewIcon@ca8327

ToolBar.dockingBackground == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

FileChooser.homeFolderIcon == javax.swing.plaf.IconUIResource@16897b2

Slider.focusGradient == [0.3, 0.2, javax.swing.plaf.ColorUIResource[r=200,g=221,b=242], javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]]

OptionPane.questionDialog.titlePane.foreground == javax.swing.plaf.ColorUIResource[r=0,g=51,b=0]

CheckBoxMenuItem.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ScrollBar.width == 17

RadioButton.textIconGap == 4

ScrollBar.ancestorInputMap.RightToLeft == javax.swing.plaf.InputMapUIResource@1bf6770

InternalFrame.borderColor == javax.swing.plaf.ColorUIResource[r=238,g=238,b=238]

ToolBar.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

RadioButton.highlight == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

List.font == javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=bold,size=12]

Slider.horizontalThumbIcon == javax.swing.plaf.metal.MetalIconFactory$OceanHorizontalSliderThumbIcon@94948a

TextPane.selectionForeground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

ScrollBar.ancestorInputMap == javax.swing.plaf.InputMapUIResource@a401c2

OptionPane.questionDialog.titlePane.shadow == javax.swing.plaf.ColorUIResource[r=102,g=153,b=102]

Panel.foreground == sun.swing.PrintColorUIResource[r=51,g=51,b=51]

RadioButton.gradient == [0.3, 0.0, javax.swing.plaf.ColorUIResource[r=221,g=232,b=243], javax.swing.plaf.ColorUIResource[r=255,g=255,b=255], javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]]

Tree.expandedIcon == javax.swing.plaf.IconUIResource@16f8cd0

SliderUI == javax.swing.plaf.metal.MetalSliderUI

Button.focusInputMap == javax.swing.plaf.InputMapUIResource@85af80

TextPane.background == javax.swing.plaf.ColorUIResource[r=255,g=255,b=255]

ToolBar.ancestorInputMap == javax.swing.plaf.InputMapUIResource@c51355

List.selectionBackground == javax.swing.plaf.ColorUIResource[r=184,g=207,b=229]

FileView.directoryIcon == javax.swing.plaf.IconUIResource@787171

MenuItem.selectionBackground == javax.swing.plaf.ColorUIResource[r=163,g=184,b=204]

Tree.closedIcon == javax.swing.plaf.IconUIResource@15fea60


Du musst jetzt überall die Schalter ändern wo du willst!

Zb, für alle Button wärs der hier: ToggleButton.font

Das würdest du so ändern:

Code:
    ui_def.put("ToggleButton.font",ui_def.getFont("ToggleButton.font").deriveFont(16f));

Das müsstest halt mit allem machen was du magst...

LnF sind eigentlich auf das aufgebaut. Meistens ändern die auch net viel mehr als diese Defaults Einstellungen (okay, zwar noch ein bisi mehr, aber das is mal der Anfang :bae:)
 
Status
Nicht offen für weitere Antworten.
Ähnliche Java Themen
  Titel Forum Antworten Datum
MiMa Fonts, Icons, Bilder in JavaFX Anwendung AWT, Swing, JavaFX & SWT 5
volcanos Scrollen: JScrollPane mit Graphics g und Java-Fonts extends Frame ? AWT, Swing, JavaFX & SWT 5
B JavaFX Symbole aus Fonts auslesen AWT, Swing, JavaFX & SWT 1
C Java FX Warnmeldung: Mehrere Fonts gehören derselben Familie und Stil AWT, Swing, JavaFX & SWT 2
Luk10 Fragen zum Laden von Fonts AWT, Swing, JavaFX & SWT 4
J Stufenlos vergrösserbare Fonts in Java2D? AWT, Swing, JavaFX & SWT 5
D Setzen eines Fonts in einem BasicMenuUI AWT, Swing, JavaFX & SWT 3
jeppi Fonts: Schriftgrößen skalierbarer Fonts wirklich nur als integer möglich? AWT, Swing, JavaFX & SWT 5
E Fonts AWT, Swing, JavaFX & SWT 4
M Hilfe bei vers. Fonts und Zeilenlänge in eigenem Editor. AWT, Swing, JavaFX & SWT 3
C SWT - Fontgröße des aktuellen Fonts ermitteln AWT, Swing, JavaFX & SWT 2
B Symbol-Fonts AWT, Swing, JavaFX & SWT 2
Hatsi09 Look and Feel AWT, Swing, JavaFX & SWT 6
MaxG. Swing Java Look and Feel AWT, Swing, JavaFX & SWT 2
Neumi5694 LookAndFeel Look & Feel nicht angezeigter Komponenten ändern AWT, Swing, JavaFX & SWT 6
M JFileChooser Look and Feel AWT, Swing, JavaFX & SWT 2
M JTabbedPane verändern mit Nimbus Look and Feel AWT, Swing, JavaFX & SWT 1
A Swing JProgressbar im Windows Look & Feel Farbanpassung AWT, Swing, JavaFX & SWT 2
G LookAndFeel Tutorial für Erstellung eines eigenen Look And Feel AWT, Swing, JavaFX & SWT 3
javampir Look&Feel von JMenuItem AWT, Swing, JavaFX & SWT 3
V Nimbus Look and Feel register Region problem AWT, Swing, JavaFX & SWT 5
J Eigenes Gui/ Look and Feel AWT, Swing, JavaFX & SWT 14
S Look und Feel ändert sich nicht AWT, Swing, JavaFX & SWT 4
B Eigenen Look&Feel erstellen?! AWT, Swing, JavaFX & SWT 2
V Nimbus Look And Feel Button textForeground AWT, Swing, JavaFX & SWT 8
T Applet JTattoo Look and Feel AWT, Swing, JavaFX & SWT 5
C Swing JTattoo - Look and Feel für ALLE User AWT, Swing, JavaFX & SWT 5
N Nimbus Look & Feel AWT, Swing, JavaFX & SWT 4
B Windows Look and Feel AWT, Swing, JavaFX & SWT 2
eLogic Look And Feel - Einstellen AWT, Swing, JavaFX & SWT 3
B Look And Feel ändern (Netbeans) AWT, Swing, JavaFX & SWT 18
V Swing Nimbus Look And Feel verschiedene Buttons AWT, Swing, JavaFX & SWT 8
B LookAndFeel Cell Renderer für JTable bei Nimbus Look and Feel AWT, Swing, JavaFX & SWT 2
K LookAndFeel Look And Feel ändert sich nicht AWT, Swing, JavaFX & SWT 8
Dragonfire Swing UTF-8 BOB Probleme mit Windows Look and Feel AWT, Swing, JavaFX & SWT 4
I LookAndFeel Wie kann ich das Look and Feel "Blue Vista" verwenden? AWT, Swing, JavaFX & SWT 4
trash Look and Feel Probleme AWT, Swing, JavaFX & SWT 10
Developer_X LookAndFeel Eigenes Look And Feel erstellen AWT, Swing, JavaFX & SWT 33
J Auf die im Look and Feel eingestellten Farben zugreifen AWT, Swing, JavaFX & SWT 2
T LookAndFeel Look and Feel Frage AWT, Swing, JavaFX & SWT 2
W Look and Feel für einzelnde JFrames AWT, Swing, JavaFX & SWT 4
S Swing: Look and Feel abändern oder für Teilkomponenten anderes LaF setzen AWT, Swing, JavaFX & SWT 2
B Look and Feel Designer für GUI AWT, Swing, JavaFX & SWT 2
aze JXTaskPane Look and Feel ändern AWT, Swing, JavaFX & SWT 2
S LookAndFeel Look and Feel mit Windows funktioniert nicht AWT, Swing, JavaFX & SWT 8
E Look & Feel - Nimbus AWT, Swing, JavaFX & SWT 12
M JProgressBar Look and Feel AWT, Swing, JavaFX & SWT 5
K Look&Feel von JMenuBar und Subkomponenten anpassen AWT, Swing, JavaFX & SWT 6
data89 Nimbus Look and Feel als gepackte JAR-Datei AWT, Swing, JavaFX & SWT 3
G Look And Feel in Eclipse AWT, Swing, JavaFX & SWT 2
J Java Look And Feel- Welche gefallen euch am besten? AWT, Swing, JavaFX & SWT 12
T Look & Feel Skins/Themes AWT, Swing, JavaFX & SWT 9
R JScrollBar mit eigenem look and feel AWT, Swing, JavaFX & SWT 6
M Problem Nimbus Look&Feel AWT, Swing, JavaFX & SWT 2
P JTable: nicht im gewünschten Look&Feel AWT, Swing, JavaFX & SWT 3
C JTextArea und Look&Feel AWT, Swing, JavaFX & SWT 14
G windows look and feel problem AWT, Swing, JavaFX & SWT 7
M JTable Zeilenhöhe Look and Feel AWT, Swing, JavaFX & SWT 2
H Look & Feel und JSplitPane Problem AWT, Swing, JavaFX & SWT 17
A Was ist Look and Feel und wie wirds bearbeitet AWT, Swing, JavaFX & SWT 7
G bestes Look & Feel ? AWT, Swing, JavaFX & SWT 15
G Look&Feel AWT, Swing, JavaFX & SWT 5
V Swing: System-Look&Feel unter KDE AWT, Swing, JavaFX & SWT 3
F Externes Look & Feel für Swing wie importieren/verwenden AWT, Swing, JavaFX & SWT 3
J Lookand Feel JGoodies <-> MetalLookAndFeel AWT, Swing, JavaFX & SWT 2
P Swing mit substance look/feel fenster repaint AWT, Swing, JavaFX & SWT 7
S Unterschiedliche Optik trotz gleicher Look and Feel Code? AWT, Swing, JavaFX & SWT 11
S Oyoaha Look and Feel AWT, Swing, JavaFX & SWT 4
S LOOK and FEEL fü MAC AWT, Swing, JavaFX & SWT 11
X Metal Look and Feel in schwarz AWT, Swing, JavaFX & SWT 3
B Allgemeine Frage zu Look&Feel AWT, Swing, JavaFX & SWT 2
Bernasconi Look and Feel Problem AWT, Swing, JavaFX & SWT 6
M Look&Feel, JButton ,Opaque AWT, Swing, JavaFX & SWT 2
oliver1974 Nimbus Look & Feel und die Ausgaben nach Standardaus. AWT, Swing, JavaFX & SWT 4
A JProgressBar: Farbe im Windows Look&Feel ändern. AWT, Swing, JavaFX & SWT 1
F JInternalFrame Look and Feel AWT, Swing, JavaFX & SWT 3
T Look and Feel ändern geht nicht, obwohl es geht. AWT, Swing, JavaFX & SWT 2
N JFileChooser mit WindowsLook&Feel AWT, Swing, JavaFX & SWT 6
O Look And Feel greift nicht im Hauptfenster (JFrame)! AWT, Swing, JavaFX & SWT 11
padde479 Look And Feel zur Laufzeit ändern AWT, Swing, JavaFX & SWT 2
D Aerith Look & Feel AWT, Swing, JavaFX & SWT 3
G JTable wird im Windows Look&Feel nicht gedruckt AWT, Swing, JavaFX & SWT 5
V System Look and Feel, FileChooser, Optionen einer jar-Datei AWT, Swing, JavaFX & SWT 10
V Lock & Feel für Error-Messages AWT, Swing, JavaFX & SWT 6
W Anderes Look And Feel AWT, Swing, JavaFX & SWT 9
Hotkey Freie Icons für Anwendung mit Java Look&Feel AWT, Swing, JavaFX & SWT 4
L Wie look & feel ändern? AWT, Swing, JavaFX & SWT 2
H Look&Feel - Mnemonics - java5 AWT, Swing, JavaFX & SWT 2
G Java 1.5 Look&Feel zur Laufzeit auf 1.4 umstellen möglic AWT, Swing, JavaFX & SWT 2
M Look&Feel - Layout - GUI - Design - SAP LnF :) AWT, Swing, JavaFX & SWT 12
G Fragen zum Ocean Look and Feel AWT, Swing, JavaFX & SWT 3
F Look and Feel zur Laufzeit ändern macht Probleme AWT, Swing, JavaFX & SWT 3
B Look & Feel AWT, Swing, JavaFX & SWT 5
S Anderes Look'n'Feel = JTextArea doppelt so gross! AWT, Swing, JavaFX & SWT 13
javasdann JTable Kopfzeile in Windows Look&Feel unschön. AWT, Swing, JavaFX & SWT 3
M Look and Feel Standard AWT, Swing, JavaFX & SWT 5
G Look&Feel geht nicht AWT, Swing, JavaFX & SWT 3
U Billiges Look And Feel AWT, Swing, JavaFX & SWT 12
L-ectron-X Kann man dieses Look & Feel einbinden? AWT, Swing, JavaFX & SWT 7
P Eigenes Look&Feel schreiben (Tutorials?) AWT, Swing, JavaFX & SWT 6

Ähnliche Java Themen

Neue Themen


Oben