UI defaults: dumps moved out of resources folder to dumps/uidefaults folder

This commit is contained in:
Karl Tauber
2020-09-18 14:41:15 +02:00
parent 932ca6f9d4
commit c9da4fcaf1
36 changed files with 1 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ public class UIDefaultsDump
System.setProperty( "sun.java2d.uiScale", "1x" );
System.setProperty( FlatSystemProperties.UI_SCALE, "1x" );
File dir = new File( "src/main/resources/com/formdev/flatlaf/testing/uidefaults" );
File dir = new File( "dumps/uidefaults" );
dump( FlatLightLaf.class.getName(), dir );
dump( FlatDarkLaf.class.getName(), dir );

View File

@@ -1,944 +0,0 @@
Class com.apple.laf.AquaLookAndFeel
ID Aqua
Name Mac OS X
Java 1.8.0_202
OS Mac OS X
#---- Button ----
Button.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 11 javax.swing.plaf.InputMapUIResource [UI]
DOWN aquaSelectNext
END aquaSelectEnd
ENTER enterPressed
ESCAPE aquaHidePopup
HOME aquaSelectHome
KP_DOWN aquaSelectNext
KP_UP aquaSelectPrevious
PAGE_DOWN aquaSelectPageDown
PAGE_UP aquaSelectPageUp
SPACE aquaSpacePressed
UP aquaSelectPrevious
#---- Desktop ----
Desktop.ancestorInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt F6 selectNextFrame
ctrl F10 maximize
ctrl F12 navigateNext
ctrl F4 close
ctrl F5 restore
ctrl F6 selectNextFrame
ctrl F7 move
ctrl F8 resize
ctrl F9 minimize
ctrl TAB selectNextFrame
DOWN down
ESCAPE escape
KP_DOWN down
KP_LEFT left
KP_RIGHT right
KP_UP up
LEFT left
RIGHT right
UP up
shift ctrl alt F6 selectPreviousFrame
shift ctrl F12 navigatePrevious
shift DOWN shrinkDown
shift KP_DOWN shrinkDown
shift KP_LEFT shrinkLeft
shift KP_RIGHT shrinkRight
shift KP_UP shrinkUp
shift LEFT shrinkLeft
shift RIGHT shrinkRight
shift UP shrinkUp
#---- EditorPane ----
EditorPane.focusInputMap [lazy] 82 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-down
ctrl P caret-up
ctrl V aqua-page-down
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta SPACE activate-link-action
meta T next-link-action
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN aqua-move-down
END caret-end
ENTER insert-break
HOME caret-begin
KP_DOWN aqua-move-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP aqua-move-up
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP aqua-move-up
shift alt DOWN selection-end-paragraph
shift alt KP_DOWN selection-end-paragraph
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt KP_UP selection-begin-paragraph
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift alt UP selection-begin-paragraph
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta T previous-link-action
shift meta UP selection-begin
shift DOWN selection-down
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancelSelection
F5 refresh
#---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 75 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-end
ctrl P caret-begin
ctrl V caret-end
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN decrement
END caret-end
ENTER notify-field-accept
ESCAPE reset-field-edit
HOME caret-begin
KP_DOWN decrement
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP increment
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
UP increment
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta UP selection-begin
shift DOWN selection-end-line
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-end-line
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-begin-line
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-begin-line
#---- List ----
List.focusInputMap.RightToLeft [lazy] 16 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
List.focusInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
meta A selectAll
meta C copy
meta V paste
meta X cut
COPY copy
CUT cut
DOWN selectNextRow
END aquaEnd
HOME aquaHome
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PASTE paste
RIGHT selectNextColumn
UP selectPreviousRow
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift HOME selectFirstRowExtendSelection
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift UP selectPreviousRowExtendSelection
#---- PasswordField ----
PasswordField.focusInputMap [lazy] 66 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-end
ctrl P caret-begin
ctrl V caret-end
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-end-line
END caret-end
ENTER notify-field-accept
HOME caret-begin
KP_DOWN caret-end-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-begin-line
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
UP caret-begin-line
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta UP selection-begin
shift DOWN selection-end-line
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-end-line
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-begin-line
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-begin-line
#---- PopupMenu ----
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=8 [Ljava.lang.Object;
[0] LEFT
[1] selectChild
[2] KP_LEFT
[3] selectChild
[4] RIGHT
[5] selectParent
[6] KP_RIGHT
[7] selectParent
PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] ctrl ENTER
[21] return
[22] SPACE
[23] return
#---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
CONTEXT_MENU postPopup
shift F10 postPopup
#---- ScrollBar ----
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
ScrollBar.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
ScrollBar.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
#---- ScrollPane ----
ScrollPane.ancestorInputMap.RightToLeft [lazy] 0 javax.swing.plaf.InputMapUIResource [UI]
ScrollPane.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN unitScrollDown
END scrollEnd
HOME scrollHome
KP_DOWN unitScrollDown
KP_LEFT unitScrollLeft
KP_RIGHT unitScrollRight
KP_UP unitScrollUp
LEFT unitScrollLeft
PAGE_DOWN scrollDown
PAGE_UP scrollUp
RIGHT unitScrollRight
UP unitScrollUp
#---- Slider ----
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN negativeUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN negativeUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP positiveUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN negativeBlockIncrement
PAGE_UP positiveBlockIncrement
RIGHT positiveUnitIncrement
UP positiveUnitIncrement
#---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
DOWN decrement
KP_DOWN decrement
KP_UP increment
UP increment
#---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl TAB focusOutForward
DOWN positiveIncrement
END selectMax
F6 toggleFocus
F8 startResize
HOME selectMin
KP_DOWN positiveIncrement
KP_LEFT negativeIncrement
KP_RIGHT positiveIncrement
KP_UP negativeIncrement
LEFT negativeIncrement
RIGHT positiveIncrement
UP negativeIncrement
shift ctrl TAB focusOutBackward
#---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_UP requestFocus
ctrl PAGE_DOWN navigatePageDown
ctrl PAGE_UP navigatePageUp
ctrl UP requestFocus
TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
ctrl DOWN requestFocusForVisibleComponent
ctrl KP_DOWN requestFocusForVisibleComponent
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Table ----
Table.ancestorInputMap.RightToLeft [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN scrollLeftChangeSelection
ctrl PAGE_UP scrollRightChangeSelection
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl PAGE_DOWN scrollLeftExtendSelection
shift ctrl PAGE_UP scrollRightExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
Table.ancestorInputMap [lazy] 38 javax.swing.plaf.InputMapUIResource [UI]
alt TAB focusHeader
meta A selectAll
meta C copy
meta V paste
meta X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastColumn
ENTER selectNextRowCell
ESCAPE cancel
HOME selectFirstColumn
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectNextColumn
TAB selectNextColumnCell
UP selectPreviousRow
shift alt TAB focusHeader
shift DOWN selectNextRowExtendSelection
shift END selectLastColumnExtendSelection
shift ENTER selectPreviousRowCell
shift HOME selectFirstColumnExtendSelection
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift TAB selectPreviousColumnCell
shift UP selectPreviousRowExtendSelection
#---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT moveColumnLeft
alt KP_RIGHT moveColumnRight
alt LEFT moveColumnLeft
alt RIGHT moveColumnRight
ESCAPE focusTable
KP_LEFT selectColumnToLeft
KP_RIGHT selectColumnToRight
LEFT selectColumnToLeft
RIGHT selectColumnToRight
SPACE toggleSortOrder
shift alt KP_LEFT resizeLeft
shift alt KP_RIGHT resizeRight
shift alt LEFT resizeLeft
shift alt RIGHT resizeRight
#---- TextArea ----
TextArea.focusInputMap [lazy] 82 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-down
ctrl P caret-up
ctrl V aqua-page-down
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta SPACE activate-link-action
meta T next-link-action
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN aqua-move-down
END caret-end
ENTER insert-break
HOME caret-begin
KP_DOWN aqua-move-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP aqua-move-up
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP aqua-move-up
shift alt DOWN selection-end-paragraph
shift alt KP_DOWN selection-end-paragraph
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt KP_UP selection-begin-paragraph
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift alt UP selection-begin-paragraph
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta T previous-link-action
shift meta UP selection-begin
shift DOWN selection-down
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- TextField ----
TextField.focusInputMap [lazy] 74 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-end
ctrl P caret-begin
ctrl V caret-end
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-end-line
END caret-end
ENTER notify-field-accept
HOME caret-begin
KP_DOWN caret-end-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-begin-line
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
UP caret-begin-line
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta UP selection-begin
shift DOWN selection-end-line
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-end-line
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-begin-line
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-begin-line
#---- TextPane ----
TextPane.focusInputMap [lazy] 82 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-down
ctrl P caret-up
ctrl V aqua-page-down
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta SPACE activate-link-action
meta T next-link-action
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN aqua-move-down
END caret-end
ENTER insert-break
HOME caret-begin
KP_DOWN aqua-move-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP aqua-move-up
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP aqua-move-up
shift alt DOWN selection-end-paragraph
shift alt KP_DOWN selection-end-paragraph
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt KP_UP selection-begin-paragraph
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift alt UP selection-begin-paragraph
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta T previous-link-action
shift meta UP selection-begin
shift DOWN selection-down
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancel
Tree.focusInputMap.RightToLeft [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT aquaExpandNode
ctrl KP_RIGHT aquaCollapseNode
ctrl LEFT aquaExpandNode
ctrl RIGHT aquaCollapseNode
KP_LEFT aquaExpandNode
KP_RIGHT aquaCollapseNode
LEFT aquaExpandNode
RIGHT aquaCollapseNode
shift KP_LEFT aquaExpandNode
shift KP_RIGHT aquaCollapseNode
shift LEFT aquaExpandNode
shift RIGHT aquaCollapseNode
Tree.focusInputMap [lazy] 31 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT aquaFullyCollapseNode
alt KP_RIGHT aquaFullyExpandNode
alt LEFT aquaFullyCollapseNode
alt RIGHT aquaFullyExpandNode
ctrl KP_LEFT aquaCollapseNode
ctrl KP_RIGHT aquaExpandNode
ctrl LEFT aquaCollapseNode
ctrl RIGHT aquaExpandNode
meta A selectAll
meta C copy
meta V paste
meta X cut
COPY copy
CUT cut
DOWN selectNext
KP_DOWN selectNext
KP_LEFT aquaCollapseNode
KP_RIGHT aquaExpandNode
KP_UP selectPrevious
LEFT aquaCollapseNode
PASTE paste
RIGHT aquaExpandNode
UP selectPrevious
shift DOWN selectNextExtendSelection
shift KP_DOWN selectNextExtendSelection
shift KP_LEFT aquaCollapseNode
shift KP_RIGHT aquaExpandNode
shift KP_UP selectPreviousExtendSelection
shift LEFT aquaCollapseNode
shift RIGHT aquaExpandNode
shift UP selectPreviousExtendSelection

View File

@@ -1,950 +0,0 @@
Class com.apple.laf.AquaLookAndFeel
ID Aqua
Name Mac OS X
Java 13.0.2
OS Mac OS X
#---- Button ----
Button.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 11 javax.swing.plaf.InputMapUIResource [UI]
DOWN aquaSelectNext
END aquaSelectEnd
ENTER enterPressed
ESCAPE aquaHidePopup
HOME aquaSelectHome
KP_DOWN aquaSelectNext
KP_UP aquaSelectPrevious
PAGE_DOWN aquaSelectPageDown
PAGE_UP aquaSelectPageUp
SPACE aquaSpacePressed
UP aquaSelectPrevious
#---- Desktop ----
Desktop.ancestorInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt F6 selectNextFrame
ctrl F10 maximize
ctrl F12 navigateNext
ctrl F4 close
ctrl F5 restore
ctrl F6 selectNextFrame
ctrl F7 move
ctrl F8 resize
ctrl F9 minimize
ctrl TAB selectNextFrame
DOWN down
ESCAPE escape
KP_DOWN down
KP_LEFT left
KP_RIGHT right
KP_UP up
LEFT left
RIGHT right
UP up
shift ctrl alt F6 selectPreviousFrame
shift ctrl F12 navigatePrevious
shift DOWN shrinkDown
shift KP_DOWN shrinkDown
shift KP_LEFT shrinkLeft
shift KP_RIGHT shrinkRight
shift KP_UP shrinkUp
shift LEFT shrinkLeft
shift RIGHT shrinkRight
shift UP shrinkUp
#---- EditorPane ----
EditorPane.focusInputMap [lazy] 83 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-down
ctrl P caret-up
ctrl V aqua-page-down
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta SPACE activate-link-action
meta T next-link-action
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN aqua-move-down
END caret-end
ENTER insert-break
HOME caret-begin
KP_DOWN aqua-move-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP aqua-move-up
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP aqua-move-up
shift alt DOWN selection-end-paragraph
shift alt KP_DOWN selection-end-paragraph
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt KP_UP selection-begin-paragraph
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift alt UP selection-begin-paragraph
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta T previous-link-action
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-down
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancelSelection
F5 refresh
#---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 76 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-end
ctrl P caret-begin
ctrl V caret-end
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN decrement
END caret-end
ENTER notify-field-accept
ESCAPE reset-field-edit
HOME caret-begin
KP_DOWN decrement
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP increment
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
UP increment
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-end-line
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-end-line
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-begin-line
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-begin-line
#---- List ----
List.focusInputMap.RightToLeft [lazy] 16 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
List.focusInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
meta A selectAll
meta C copy
meta V paste
meta X cut
COPY copy
CUT cut
DOWN selectNextRow
END aquaEnd
HOME aquaHome
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PASTE paste
RIGHT selectNextColumn
UP selectPreviousRow
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift HOME selectFirstRowExtendSelection
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift UP selectPreviousRowExtendSelection
#---- PasswordField ----
PasswordField.focusInputMap [lazy] 67 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-end
ctrl P caret-begin
ctrl V caret-end
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-end-line
END caret-end
ENTER notify-field-accept
HOME caret-begin
KP_DOWN caret-end-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-begin-line
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
UP caret-begin-line
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-end-line
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-end-line
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-begin-line
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-begin-line
#---- PopupMenu ----
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=8 [Ljava.lang.Object;
[0] LEFT
[1] selectChild
[2] KP_LEFT
[3] selectChild
[4] RIGHT
[5] selectParent
[6] KP_RIGHT
[7] selectParent
PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] ctrl ENTER
[21] return
[22] SPACE
[23] return
#---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
CONTEXT_MENU postPopup
shift F10 postPopup
#---- ScrollBar ----
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
ScrollBar.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
ScrollBar.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
#---- ScrollPane ----
ScrollPane.ancestorInputMap.RightToLeft [lazy] 0 javax.swing.plaf.InputMapUIResource [UI]
ScrollPane.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN unitScrollDown
END scrollEnd
HOME scrollHome
KP_DOWN unitScrollDown
KP_LEFT unitScrollLeft
KP_RIGHT unitScrollRight
KP_UP unitScrollUp
LEFT unitScrollLeft
PAGE_DOWN scrollDown
PAGE_UP scrollUp
RIGHT unitScrollRight
UP unitScrollUp
#---- Slider ----
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN negativeUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN negativeUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP positiveUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN negativeBlockIncrement
PAGE_UP positiveBlockIncrement
RIGHT positiveUnitIncrement
UP positiveUnitIncrement
#---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
DOWN decrement
KP_DOWN decrement
KP_UP increment
UP increment
#---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl TAB focusOutForward
DOWN positiveIncrement
END selectMax
F6 toggleFocus
F8 startResize
HOME selectMin
KP_DOWN positiveIncrement
KP_LEFT negativeIncrement
KP_RIGHT positiveIncrement
KP_UP negativeIncrement
LEFT negativeIncrement
RIGHT positiveIncrement
UP negativeIncrement
shift ctrl TAB focusOutBackward
#---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_UP requestFocus
ctrl PAGE_DOWN navigatePageDown
ctrl PAGE_UP navigatePageUp
ctrl UP requestFocus
TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
ctrl DOWN requestFocusForVisibleComponent
ctrl KP_DOWN requestFocusForVisibleComponent
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Table ----
Table.ancestorInputMap.RightToLeft [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN scrollLeftChangeSelection
ctrl PAGE_UP scrollRightChangeSelection
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl PAGE_DOWN scrollLeftExtendSelection
shift ctrl PAGE_UP scrollRightExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
Table.ancestorInputMap [lazy] 38 javax.swing.plaf.InputMapUIResource [UI]
alt TAB focusHeader
meta A selectAll
meta C copy
meta V paste
meta X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastColumn
ENTER selectNextRowCell
ESCAPE cancel
HOME selectFirstColumn
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectNextColumn
TAB selectNextColumnCell
UP selectPreviousRow
shift alt TAB focusHeader
shift DOWN selectNextRowExtendSelection
shift END selectLastColumnExtendSelection
shift ENTER selectPreviousRowCell
shift HOME selectFirstColumnExtendSelection
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift TAB selectPreviousColumnCell
shift UP selectPreviousRowExtendSelection
#---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT moveColumnLeft
alt KP_RIGHT moveColumnRight
alt LEFT moveColumnLeft
alt RIGHT moveColumnRight
ESCAPE focusTable
KP_LEFT selectColumnToLeft
KP_RIGHT selectColumnToRight
LEFT selectColumnToLeft
RIGHT selectColumnToRight
SPACE toggleSortOrder
shift alt KP_LEFT resizeLeft
shift alt KP_RIGHT resizeRight
shift alt LEFT resizeLeft
shift alt RIGHT resizeRight
#---- TextArea ----
TextArea.focusInputMap [lazy] 83 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-down
ctrl P caret-up
ctrl V aqua-page-down
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta SPACE activate-link-action
meta T next-link-action
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN aqua-move-down
END caret-end
ENTER insert-break
HOME caret-begin
KP_DOWN aqua-move-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP aqua-move-up
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP aqua-move-up
shift alt DOWN selection-end-paragraph
shift alt KP_DOWN selection-end-paragraph
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt KP_UP selection-begin-paragraph
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift alt UP selection-begin-paragraph
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta T previous-link-action
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-down
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- TextField ----
TextField.focusInputMap [lazy] 75 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-end
ctrl P caret-begin
ctrl V caret-end
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-end-line
END caret-end
ENTER notify-field-accept
HOME caret-begin
KP_DOWN caret-end-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-begin-line
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
UP caret-begin-line
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-end-line
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-end-line
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-begin-line
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-begin-line
#---- TextPane ----
TextPane.focusInputMap [lazy] 83 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-down
ctrl P caret-up
ctrl V aqua-page-down
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta SPACE activate-link-action
meta T next-link-action
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN aqua-move-down
END caret-end
ENTER insert-break
HOME caret-begin
KP_DOWN aqua-move-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP aqua-move-up
LEFT caret-backward
PAGE_DOWN aqua-page-down
PAGE_UP aqua-page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP aqua-move-up
shift alt DOWN selection-end-paragraph
shift alt KP_DOWN selection-end-paragraph
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt KP_UP selection-begin-paragraph
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift alt UP selection-begin-paragraph
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta T previous-link-action
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-down
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancel
Tree.focusInputMap.RightToLeft [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT aquaExpandNode
ctrl KP_RIGHT aquaCollapseNode
ctrl LEFT aquaExpandNode
ctrl RIGHT aquaCollapseNode
KP_LEFT aquaExpandNode
KP_RIGHT aquaCollapseNode
LEFT aquaExpandNode
RIGHT aquaCollapseNode
shift KP_LEFT aquaExpandNode
shift KP_RIGHT aquaCollapseNode
shift LEFT aquaExpandNode
shift RIGHT aquaCollapseNode
Tree.focusInputMap [lazy] 31 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT aquaFullyCollapseNode
alt KP_RIGHT aquaFullyExpandNode
alt LEFT aquaFullyCollapseNode
alt RIGHT aquaFullyExpandNode
ctrl KP_LEFT aquaCollapseNode
ctrl KP_RIGHT aquaExpandNode
ctrl LEFT aquaCollapseNode
ctrl RIGHT aquaExpandNode
meta A selectAll
meta C copy
meta V paste
meta X cut
COPY copy
CUT cut
DOWN selectNext
KP_DOWN selectNext
KP_LEFT aquaCollapseNode
KP_RIGHT aquaExpandNode
KP_UP selectPrevious
LEFT aquaCollapseNode
PASTE paste
RIGHT aquaExpandNode
UP selectPrevious
shift DOWN selectNextExtendSelection
shift KP_DOWN selectNextExtendSelection
shift KP_LEFT aquaCollapseNode
shift KP_RIGHT aquaExpandNode
shift KP_UP selectPreviousExtendSelection
shift LEFT aquaCollapseNode
shift RIGHT aquaExpandNode
shift UP selectPreviousExtendSelection

View File

@@ -1,806 +0,0 @@
Class javax.swing.plaf.basic.BasicLookAndFeel
ID Basic
Name Basic
Java 1.8.0_202
OS Windows 10
#---- AuditoryCues ----
AuditoryCues.allAuditoryCues length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.cueList length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.noAuditoryCues length=1 [Ljava.lang.Object;
[0] mute
#---- Button ----
Button.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Button.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,3,3,3 false javax.swing.plaf.basic.BasicBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Button.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
Button.defaultButtonFollowsFocus true
Button.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Button.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Button.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Button.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
Button.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
Button.textIconGap 4
Button.textShiftOffset 0
ButtonUI javax.swing.plaf.basic.BasicButtonUI
#---- CheckBox ----
CheckBox.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBox.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon [lazy] 13,13 javax.swing.plaf.basic.BasicIconFactory$CheckBoxIcon
CheckBox.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBox.textIconGap 4
CheckBox.textShiftOffset 0
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
CheckBoxMenuItem.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBoxMenuItem.borderPainted false
CheckBoxMenuItem.checkIcon [lazy] 9,9 javax.swing.plaf.basic.BasicIconFactory$CheckBoxMenuItemIcon [UI]
CheckBoxMenuItem.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItemUI javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
#---- CheckBox ----
CheckBoxUI javax.swing.plaf.basic.BasicCheckBoxUI
#---- ColorChooser ----
ColorChooser.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesDefaultRecentColor #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesRecentSwatchSize 10,10 java.awt.Dimension
ColorChooser.swatchesSwatchSize 10,10 java.awt.Dimension
ColorChooserUI javax.swing.plaf.basic.BasicColorChooserUI
#---- ComboBox ----
ComboBox.background #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonDarkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow #808080 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground #808080 javax.swing.plaf.ColorUIResource [UI]
ComboBox.font [lazy] SansSerif plain 12 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false
ComboBox.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
ComboBox.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.timeFactor 1000
ComboBoxUI javax.swing.plaf.basic.BasicComboBoxUI
#---- Desktop ----
Desktop.background #005c5c javax.swing.plaf.ColorUIResource [UI]
Desktop.minOnScreenInsets 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
#---- DesktopIcon ----
DesktopIcon.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #c0c0c0 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
DesktopIconUI javax.swing.plaf.basic.BasicDesktopIconUI
#---- DesktopPane ----
DesktopPaneUI javax.swing.plaf.basic.BasicDesktopPaneUI
#---- EditorPane ----
EditorPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
EditorPane.caretBlinkRate 500
EditorPane.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.font [lazy] Serif plain 12 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
EditorPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
EditorPane.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
EditorPane.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPaneUI javax.swing.plaf.basic.BasicEditorPaneUI
#---- FileChooser ----
FileChooser.detailsViewIcon [lazy] null
FileChooser.homeFolderIcon [lazy] null
FileChooser.listViewIcon [lazy] null
FileChooser.newFolderIcon [lazy] null
FileChooser.readOnly false
FileChooser.upFolderIcon [lazy] null
FileChooser.useSystemExtensionHiding false
FileChooser.usesSingleFilePane false
FileChooserUI javax.swing.plaf.basic.BasicFileChooserUI
#---- FileView ----
FileView.computerIcon [lazy] null
FileView.directoryIcon [lazy] null
FileView.fileIcon [lazy] null
FileView.floppyDriveIcon [lazy] null
FileView.hardDriveIcon [lazy] null
#---- FormattedTextField ----
FormattedTextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.font [lazy] SansSerif plain 12 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
FormattedTextField.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextFieldUI javax.swing.plaf.basic.BasicFormattedTextFieldUI
#---- InternalFrame ----
InternalFrame.activeTitleBackground #000080 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #c0c0c0 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
InternalFrame.borderColor #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderDarkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderLight #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderShadow #808080 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.closeIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.icon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
InternalFrame.iconifyIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.inactiveTitleBackground #808080 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleForeground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.maximizeIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.minimizeIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.titleFont [lazy] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
InternalFrame.windowBindings length=6 [Ljava.lang.Object;
[0] shift ESCAPE
[1] showSystemMenu
[2] ctrl SPACE
[3] showSystemMenu
[4] ESCAPE
[5] hideSystemMenu
#---- InternalFrameTitlePane ----
InternalFrameTitlePane.closeButtonOpacity true
InternalFrameTitlePane.iconifyButtonOpacity true
InternalFrameTitlePane.maximizeButtonOpacity true
#---- InternalFrame ----
InternalFrameUI javax.swing.plaf.basic.BasicInternalFrameUI
#---- Label ----
Label.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow #808080 javax.swing.plaf.ColorUIResource [UI]
Label.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Label.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
LabelUI javax.swing.plaf.basic.BasicLabelUI
#---- List ----
List.background #ffffff javax.swing.plaf.ColorUIResource [UI]
List.cellRenderer [active] javax.swing.DefaultListCellRenderer$UIResource [UI]
List.dropLineColor #808080 javax.swing.plaf.ColorUIResource [UI]
List.focusCellHighlightBorder [lazy] line: #ffff00 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
List.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
List.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
List.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
List.timeFactor 1000
ListUI javax.swing.plaf.basic.BasicListUI
#---- Menu ----
Menu.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuArrowIcon [UI]
Menu.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Menu.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Menu.borderPainted false
Menu.cancelMode hideLastSubmenu
Menu.checkIcon [lazy] 9,9 javax.swing.plaf.basic.BasicIconFactory$MenuItemCheckIcon [UI]
Menu.crossMenuMnemonic true
Menu.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Menu.menuPopupOffsetX 0
Menu.menuPopupOffsetY 0
Menu.preserveTopLevelSelection false
Menu.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
Menu.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.shortcutKeys length=1 [I
[0] 8
Menu.submenuPopupOffsetX 0
Menu.submenuPopupOffsetY 0
#---- MenuBar ----
MenuBar.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.border [lazy] 0,0,2,0 false javax.swing.plaf.basic.BasicBorders$MenuBarBorder [UI]
MenuBar.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
MenuBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus
MenuBarUI javax.swing.plaf.basic.BasicMenuBarUI
#---- MenuItem ----
MenuItem.acceleratorDelimiter +
MenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
MenuItem.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
MenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
MenuItem.borderPainted false
MenuItem.checkIcon [lazy] 9,9 javax.swing.plaf.basic.BasicIconFactory$MenuItemCheckIcon [UI]
MenuItem.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
MenuItem.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItemUI javax.swing.plaf.basic.BasicMenuItemUI
#---- Menu ----
MenuUI javax.swing.plaf.basic.BasicMenuUI
#---- OptionPane ----
OptionPane.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 10,10,12,10 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonAreaBorder [lazy] 6,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonClickThreshhold 500
OptionPane.errorIcon [lazy] null
OptionPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.informationIcon [lazy] null
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.messageForeground #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.questionIcon [lazy] null
OptionPane.warningIcon [lazy] null
OptionPane.windowBindings length=2 [Ljava.lang.Object;
[0] ESCAPE
[1] close
OptionPaneUI javax.swing.plaf.basic.BasicOptionPaneUI
#---- Panel ----
Panel.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Panel.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Panel.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
PanelUI javax.swing.plaf.basic.BasicPanelUI
#---- PasswordField ----
PasswordField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordField.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
PasswordField.caretBlinkRate 500
PasswordField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.echoChar '*'
PasswordField.font [lazy] Monospaced plain 12 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
PasswordField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
PasswordField.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
PasswordField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordFieldUI javax.swing.plaf.basic.BasicPasswordFieldUI
#---- PopupMenu ----
PopupMenu.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #c0c0c0 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
PopupMenu.consumeEventOnClose false
PopupMenu.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
#---- PopupMenuSeparator ----
PopupMenuSeparatorUI javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
#---- PopupMenu ----
PopupMenuUI javax.swing.plaf.basic.BasicPopupMenuUI
#---- ProgressBar ----
ProgressBar.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.border [lazy] line: #00ff00 java.awt.Color 2 false 2,2,2,2 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ProgressBar.cellLength 1
ProgressBar.cellSpacing 0
ProgressBar.cycleTime 3000
ProgressBar.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground #000080 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,12 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.repaintInterval 50
ProgressBar.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.selectionForeground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.verticalSize 12,146 javax.swing.plaf.DimensionUIResource [UI]
ProgressBarUI javax.swing.plaf.basic.BasicProgressBarUI
#---- RadioButton ----
RadioButton.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButton.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon [lazy] 13,13 javax.swing.plaf.basic.BasicIconFactory$RadioButtonIcon [UI]
RadioButton.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButton.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
RadioButton.textIconGap 4
RadioButton.textShiftOffset 0
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
RadioButtonMenuItem.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButtonMenuItem.borderPainted false
RadioButtonMenuItem.checkIcon [lazy] 6,6 javax.swing.plaf.basic.BasicIconFactory$RadioButtonMenuItemIcon [UI]
RadioButtonMenuItem.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItemUI javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
#---- RadioButton ----
RadioButtonUI javax.swing.plaf.basic.BasicRadioButtonUI
#---- RootPane ----
RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[0] ENTER
[1] press
[2] released ENTER
[3] release
[4] ctrl ENTER
[5] press
[6] ctrl released ENTER
[7] release
RootPaneUI javax.swing.plaf.basic.BasicRootPaneUI
#---- ScrollBar ----
ScrollBar.background #e0e0e0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.foreground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.maximumThumbSize 4096,4096 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.minimumThumbSize 8,8 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.thumb #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbDarkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbShadow #808080 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.track #e0e0e0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlight #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.width 16
ScrollBarUI javax.swing.plaf.basic.BasicScrollBarUI
#---- ScrollPane ----
ScrollPane.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
ScrollPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollPaneUI javax.swing.plaf.basic.BasicScrollPaneUI
#---- Separator ----
Separator.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.foreground #808080 javax.swing.plaf.ColorUIResource [UI]
Separator.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
SeparatorUI javax.swing.plaf.basic.BasicSeparatorUI
#---- Slider ----
Slider.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Slider.focus #000000 javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Slider.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Slider.foreground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension
Slider.minimumHorizontalSize 36,21 java.awt.Dimension
Slider.minimumVerticalSize 21,36 java.awt.Dimension
Slider.onlyLeftMouseButtonDrag true
Slider.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
Slider.tickColor #000000 java.awt.Color
Slider.verticalSize 21,200 java.awt.Dimension
SliderUI javax.swing.plaf.basic.BasicSliderUI
#---- Spinner ----
Spinner.arrowButtonSize 16,5 java.awt.Dimension
Spinner.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Spinner.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
Spinner.editorAlignment 11
Spinner.editorBorderPainted false
Spinner.font [lazy] Monospaced plain 12 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
SpinnerUI javax.swing.plaf.basic.BasicSpinnerUI
#---- SplitPane ----
SplitPane.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
SplitPane.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneBorder [UI]
SplitPane.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerSize 7
SplitPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
SplitPane.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPaneDivider ----
SplitPaneDivider.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder [UI]
SplitPaneDivider.draggingColor #404040 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPane ----
SplitPaneUI javax.swing.plaf.basic.BasicSplitPaneUI
#---- TabbedPane ----
TabbedPane.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentBorderInsets 2,2,3,3 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.contentOpaque true
TabbedPane.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.labelShift 1
TabbedPane.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectedLabelShift -1
TabbedPane.selectedTabPadInsets 2,2,2,1 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.selectionFollowsFocus true
TabbedPane.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaInsets 3,2,0,2 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabInsets 0,4,1,4 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabRunOverlay 2
TabbedPane.tabsOpaque true
TabbedPane.tabsOverlapBorder false
TabbedPane.textIconGap 4
TabbedPaneUI javax.swing.plaf.basic.BasicTabbedPaneUI
#---- Table ----
Table.ascendingSortIcon [lazy] 17,7 sun.swing.icon.SortArrowIcon [UI]
Table.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.descendingSortIcon [lazy] 17,7 sun.swing.icon.SortArrowIcon [UI]
Table.dropLineColor #808080 javax.swing.plaf.ColorUIResource [UI]
Table.dropLineShortColor #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] line: #ffff00 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Table.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Table.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Table.gridColor #808080 javax.swing.plaf.ColorUIResource [UI]
Table.scrollPaneBorder [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$BevelBorderUIResource [UI]
Table.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
Table.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.sortIconColor #808080 javax.swing.plaf.ColorUIResource [UI]
#---- TableHeader ----
TableHeader.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$BevelBorderUIResource [UI]
TableHeader.focusCellBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TableHeader.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TableHeaderUI javax.swing.plaf.basic.BasicTableHeaderUI
#---- Table ----
TableUI javax.swing.plaf.basic.BasicTableUI
#---- TextArea ----
TextArea.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextArea.caretBlinkRate 500
TextArea.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.font [lazy] Monospaced plain 12 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
TextArea.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextArea.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
TextArea.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
TextAreaUI javax.swing.plaf.basic.BasicTextAreaUI
#---- TextField ----
TextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
TextField.caretBlinkRate 500
TextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.font [lazy] SansSerif plain 12 javax.swing.plaf.FontUIResource [UI]
TextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
TextField.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextField.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
TextField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
TextFieldUI javax.swing.plaf.basic.BasicTextFieldUI
#---- TextPane ----
TextPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextPane.caretBlinkRate 500
TextPane.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.font [lazy] Serif plain 12 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
TextPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
TextPane.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
TextPane.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPaneUI javax.swing.plaf.basic.BasicTextPaneUI
#---- TitledBorder ----
TitledBorder.border [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$EtchedBorderUIResource [UI]
TitledBorder.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToggleButton ----
ToggleButton.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$ToggleButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
ToggleButton.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
ToggleButton.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.textIconGap 4
ToggleButton.textShiftOffset 0
ToggleButtonUI javax.swing.plaf.basic.BasicToggleButtonUI
#---- ToolBar ----
ToolBar.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.border [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$EtchedBorderUIResource [UI]
ToolBar.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #ff0000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.separatorSize 10,10 javax.swing.plaf.DimensionUIResource [UI]
ToolBar.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
#---- ToolBarSeparator ----
ToolBarSeparatorUI javax.swing.plaf.basic.BasicToolBarSeparatorUI
#---- ToolBar ----
ToolBarUI javax.swing.plaf.basic.BasicToolBarUI
#---- ToolTip ----
ToolTip.background #ffffe1 javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.font [lazy] SansSerif plain 12 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToolTipManager ----
ToolTipManager.enableToolTipMode allWindows
#---- ToolTip ----
ToolTipUI javax.swing.plaf.basic.BasicToolTipUI
#---- Tree ----
Tree.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.changeSelectionWithFocus true
Tree.closedIcon [lazy] null
Tree.drawsFocusBorderAroundIcon false
Tree.dropLineColor #808080 javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Tree.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.hash #808080 javax.swing.plaf.ColorUIResource [UI]
Tree.leafIcon [lazy] null
Tree.leftChildIndent 7
Tree.lineTypeDashed false
Tree.openIcon [lazy] null
Tree.paintLines true
Tree.rightChildIndent 13
Tree.rowHeight 16
Tree.scrollsOnExpand true
Tree.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionBorderColor #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Tree.textForeground #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.timeFactor 1000
TreeUI javax.swing.plaf.basic.BasicTreeUI
#---- Viewport ----
Viewport.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Viewport.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ViewportUI javax.swing.plaf.basic.BasicViewportUI
#---- ----
activeCaption #000080 javax.swing.plaf.ColorUIResource [UI]
activeCaptionBorder #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
activeCaptionText #ffffff javax.swing.plaf.ColorUIResource [UI]
control #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
controlDkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
controlHighlight #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
controlLtHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlShadow #808080 javax.swing.plaf.ColorUIResource [UI]
controlText #000000 javax.swing.plaf.ColorUIResource [UI]
desktop #005c5c javax.swing.plaf.ColorUIResource [UI]
#---- html ----
html.missingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
html.pendingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- ----
inactiveCaption #808080 javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionBorder #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionText #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
info #ffffe1 javax.swing.plaf.ColorUIResource [UI]
infoText #000000 javax.swing.plaf.ColorUIResource [UI]
menu #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
menuText #000000 javax.swing.plaf.ColorUIResource [UI]
scrollbar #e0e0e0 javax.swing.plaf.ColorUIResource [UI]
text #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
textHighlight #000080 javax.swing.plaf.ColorUIResource [UI]
textHighlightText #ffffff javax.swing.plaf.ColorUIResource [UI]
textInactiveText #808080 javax.swing.plaf.ColorUIResource [UI]
textText #000000 javax.swing.plaf.ColorUIResource [UI]
window #ffffff javax.swing.plaf.ColorUIResource [UI]
windowBorder #000000 javax.swing.plaf.ColorUIResource [UI]
windowText #000000 javax.swing.plaf.ColorUIResource [UI]

View File

@@ -1,807 +0,0 @@
Class javax.swing.plaf.basic.BasicLookAndFeel
ID Basic
Name Basic
Java 11.0.2
OS Windows 10
#---- AuditoryCues ----
AuditoryCues.allAuditoryCues length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.cueList length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.noAuditoryCues length=1 [Ljava.lang.Object;
[0] mute
#---- Button ----
Button.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Button.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,3,3,3 false javax.swing.plaf.basic.BasicBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Button.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
Button.defaultButtonFollowsFocus true
Button.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Button.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Button.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Button.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
Button.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
Button.textIconGap 4
Button.textShiftOffset 0
ButtonUI javax.swing.plaf.basic.BasicButtonUI
#---- CheckBox ----
CheckBox.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBox.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon [lazy] 13,13 javax.swing.plaf.basic.BasicIconFactory$CheckBoxIcon
CheckBox.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBox.textIconGap 4
CheckBox.textShiftOffset 0
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
CheckBoxMenuItem.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBoxMenuItem.borderPainted false
CheckBoxMenuItem.checkIcon [lazy] 9,9 javax.swing.plaf.basic.BasicIconFactory$CheckBoxMenuItemIcon [UI]
CheckBoxMenuItem.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItemUI javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
#---- CheckBox ----
CheckBoxUI javax.swing.plaf.basic.BasicCheckBoxUI
#---- ColorChooser ----
ColorChooser.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesDefaultRecentColor #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesRecentSwatchSize 10,10 java.awt.Dimension
ColorChooser.swatchesSwatchSize 10,10 java.awt.Dimension
ColorChooserUI javax.swing.plaf.basic.BasicColorChooserUI
#---- ComboBox ----
ComboBox.background #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonDarkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow #808080 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground #808080 javax.swing.plaf.ColorUIResource [UI]
ComboBox.font [lazy] SansSerif plain 12 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false
ComboBox.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
ComboBox.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.timeFactor 1000
ComboBoxUI javax.swing.plaf.basic.BasicComboBoxUI
#---- Desktop ----
Desktop.background #005c5c javax.swing.plaf.ColorUIResource [UI]
Desktop.minOnScreenInsets 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
#---- DesktopIcon ----
DesktopIcon.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #c0c0c0 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
DesktopIconUI javax.swing.plaf.basic.BasicDesktopIconUI
#---- DesktopPane ----
DesktopPaneUI javax.swing.plaf.basic.BasicDesktopPaneUI
#---- EditorPane ----
EditorPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
EditorPane.caretBlinkRate 500
EditorPane.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.font [lazy] Serif plain 12 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
EditorPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
EditorPane.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
EditorPane.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPaneUI javax.swing.plaf.basic.BasicEditorPaneUI
#---- FileChooser ----
FileChooser.detailsViewIcon [lazy] null
FileChooser.homeFolderIcon [lazy] null
FileChooser.listViewIcon [lazy] null
FileChooser.newFolderIcon [lazy] null
FileChooser.readOnly false
FileChooser.upFolderIcon [lazy] null
FileChooser.useSystemExtensionHiding false
FileChooser.usesSingleFilePane false
FileChooserUI javax.swing.plaf.basic.BasicFileChooserUI
#---- FileView ----
FileView.computerIcon [lazy] null
FileView.directoryIcon [lazy] null
FileView.fileIcon [lazy] null
FileView.floppyDriveIcon [lazy] null
FileView.hardDriveIcon [lazy] null
#---- FormattedTextField ----
FormattedTextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.font [lazy] SansSerif plain 12 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
FormattedTextField.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextFieldUI javax.swing.plaf.basic.BasicFormattedTextFieldUI
#---- InternalFrame ----
InternalFrame.activeTitleBackground #000080 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #c0c0c0 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
InternalFrame.borderColor #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderDarkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderLight #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderShadow #808080 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.closeIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.icon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
InternalFrame.iconifyIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.inactiveTitleBackground #808080 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleForeground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.maximizeIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.minimizeIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.titleFont [lazy] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
InternalFrame.windowBindings length=6 [Ljava.lang.Object;
[0] shift ESCAPE
[1] showSystemMenu
[2] ctrl SPACE
[3] showSystemMenu
[4] ESCAPE
[5] hideSystemMenu
#---- InternalFrameTitlePane ----
InternalFrameTitlePane.closeButtonOpacity true
InternalFrameTitlePane.iconifyButtonOpacity true
InternalFrameTitlePane.maximizeButtonOpacity true
#---- InternalFrame ----
InternalFrameUI javax.swing.plaf.basic.BasicInternalFrameUI
#---- Label ----
Label.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow #808080 javax.swing.plaf.ColorUIResource [UI]
Label.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Label.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
LabelUI javax.swing.plaf.basic.BasicLabelUI
#---- List ----
List.background #ffffff javax.swing.plaf.ColorUIResource [UI]
List.cellRenderer [active] javax.swing.DefaultListCellRenderer$UIResource [UI]
List.dropLineColor #808080 javax.swing.plaf.ColorUIResource [UI]
List.focusCellHighlightBorder [lazy] line: #ffff00 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
List.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
List.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
List.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
List.timeFactor 1000
ListUI javax.swing.plaf.basic.BasicListUI
#---- Menu ----
Menu.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuArrowIcon [UI]
Menu.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Menu.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Menu.borderPainted false
Menu.cancelMode hideLastSubmenu
Menu.checkIcon [lazy] 9,9 javax.swing.plaf.basic.BasicIconFactory$MenuItemCheckIcon [UI]
Menu.crossMenuMnemonic true
Menu.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Menu.menuPopupOffsetX 0
Menu.menuPopupOffsetY 0
Menu.preserveTopLevelSelection false
Menu.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
Menu.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.shortcutKeys length=2 [I
[0] 8
[1] 8200
Menu.submenuPopupOffsetX 0
Menu.submenuPopupOffsetY 0
#---- MenuBar ----
MenuBar.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.border [lazy] 0,0,2,0 false javax.swing.plaf.basic.BasicBorders$MenuBarBorder [UI]
MenuBar.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
MenuBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus
MenuBarUI javax.swing.plaf.basic.BasicMenuBarUI
#---- MenuItem ----
MenuItem.acceleratorDelimiter +
MenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
MenuItem.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
MenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
MenuItem.borderPainted false
MenuItem.checkIcon [lazy] 9,9 javax.swing.plaf.basic.BasicIconFactory$MenuItemCheckIcon [UI]
MenuItem.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
MenuItem.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItemUI javax.swing.plaf.basic.BasicMenuItemUI
#---- Menu ----
MenuUI javax.swing.plaf.basic.BasicMenuUI
#---- OptionPane ----
OptionPane.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 10,10,12,10 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonAreaBorder [lazy] 6,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonClickThreshhold 500
OptionPane.errorIcon [lazy] null
OptionPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.informationIcon [lazy] null
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.messageForeground #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.questionIcon [lazy] null
OptionPane.warningIcon [lazy] null
OptionPane.windowBindings length=2 [Ljava.lang.Object;
[0] ESCAPE
[1] close
OptionPaneUI javax.swing.plaf.basic.BasicOptionPaneUI
#---- Panel ----
Panel.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Panel.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Panel.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
PanelUI javax.swing.plaf.basic.BasicPanelUI
#---- PasswordField ----
PasswordField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordField.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
PasswordField.caretBlinkRate 500
PasswordField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.echoChar '*'
PasswordField.font [lazy] Monospaced plain 12 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
PasswordField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
PasswordField.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
PasswordField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordFieldUI javax.swing.plaf.basic.BasicPasswordFieldUI
#---- PopupMenu ----
PopupMenu.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #c0c0c0 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
PopupMenu.consumeEventOnClose false
PopupMenu.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
#---- PopupMenuSeparator ----
PopupMenuSeparatorUI javax.swing.plaf.basic.BasicPopupMenuSeparatorUI
#---- PopupMenu ----
PopupMenuUI javax.swing.plaf.basic.BasicPopupMenuUI
#---- ProgressBar ----
ProgressBar.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.border [lazy] line: #00ff00 java.awt.Color 2 false 2,2,2,2 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ProgressBar.cellLength 1
ProgressBar.cellSpacing 0
ProgressBar.cycleTime 3000
ProgressBar.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground #000080 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,12 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.repaintInterval 50
ProgressBar.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.selectionForeground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.verticalSize 12,146 javax.swing.plaf.DimensionUIResource [UI]
ProgressBarUI javax.swing.plaf.basic.BasicProgressBarUI
#---- RadioButton ----
RadioButton.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButton.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon [lazy] 13,13 javax.swing.plaf.basic.BasicIconFactory$RadioButtonIcon [UI]
RadioButton.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButton.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
RadioButton.textIconGap 4
RadioButton.textShiftOffset 0
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
RadioButtonMenuItem.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButtonMenuItem.borderPainted false
RadioButtonMenuItem.checkIcon [lazy] 6,6 javax.swing.plaf.basic.BasicIconFactory$RadioButtonMenuItemIcon [UI]
RadioButtonMenuItem.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItemUI javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
#---- RadioButton ----
RadioButtonUI javax.swing.plaf.basic.BasicRadioButtonUI
#---- RootPane ----
RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[0] ENTER
[1] press
[2] released ENTER
[3] release
[4] ctrl ENTER
[5] press
[6] ctrl released ENTER
[7] release
RootPaneUI javax.swing.plaf.basic.BasicRootPaneUI
#---- ScrollBar ----
ScrollBar.background #e0e0e0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.foreground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.maximumThumbSize 4096,4096 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.minimumThumbSize 8,8 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.thumb #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbDarkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbShadow #808080 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.track #e0e0e0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlight #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.width 16
ScrollBarUI javax.swing.plaf.basic.BasicScrollBarUI
#---- ScrollPane ----
ScrollPane.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
ScrollPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollPaneUI javax.swing.plaf.basic.BasicScrollPaneUI
#---- Separator ----
Separator.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.foreground #808080 javax.swing.plaf.ColorUIResource [UI]
Separator.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
SeparatorUI javax.swing.plaf.basic.BasicSeparatorUI
#---- Slider ----
Slider.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Slider.focus #000000 javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Slider.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Slider.foreground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension
Slider.minimumHorizontalSize 36,21 java.awt.Dimension
Slider.minimumVerticalSize 21,36 java.awt.Dimension
Slider.onlyLeftMouseButtonDrag true
Slider.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
Slider.tickColor #000000 java.awt.Color
Slider.verticalSize 21,200 java.awt.Dimension
SliderUI javax.swing.plaf.basic.BasicSliderUI
#---- Spinner ----
Spinner.arrowButtonSize 16,5 java.awt.Dimension
Spinner.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Spinner.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
Spinner.editorAlignment 11
Spinner.editorBorderPainted false
Spinner.font [lazy] Monospaced plain 12 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
SpinnerUI javax.swing.plaf.basic.BasicSpinnerUI
#---- SplitPane ----
SplitPane.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
SplitPane.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneBorder [UI]
SplitPane.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerSize 7
SplitPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
SplitPane.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPaneDivider ----
SplitPaneDivider.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder [UI]
SplitPaneDivider.draggingColor #404040 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPane ----
SplitPaneUI javax.swing.plaf.basic.BasicSplitPaneUI
#---- TabbedPane ----
TabbedPane.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentBorderInsets 2,2,3,3 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.contentOpaque true
TabbedPane.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.labelShift 1
TabbedPane.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectedLabelShift -1
TabbedPane.selectedTabPadInsets 2,2,2,1 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.selectionFollowsFocus true
TabbedPane.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaInsets 3,2,0,2 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabInsets 0,4,1,4 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabRunOverlay 2
TabbedPane.tabsOpaque true
TabbedPane.tabsOverlapBorder false
TabbedPane.textIconGap 4
TabbedPaneUI javax.swing.plaf.basic.BasicTabbedPaneUI
#---- Table ----
Table.ascendingSortIcon [lazy] 17,7 sun.swing.icon.SortArrowIcon [UI]
Table.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.descendingSortIcon [lazy] 17,7 sun.swing.icon.SortArrowIcon [UI]
Table.dropLineColor #808080 javax.swing.plaf.ColorUIResource [UI]
Table.dropLineShortColor #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] line: #ffff00 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Table.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Table.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Table.gridColor #808080 javax.swing.plaf.ColorUIResource [UI]
Table.scrollPaneBorder [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$BevelBorderUIResource [UI]
Table.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
Table.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.sortIconColor #808080 javax.swing.plaf.ColorUIResource [UI]
#---- TableHeader ----
TableHeader.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$BevelBorderUIResource [UI]
TableHeader.focusCellBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TableHeader.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TableHeaderUI javax.swing.plaf.basic.BasicTableHeaderUI
#---- Table ----
TableUI javax.swing.plaf.basic.BasicTableUI
#---- TextArea ----
TextArea.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextArea.caretBlinkRate 500
TextArea.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.font [lazy] Monospaced plain 12 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
TextArea.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextArea.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
TextArea.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
TextAreaUI javax.swing.plaf.basic.BasicTextAreaUI
#---- TextField ----
TextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
TextField.caretBlinkRate 500
TextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.font [lazy] SansSerif plain 12 javax.swing.plaf.FontUIResource [UI]
TextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
TextField.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
TextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextField.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
TextField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
TextFieldUI javax.swing.plaf.basic.BasicTextFieldUI
#---- TextPane ----
TextPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextPane.caretBlinkRate 500
TextPane.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.font [lazy] Serif plain 12 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveForeground #808080 javax.swing.plaf.ColorUIResource [UI]
TextPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
TextPane.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
TextPane.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPaneUI javax.swing.plaf.basic.BasicTextPaneUI
#---- TitledBorder ----
TitledBorder.border [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$EtchedBorderUIResource [UI]
TitledBorder.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToggleButton ----
ToggleButton.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$ToggleButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
ToggleButton.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
ToggleButton.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.textIconGap 4
ToggleButton.textShiftOffset 0
ToggleButtonUI javax.swing.plaf.basic.BasicToggleButtonUI
#---- ToolBar ----
ToolBar.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.border [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$EtchedBorderUIResource [UI]
ToolBar.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #ff0000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.light #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.separatorSize 10,10 javax.swing.plaf.DimensionUIResource [UI]
ToolBar.shadow #808080 javax.swing.plaf.ColorUIResource [UI]
#---- ToolBarSeparator ----
ToolBarSeparatorUI javax.swing.plaf.basic.BasicToolBarSeparatorUI
#---- ToolBar ----
ToolBarUI javax.swing.plaf.basic.BasicToolBarUI
#---- ToolTip ----
ToolTip.background #ffffe1 javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.font [lazy] SansSerif plain 12 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToolTipManager ----
ToolTipManager.enableToolTipMode allWindows
#---- ToolTip ----
ToolTipUI javax.swing.plaf.basic.BasicToolTipUI
#---- Tree ----
Tree.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.changeSelectionWithFocus true
Tree.closedIcon [lazy] null
Tree.drawsFocusBorderAroundIcon false
Tree.dropLineColor #808080 javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Tree.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.hash #808080 javax.swing.plaf.ColorUIResource [UI]
Tree.leafIcon [lazy] null
Tree.leftChildIndent 7
Tree.lineTypeDashed false
Tree.openIcon [lazy] null
Tree.paintLines true
Tree.rightChildIndent 13
Tree.rowHeight 16
Tree.scrollsOnExpand true
Tree.selectionBackground #000080 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionBorderColor #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textBackground #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Tree.textForeground #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.timeFactor 1000
TreeUI javax.swing.plaf.basic.BasicTreeUI
#---- Viewport ----
Viewport.background #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
Viewport.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ViewportUI javax.swing.plaf.basic.BasicViewportUI
#---- ----
activeCaption #000080 javax.swing.plaf.ColorUIResource [UI]
activeCaptionBorder #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
activeCaptionText #ffffff javax.swing.plaf.ColorUIResource [UI]
control #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
controlDkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
controlHighlight #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
controlLtHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlShadow #808080 javax.swing.plaf.ColorUIResource [UI]
controlText #000000 javax.swing.plaf.ColorUIResource [UI]
desktop #005c5c javax.swing.plaf.ColorUIResource [UI]
#---- html ----
html.missingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
html.pendingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- ----
inactiveCaption #808080 javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionBorder #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionText #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
info #ffffe1 javax.swing.plaf.ColorUIResource [UI]
infoText #000000 javax.swing.plaf.ColorUIResource [UI]
menu #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
menuText #000000 javax.swing.plaf.ColorUIResource [UI]
scrollbar #e0e0e0 javax.swing.plaf.ColorUIResource [UI]
text #c0c0c0 javax.swing.plaf.ColorUIResource [UI]
textHighlight #000080 javax.swing.plaf.ColorUIResource [UI]
textHighlightText #ffffff javax.swing.plaf.ColorUIResource [UI]
textInactiveText #808080 javax.swing.plaf.ColorUIResource [UI]
textText #000000 javax.swing.plaf.ColorUIResource [UI]
window #ffffff javax.swing.plaf.ColorUIResource [UI]
windowBorder #000000 javax.swing.plaf.ColorUIResource [UI]
windowText #000000 javax.swing.plaf.ColorUIResource [UI]

View File

@@ -1,579 +0,0 @@
Class javax.swing.plaf.basic.BasicLookAndFeel
ID Basic
Name Basic
Java 1.8.0_202
OS Windows 10
#---- Button ----
Button.focusInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
ENTER pressed
SPACE pressed
released ENTER released
released SPACE released
#---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
END endPassThrough
ENTER enterPressed
ESCAPE hidePopup
HOME homePassThrough
PAGE_DOWN pageDownPassThrough
PAGE_UP pageUpPassThrough
#---- Desktop ----
Desktop.ancestorInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt F6 selectNextFrame
ctrl F10 maximize
ctrl F12 navigateNext
ctrl F4 close
ctrl F5 restore
ctrl F6 selectNextFrame
ctrl F7 move
ctrl F8 resize
ctrl F9 minimize
ctrl TAB selectNextFrame
DOWN down
ESCAPE escape
KP_DOWN down
KP_LEFT left
KP_RIGHT right
KP_UP up
LEFT left
RIGHT right
UP up
shift ctrl alt F6 selectPreviousFrame
shift ctrl F12 navigatePrevious
shift DOWN shrinkDown
shift KP_DOWN shrinkDown
shift KP_LEFT shrinkLeft
shift KP_RIGHT shrinkRight
shift KP_UP shrinkUp
shift LEFT shrinkLeft
shift RIGHT shrinkRight
shift UP shrinkUp
#---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancelSelection
F5 refresh
#---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 44 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN decrement
END caret-end-line
ENTER notify-field-accept
ESCAPE reset-field-edit
HOME caret-begin-line
KP_DOWN decrement
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP increment
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
UP increment
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- List ----
List.focusInputMap.RightToLeft [lazy] 16 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
List.focusInputMap [lazy] 64 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRowChangeLead
ctrl HOME selectFirstRowChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastRow
HOME selectFirstRow
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDown
PAGE_UP scrollUp
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift HOME selectFirstRowExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift UP selectPreviousRowExtendSelection
#---- PopupMenu ----
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=8 [Ljava.lang.Object;
[0] LEFT
[1] selectChild
[2] KP_LEFT
[3] selectChild
[4] RIGHT
[5] selectParent
[6] KP_RIGHT
[7] selectParent
PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] ctrl ENTER
[21] return
[22] SPACE
[23] return
#---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
CONTEXT_MENU postPopup
shift F10 postPopup
#---- ScrollBar ----
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
#---- ScrollPane ----
ScrollPane.ancestorInputMap.RightToLeft [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN scrollLeft
ctrl PAGE_UP scrollRight
ScrollPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl END scrollEnd
ctrl HOME scrollHome
ctrl PAGE_DOWN scrollRight
ctrl PAGE_UP scrollLeft
DOWN unitScrollDown
KP_DOWN unitScrollDown
KP_LEFT unitScrollLeft
KP_RIGHT unitScrollRight
KP_UP unitScrollUp
LEFT unitScrollLeft
PAGE_DOWN scrollDown
PAGE_UP scrollUp
RIGHT unitScrollRight
UP unitScrollUp
#---- Slider ----
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN negativeUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN negativeUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP positiveUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN negativeBlockIncrement
PAGE_UP positiveBlockIncrement
RIGHT positiveUnitIncrement
UP positiveUnitIncrement
#---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
DOWN decrement
KP_DOWN decrement
KP_UP increment
UP increment
#---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl TAB focusOutForward
DOWN positiveIncrement
END selectMax
F6 toggleFocus
F8 startResize
HOME selectMin
KP_DOWN positiveIncrement
KP_LEFT negativeIncrement
KP_RIGHT positiveIncrement
KP_UP negativeIncrement
LEFT negativeIncrement
RIGHT positiveIncrement
UP negativeIncrement
shift ctrl TAB focusOutBackward
#---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_UP requestFocus
ctrl PAGE_DOWN navigatePageDown
ctrl PAGE_UP navigatePageUp
ctrl UP requestFocus
TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
ctrl DOWN requestFocusForVisibleComponent
ctrl KP_DOWN requestFocusForVisibleComponent
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Table ----
Table.ancestorInputMap.RightToLeft [lazy] 20 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl PAGE_DOWN scrollLeftChangeSelection
ctrl PAGE_UP scrollRightChangeSelection
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl PAGE_DOWN scrollLeftExtendSelection
shift ctrl PAGE_UP scrollRightExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
Table.ancestorInputMap [lazy] 71 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRow
ctrl HOME selectFirstRow
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollRightChangeSelection
ctrl PAGE_UP scrollLeftChangeSelection
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastColumn
ENTER selectNextRowCell
ESCAPE cancel
F2 startEditing
F8 focusHeader
HOME selectFirstColumn
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
TAB selectNextColumnCell
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollRightExtendSelection
shift ctrl PAGE_UP scrollLeftExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastColumnExtendSelection
shift ENTER selectPreviousRowCell
shift HOME selectFirstColumnExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift TAB selectPreviousColumnCell
shift UP selectPreviousRowExtendSelection
#---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT moveColumnLeft
alt KP_RIGHT moveColumnRight
alt LEFT moveColumnLeft
alt RIGHT moveColumnRight
ESCAPE focusTable
KP_LEFT selectColumnToLeft
KP_RIGHT selectColumnToRight
LEFT selectColumnToLeft
RIGHT selectColumnToRight
SPACE toggleSortOrder
shift alt KP_LEFT resizeLeft
shift alt KP_RIGHT resizeRight
shift alt LEFT resizeLeft
shift alt RIGHT resizeRight
#---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancel
Tree.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT selectChild
KP_RIGHT selectParent
LEFT selectChild
RIGHT selectParent
Tree.focusInputMap [lazy] 57 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextChangeLead
ctrl END selectLastChangeLead
ctrl HOME selectFirstChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextChangeLead
ctrl KP_LEFT scrollLeft
ctrl KP_RIGHT scrollRight
ctrl KP_UP selectPreviousChangeLead
ctrl LEFT scrollLeft
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT scrollRight
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNext
END selectLast
F2 startEditing
HOME selectFirst
KP_DOWN selectNext
KP_LEFT selectParent
KP_RIGHT selectChild
KP_UP selectPrevious
LEFT selectParent
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectChild
SPACE addToSelection
UP selectPrevious
shift ctrl DOWN selectNextExtendSelection
shift ctrl END selectLastExtendSelection
shift ctrl HOME selectFirstExtendSelection
shift ctrl KP_DOWN selectNextExtendSelection
shift ctrl KP_UP selectPreviousExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousExtendSelection
shift DELETE cut
shift DOWN selectNextExtendSelection
shift END selectLastExtendSelection
shift HOME selectFirstExtendSelection
shift INSERT paste
shift KP_DOWN selectNextExtendSelection
shift KP_UP selectPreviousExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift SPACE extendTo
shift UP selectPreviousExtendSelection

View File

@@ -1,63 +0,0 @@
- Class com.formdev.flatlaf.FlatDarkLaf
+ Class com.formdev.flatlaf.FlatDarculaLaf
- ID FlatLaf - FlatLaf Dark
+ ID FlatLaf - FlatLaf Darcula
- Name FlatLaf Dark
+ Name FlatLaf Darcula
- Button.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatButtonBorder [UI]
+ Button.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatButtonBorder [UI]
- ComboBox.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatRoundBorder [UI]
+ ComboBox.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatRoundBorder [UI]
- Component.arrowType chevron
+ Component.arrowType triangle
- Component.focusWidth 0
+ Component.focusWidth 2
- Component.innerFocusWidth 0.5
+ Component.innerFocusWidth 0
- Component.innerOutlineWidth 1.0
+ Component.innerOutlineWidth 0
- FormattedTextField.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
+ FormattedTextField.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
- HelpButton.icon [lazy] 22,22 com.formdev.flatlaf.icons.FlatHelpButtonIcon [UI]
+ HelpButton.icon [lazy] 26,26 com.formdev.flatlaf.icons.FlatHelpButtonIcon [UI]
- JXDatePicker.border [lazy] 1,1,1,1 false com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder [UI]
+ JXDatePicker.border [lazy] 3,3,3,3 false com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder [UI]
- PasswordField.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
+ PasswordField.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
- ProgressBar.foreground #4a88c7 javax.swing.plaf.ColorUIResource [UI]
+ ProgressBar.foreground #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
- ProgressBar.selectionForeground #bbbbbb javax.swing.plaf.ColorUIResource [UI]
+ ProgressBar.selectionForeground #3c3f41 javax.swing.plaf.ColorUIResource [UI]
- RadioButton.icon.centerDiameter 8
+ RadioButton.icon.centerDiameter 5
- ScrollPane.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatBorder [UI]
+ ScrollPane.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatBorder [UI]
- Spinner.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatRoundBorder [UI]
+ Spinner.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatRoundBorder [UI]
- Table.scrollPaneBorder [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatBorder [UI]
+ Table.scrollPaneBorder [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatBorder [UI]
- TextField.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
+ TextField.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
- ToggleButton.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatButtonBorder [UI]
+ ToggleButton.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatButtonBorder [UI]

View File

@@ -1,21 +0,0 @@
- OS Windows 10
+ OS Linux
- Button.defaultButtonFollowsFocus true
+ Button.defaultButtonFollowsFocus false
- ProgressBar.font [active] Segoe UI plain 10 javax.swing.plaf.FontUIResource [UI]
+ ProgressBar.font [active] Cantarell plain 13 javax.swing.plaf.FontUIResource [UI]
- ScrollBar.minimumThumbSize 10,10 javax.swing.plaf.DimensionUIResource [UI]
+ ScrollBar.minimumThumbSize 18,18 javax.swing.plaf.DimensionUIResource [UI]
- ScrollBar.thumbArc 0
+ ScrollBar.thumbArc 999
- ScrollBar.thumbInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
+ ScrollBar.thumbInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
- defaultFont Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
+ defaultFont Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]

View File

@@ -1,36 +0,0 @@
- OS Windows 10
+ OS Mac OS X
- Button.defaultButtonFollowsFocus true
+ Button.defaultButtonFollowsFocus false
+ ComboBox.showPopupOnNavigation true
- Menu.shortcutKeys length=1 [I
[0] 8
+ Menu.shortcutKeys length=1 [I
[0] 10
- MenuItem.acceleratorDelimiter -
+ MenuItem.acceleratorDelimiter
+ OptionPane.isYesLast true
- ProgressBar.font [active] Segoe UI plain 10 javax.swing.plaf.FontUIResource [UI]
+ ProgressBar.font [active] .SF NS Text plain 11 javax.swing.plaf.FontUIResource [UI]
- ScrollBar.hoverThumbWithTrack false
+ ScrollBar.hoverThumbWithTrack true
- ScrollBar.minimumThumbSize 10,10 javax.swing.plaf.DimensionUIResource [UI]
+ ScrollBar.minimumThumbSize 18,18 javax.swing.plaf.DimensionUIResource [UI]
- ScrollBar.thumbArc 0
+ ScrollBar.thumbArc 999
- ScrollBar.thumbInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
+ ScrollBar.thumbInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
- defaultFont Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
+ defaultFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]

View File

@@ -1,86 +0,0 @@
- Class com.formdev.flatlaf.FlatLightLaf
+ Class com.formdev.flatlaf.FlatIntelliJLaf
- ID FlatLaf - FlatLaf Light
+ ID FlatLaf - FlatLaf IntelliJ
- Name FlatLaf Light
+ Name FlatLaf IntelliJ
- Button.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatButtonBorder [UI]
+ Button.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatButtonBorder [UI]
- Button.default.background #ffffff javax.swing.plaf.ColorUIResource [UI]
+ Button.default.background #4d8ac9 javax.swing.plaf.ColorUIResource [UI]
+ Button.default.boldText true
- Button.default.borderColor #4f9ee3 javax.swing.plaf.ColorUIResource [UI]
+ Button.default.borderColor #3d75b2 javax.swing.plaf.ColorUIResource [UI]
- Button.default.borderWidth 2
+ Button.default.borderWidth 1
- Button.default.focusedBackground #e3f1fa javax.swing.plaf.ColorUIResource [UI]
- Button.default.focusedBorderColor #87afda javax.swing.plaf.ColorUIResource [UI]
+ Button.default.focusedBorderColor #a9c9f5 javax.swing.plaf.ColorUIResource [UI]
- Button.default.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
+ Button.default.foreground #ffffff javax.swing.plaf.ColorUIResource [UI]
- Button.default.hoverBorderColor #87afda javax.swing.plaf.ColorUIResource [UI]
+ Button.default.hoverBorderColor #a9c9f5 javax.swing.plaf.ColorUIResource [UI]
- Button.focusedBackground #e3f1fa javax.swing.plaf.ColorUIResource [UI]
- CheckBox.icon.focusedBackground #e3f1fa javax.swing.plaf.ColorUIResource [UI]
+ CheckBox.icon.style filled
- CheckBox.icon[filled].selectedFocusedCheckmarkColor #e3f1fa javax.swing.plaf.ColorUIResource [UI]
- ComboBox.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatRoundBorder [UI]
+ ComboBox.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatRoundBorder [UI]
- Component.arrowType chevron
+ Component.arrowType triangle
- Component.focusWidth 0
+ Component.focusWidth 2
- Component.innerFocusWidth 0.5
+ Component.innerFocusWidth 0
- Component.innerOutlineWidth 1.0
+ Component.innerOutlineWidth 0
- FormattedTextField.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
+ FormattedTextField.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
- HelpButton.focusedBackground #e3f1fa javax.swing.plaf.ColorUIResource [UI]
- HelpButton.icon [lazy] 22,22 com.formdev.flatlaf.icons.FlatHelpButtonIcon [UI]
+ HelpButton.icon [lazy] 26,26 com.formdev.flatlaf.icons.FlatHelpButtonIcon [UI]
- JXDatePicker.border [lazy] 1,1,1,1 false com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder [UI]
+ JXDatePicker.border [lazy] 3,3,3,3 false com.formdev.flatlaf.swingx.ui.FlatDatePickerBorder [UI]
- PasswordField.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
+ PasswordField.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
- ScrollPane.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatBorder [UI]
+ ScrollPane.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatBorder [UI]
- Spinner.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatRoundBorder [UI]
+ Spinner.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatRoundBorder [UI]
- Table.scrollPaneBorder [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatBorder [UI]
+ Table.scrollPaneBorder [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatBorder [UI]
- TextField.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
+ TextField.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatTextBorder [UI]
- ToggleButton.border [lazy] 1,1,1,1 false com.formdev.flatlaf.ui.FlatButtonBorder [UI]
+ ToggleButton.border [lazy] 3,3,3,3 false com.formdev.flatlaf.ui.FlatButtonBorder [UI]

View File

@@ -1,21 +0,0 @@
- OS Windows 10
+ OS Linux
- Button.defaultButtonFollowsFocus true
+ Button.defaultButtonFollowsFocus false
- ProgressBar.font [active] Segoe UI plain 10 javax.swing.plaf.FontUIResource [UI]
+ ProgressBar.font [active] Cantarell plain 13 javax.swing.plaf.FontUIResource [UI]
- ScrollBar.minimumThumbSize 10,10 javax.swing.plaf.DimensionUIResource [UI]
+ ScrollBar.minimumThumbSize 18,18 javax.swing.plaf.DimensionUIResource [UI]
- ScrollBar.thumbArc 0
+ ScrollBar.thumbArc 999
- ScrollBar.thumbInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
+ ScrollBar.thumbInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
- defaultFont Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
+ defaultFont Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]

View File

@@ -1,36 +0,0 @@
- OS Windows 10
+ OS Mac OS X
- Button.defaultButtonFollowsFocus true
+ Button.defaultButtonFollowsFocus false
+ ComboBox.showPopupOnNavigation true
- Menu.shortcutKeys length=1 [I
[0] 8
+ Menu.shortcutKeys length=1 [I
[0] 10
- MenuItem.acceleratorDelimiter -
+ MenuItem.acceleratorDelimiter
+ OptionPane.isYesLast true
- ProgressBar.font [active] Segoe UI plain 10 javax.swing.plaf.FontUIResource [UI]
+ ProgressBar.font [active] .SF NS Text plain 11 javax.swing.plaf.FontUIResource [UI]
- ScrollBar.hoverThumbWithTrack false
+ ScrollBar.hoverThumbWithTrack true
- ScrollBar.minimumThumbSize 10,10 javax.swing.plaf.DimensionUIResource [UI]
+ ScrollBar.minimumThumbSize 18,18 javax.swing.plaf.DimensionUIResource [UI]
- ScrollBar.thumbArc 0
+ ScrollBar.thumbArc 999
- ScrollBar.thumbInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
+ ScrollBar.thumbInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
- defaultFont Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
+ defaultFont .SF NS Text plain 13 javax.swing.plaf.FontUIResource [UI]

View File

@@ -1,926 +0,0 @@
Class com.formdev.flatlaf.FlatLightLaf
ID FlatLaf - FlatLaf Light
Name FlatLaf Light
Java 1.8.0_202
OS Mac OS X
#---- Button ----
Button.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 11 javax.swing.plaf.InputMapUIResource [UI]
DOWN selectNext
END endPassThrough
ENTER enterPressed
ESCAPE hidePopup
HOME homePassThrough
KP_DOWN selectNext
KP_UP selectPrevious
PAGE_DOWN pageDownPassThrough
PAGE_UP pageUpPassThrough
SPACE spacePopup
UP selectPrevious
#---- Desktop ----
Desktop.ancestorInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt F6 selectNextFrame
ctrl F10 maximize
ctrl F12 navigateNext
ctrl F4 close
ctrl F5 restore
ctrl F6 selectNextFrame
ctrl F7 move
ctrl F8 resize
ctrl F9 minimize
ctrl TAB selectNextFrame
DOWN down
ESCAPE escape
KP_DOWN down
KP_LEFT left
KP_RIGHT right
KP_UP up
LEFT left
RIGHT right
UP up
shift ctrl alt F6 selectPreviousFrame
shift ctrl F12 navigatePrevious
shift DOWN shrinkDown
shift KP_DOWN shrinkDown
shift KP_LEFT shrinkLeft
shift KP_RIGHT shrinkRight
shift KP_UP shrinkUp
shift LEFT shrinkLeft
shift RIGHT shrinkRight
shift UP shrinkUp
#---- EditorPane ----
EditorPane.focusInputMap [lazy] 83 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-down
ctrl P caret-up
ctrl V page-down
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta SPACE activate-link-action
meta T next-link-action
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end
ENTER insert-break
HOME caret-begin
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift alt DOWN selection-end-paragraph
shift alt KP_DOWN selection-end-paragraph
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt KP_UP selection-begin-paragraph
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift alt UP selection-begin-paragraph
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta T previous-link-action
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-down
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancelSelection
F5 refresh
#---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 70 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-end
ctrl P caret-begin
ctrl V caret-end
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN decrement
END caret-end
ENTER notify-field-accept
ESCAPE reset-field-edit
HOME caret-begin
KP_DOWN decrement
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP increment
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
UP increment
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta RIGHT selection-end-line
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-end-line
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-end-line
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-begin-line
shift LEFT selection-backward
shift RIGHT selection-forward
shift UP selection-begin-line
#---- List ----
List.focusInputMap.RightToLeft [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
List.focusInputMap [lazy] 27 javax.swing.plaf.InputMapUIResource [UI]
meta A selectAll
meta C copy
meta V paste
meta X cut
COPY copy
CUT cut
DOWN selectNextRow
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PASTE paste
RIGHT selectNextColumn
UP selectPreviousRow
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift HOME selectFirstRowExtendSelection
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift UP selectPreviousRowExtendSelection
#---- PasswordField ----
PasswordField.focusInputMap [lazy] 67 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT caret-begin-line
alt KP_RIGHT caret-end-line
alt LEFT caret-begin-line
alt RIGHT caret-end-line
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-end
ctrl P caret-begin
ctrl V caret-end
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-end-line
END caret-end
ENTER notify-field-accept
HOME caret-begin
KP_DOWN caret-end-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-begin-line
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
UP caret-begin-line
shift alt KP_LEFT selection-begin-line
shift alt KP_RIGHT selection-end-line
shift alt LEFT selection-begin-line
shift alt RIGHT selection-end-line
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta RIGHT selection-end-line
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-end-line
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-end-line
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-begin-line
shift LEFT selection-backward
shift RIGHT selection-forward
shift UP selection-begin-line
#---- PopupMenu ----
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=32 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] ctrl ENTER
[21] return
[22] SPACE
[23] return
[24] LEFT
[25] selectChild
[26] KP_LEFT
[27] selectChild
[28] RIGHT
[29] selectParent
[30] KP_RIGHT
[31] selectParent
PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] ctrl ENTER
[21] return
[22] SPACE
[23] return
#---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
CONTEXT_MENU postPopup
shift F10 postPopup
#---- ScrollBar ----
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
#---- ScrollPane ----
ScrollPane.ancestorInputMap.RightToLeft [lazy] 0 javax.swing.plaf.InputMapUIResource [UI]
ScrollPane.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN unitScrollDown
END scrollEnd
HOME scrollHome
KP_DOWN unitScrollDown
KP_LEFT unitScrollLeft
KP_RIGHT unitScrollRight
KP_UP unitScrollUp
LEFT unitScrollLeft
PAGE_DOWN scrollDown
PAGE_UP scrollUp
RIGHT unitScrollRight
UP unitScrollUp
#---- Slider ----
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN negativeUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN negativeUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP positiveUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN negativeBlockIncrement
PAGE_UP positiveBlockIncrement
RIGHT positiveUnitIncrement
UP positiveUnitIncrement
#---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
DOWN decrement
KP_DOWN decrement
KP_UP increment
UP increment
#---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl TAB focusOutForward
DOWN positiveIncrement
END selectMax
F6 toggleFocus
F8 startResize
HOME selectMin
KP_DOWN positiveIncrement
KP_LEFT negativeIncrement
KP_RIGHT positiveIncrement
KP_UP negativeIncrement
LEFT negativeIncrement
RIGHT positiveIncrement
UP negativeIncrement
shift ctrl TAB focusOutBackward
#---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN navigatePageDown
ctrl PAGE_UP navigatePageUp
ctrl TAB navigateNext
shift ctrl TAB navigatePrevious
TabbedPane.focusInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Table ----
Table.ancestorInputMap.RightToLeft [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN scrollLeftChangeSelection
ctrl PAGE_UP scrollRightChangeSelection
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl PAGE_DOWN scrollLeftExtendSelection
shift ctrl PAGE_UP scrollRightExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
Table.ancestorInputMap [lazy] 34 javax.swing.plaf.InputMapUIResource [UI]
alt TAB focusHeader
meta A selectAll
meta C copy
meta V paste
meta X cut
COPY copy
CUT cut
DOWN selectNextRow
ENTER selectNextRowCell
ESCAPE cancel
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PASTE paste
RIGHT selectNextColumn
TAB selectNextColumnCell
UP selectPreviousRow
shift alt TAB focusHeader
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift ENTER selectPreviousRowCell
shift HOME selectFirstRowExtendSelection
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift TAB selectPreviousColumnCell
shift UP selectPreviousRowExtendSelection
#---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT moveColumnLeft
alt KP_RIGHT moveColumnRight
alt LEFT moveColumnLeft
alt RIGHT moveColumnRight
ESCAPE focusTable
KP_LEFT selectColumnToLeft
KP_RIGHT selectColumnToRight
LEFT selectColumnToLeft
RIGHT selectColumnToRight
SPACE toggleSortOrder
shift alt KP_LEFT resizeLeft
shift alt KP_RIGHT resizeRight
shift alt LEFT resizeLeft
shift alt RIGHT resizeRight
#---- TextArea ----
TextArea.focusInputMap [lazy] 83 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-down
ctrl P caret-up
ctrl V page-down
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta SPACE activate-link-action
meta T next-link-action
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end
ENTER insert-break
HOME caret-begin
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift alt DOWN selection-end-paragraph
shift alt KP_DOWN selection-end-paragraph
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt KP_UP selection-begin-paragraph
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift alt UP selection-begin-paragraph
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta T previous-link-action
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-down
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- TextField ----
TextField.focusInputMap [lazy] 69 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-end
ctrl P caret-begin
ctrl V caret-end
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-end-line
END caret-end
ENTER notify-field-accept
HOME caret-begin
KP_DOWN caret-end-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-begin-line
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
UP caret-begin-line
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta RIGHT selection-end-line
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-end-line
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-end-line
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-begin-line
shift LEFT selection-backward
shift RIGHT selection-forward
shift UP selection-begin-line
#---- TextPane ----
TextPane.focusInputMap [lazy] 83 javax.swing.plaf.InputMapUIResource [UI]
alt BACK_SPACE delete-previous-word
alt DELETE delete-next-word
alt KP_LEFT caret-previous-word
alt KP_RIGHT caret-next-word
alt LEFT caret-previous-word
alt RIGHT caret-next-word
ctrl A caret-begin-line
ctrl B caret-backward
ctrl D delete-next
ctrl E caret-end-line
ctrl F caret-forward
ctrl H delete-previous
ctrl N caret-down
ctrl P caret-up
ctrl V page-down
ctrl W delete-previous-word
meta A select-all
meta BACK_SLASH unselect
meta C copy-to-clipboard
meta DOWN caret-end
meta KP_DOWN caret-end
meta KP_LEFT caret-begin-line
meta KP_RIGHT caret-end-line
meta KP_UP caret-begin
meta LEFT caret-begin-line
meta RIGHT caret-end-line
meta SPACE activate-link-action
meta T next-link-action
meta UP caret-begin
meta V paste-from-clipboard
meta X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end
ENTER insert-break
HOME caret-begin
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift alt DOWN selection-end-paragraph
shift alt KP_DOWN selection-end-paragraph
shift alt KP_LEFT selection-previous-word
shift alt KP_RIGHT selection-next-word
shift alt KP_UP selection-begin-paragraph
shift alt LEFT selection-previous-word
shift alt RIGHT selection-next-word
shift alt UP selection-begin-paragraph
shift ctrl O toggle-componentOrientation
shift meta DOWN selection-end
shift meta KP_DOWN selection-end
shift meta KP_LEFT selection-begin-line
shift meta KP_RIGHT selection-end-line
shift meta KP_UP selection-begin
shift meta LEFT selection-begin-line
shift meta PAGE_DOWN selection-page-right
shift meta PAGE_UP selection-page-left
shift meta RIGHT selection-end-line
shift meta T previous-link-action
shift meta UP selection-begin
shift BACK_SPACE delete-previous
shift DOWN selection-down
shift END selection-end
shift HOME selection-begin
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancel
Tree.focusInputMap.RightToLeft [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT selectChild
alt KP_RIGHT selectParent
alt LEFT selectChild
alt RIGHT selectParent
KP_LEFT selectChild
KP_RIGHT selectParent
LEFT selectChild
RIGHT selectParent
shift KP_LEFT selectChild
shift KP_RIGHT selectParent
shift LEFT selectChild
shift RIGHT selectParent
Tree.focusInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT selectParent
alt KP_RIGHT selectChild
alt LEFT selectParent
alt RIGHT selectChild
meta A selectAll
meta C copy
meta V paste
meta X cut
COPY copy
CUT cut
DOWN selectNext
KP_DOWN selectNext
KP_LEFT selectParent
KP_RIGHT selectChild
KP_UP selectPrevious
LEFT selectParent
PASTE paste
RIGHT selectChild
UP selectPrevious
shift DOWN selectNextExtendSelection
shift END selectLastExtendSelection
shift HOME selectFirstExtendSelection
shift KP_DOWN selectNextExtendSelection
shift KP_LEFT selectParent
shift KP_RIGHT selectChild
shift KP_UP selectPreviousExtendSelection
shift LEFT selectParent
shift RIGHT selectChild
shift UP selectPreviousExtendSelection

View File

@@ -1,900 +0,0 @@
Class com.formdev.flatlaf.FlatLightLaf
ID FlatLaf - FlatLaf Light
Name FlatLaf Light
Java 1.8.0_202
OS Windows 10
#---- Button ----
Button.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 15 javax.swing.plaf.InputMapUIResource [UI]
alt DOWN togglePopup
alt KP_DOWN togglePopup
alt KP_UP togglePopup
alt UP togglePopup
DOWN selectNext2
END endPassThrough
ENTER enterPressed
ESCAPE hidePopup
HOME homePassThrough
KP_DOWN selectNext2
KP_UP selectPrevious2
PAGE_DOWN pageDownPassThrough
PAGE_UP pageUpPassThrough
SPACE spacePopup
UP selectPrevious2
#---- Desktop ----
Desktop.ancestorInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt F6 selectNextFrame
ctrl F10 maximize
ctrl F12 navigateNext
ctrl F4 close
ctrl F5 restore
ctrl F6 selectNextFrame
ctrl F7 move
ctrl F8 resize
ctrl F9 minimize
ctrl TAB selectNextFrame
DOWN down
ESCAPE escape
KP_DOWN down
KP_LEFT left
KP_RIGHT right
KP_UP up
LEFT left
RIGHT right
UP up
shift ctrl alt F6 selectPreviousFrame
shift ctrl F12 navigatePrevious
shift DOWN shrinkDown
shift KP_DOWN shrinkDown
shift KP_LEFT shrinkLeft
shift KP_RIGHT shrinkRight
shift KP_UP shrinkUp
shift LEFT shrinkLeft
shift RIGHT shrinkRight
shift UP shrinkUp
#---- EditorPane ----
EditorPane.focusInputMap [lazy] 61 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
BACK_SPACE Go Up
ESCAPE cancelSelection
F2 editFileName
F5 refresh
#---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 44 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN decrement
END caret-end-line
ENTER notify-field-accept
ESCAPE reset-field-edit
HOME caret-begin-line
KP_DOWN decrement
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP increment
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
UP increment
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- List ----
List.focusInputMap.RightToLeft [lazy] 16 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
List.focusInputMap [lazy] 64 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRowChangeLead
ctrl HOME selectFirstRowChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastRow
HOME selectFirstRow
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDown
PAGE_UP scrollUp
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift HOME selectFirstRowExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift UP selectPreviousRowExtendSelection
#---- PasswordField ----
PasswordField.focusInputMap [lazy] 37 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl C copy-to-clipboard
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-begin-line
ctrl KP_RIGHT caret-end-line
ctrl LEFT caret-begin-line
ctrl RIGHT caret-end-line
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl KP_LEFT selection-begin-line
shift ctrl KP_RIGHT selection-end-line
shift ctrl LEFT selection-begin-line
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-end-line
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- PopupMenu ----
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=32 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] ctrl ENTER
[21] return
[22] SPACE
[23] return
[24] LEFT
[25] selectChild
[26] KP_LEFT
[27] selectChild
[28] RIGHT
[29] selectParent
[30] KP_RIGHT
[31] selectParent
PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] ctrl ENTER
[21] return
[22] SPACE
[23] return
#---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
CONTEXT_MENU postPopup
shift F10 postPopup
#---- ScrollBar ----
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
#---- ScrollPane ----
ScrollPane.ancestorInputMap.RightToLeft [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN scrollLeft
ctrl PAGE_UP scrollRight
ScrollPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl END scrollEnd
ctrl HOME scrollHome
ctrl PAGE_DOWN scrollRight
ctrl PAGE_UP scrollLeft
DOWN unitScrollDown
KP_DOWN unitScrollDown
KP_LEFT unitScrollLeft
KP_RIGHT unitScrollRight
KP_UP unitScrollUp
LEFT unitScrollLeft
PAGE_DOWN scrollDown
PAGE_UP scrollUp
RIGHT unitScrollRight
UP unitScrollUp
#---- Slider ----
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN negativeUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN negativeUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP positiveUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN negativeBlockIncrement
PAGE_UP positiveBlockIncrement
RIGHT positiveUnitIncrement
UP positiveUnitIncrement
#---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
DOWN decrement
KP_DOWN decrement
KP_UP increment
UP increment
#---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl TAB focusOutForward
DOWN positiveIncrement
END selectMax
F6 toggleFocus
F8 startResize
HOME selectMin
KP_DOWN positiveIncrement
KP_LEFT negativeIncrement
KP_RIGHT positiveIncrement
KP_UP negativeIncrement
LEFT negativeIncrement
RIGHT positiveIncrement
UP negativeIncrement
shift ctrl TAB focusOutBackward
#---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_UP requestFocus
ctrl PAGE_DOWN navigatePageDown
ctrl PAGE_UP navigatePageUp
ctrl TAB navigateNext
ctrl UP requestFocus
shift ctrl TAB navigatePrevious
TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
ctrl DOWN requestFocusForVisibleComponent
ctrl KP_DOWN requestFocusForVisibleComponent
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Table ----
Table.ancestorInputMap.RightToLeft [lazy] 20 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl PAGE_DOWN scrollLeftChangeSelection
ctrl PAGE_UP scrollRightChangeSelection
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl PAGE_DOWN scrollLeftExtendSelection
shift ctrl PAGE_UP scrollRightExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
Table.ancestorInputMap [lazy] 71 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastColumn
ctrl HOME selectFirstColumn
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollRightChangeSelection
ctrl PAGE_UP scrollLeftChangeSelection
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastRow
ENTER selectNextRowCell
ESCAPE cancel
F2 startEditing
F8 focusHeader
HOME selectFirstRow
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
TAB selectNextColumnCell
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastColumnExtendSelection
shift ctrl HOME selectFirstColumnExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollRightExtendSelection
shift ctrl PAGE_UP scrollLeftExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift ENTER selectPreviousRowCell
shift HOME selectFirstRowExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift TAB selectPreviousColumnCell
shift UP selectPreviousRowExtendSelection
#---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT moveColumnLeft
alt KP_RIGHT moveColumnRight
alt LEFT moveColumnLeft
alt RIGHT moveColumnRight
ESCAPE focusTable
KP_LEFT selectColumnToLeft
KP_RIGHT selectColumnToRight
LEFT selectColumnToLeft
RIGHT selectColumnToRight
SPACE toggleSortOrder
shift alt KP_LEFT resizeLeft
shift alt KP_RIGHT resizeRight
shift alt LEFT resizeLeft
shift alt RIGHT resizeRight
#---- TextArea ----
TextArea.focusInputMap [lazy] 61 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- TextField ----
TextField.focusInputMap [lazy] 39 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- TextPane ----
TextPane.focusInputMap [lazy] 61 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancel
Tree.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT selectChild
KP_RIGHT selectParent
LEFT selectChild
RIGHT selectParent
Tree.focusInputMap [lazy] 59 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextChangeLead
ctrl END selectLastChangeLead
ctrl HOME selectFirstChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextChangeLead
ctrl KP_LEFT scrollLeft
ctrl KP_RIGHT scrollRight
ctrl KP_UP selectPreviousChangeLead
ctrl LEFT scrollLeft
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT scrollRight
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousChangeLead
ctrl V paste
ctrl X cut
ADD expand
COPY copy
CUT cut
DOWN selectNext
END selectLast
F2 startEditing
HOME selectFirst
KP_DOWN selectNext
KP_LEFT selectParent
KP_RIGHT selectChild
KP_UP selectPrevious
LEFT selectParent
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectChild
SPACE addToSelection
SUBTRACT collapse
UP selectPrevious
shift ctrl DOWN selectNextExtendSelection
shift ctrl END selectLastExtendSelection
shift ctrl HOME selectFirstExtendSelection
shift ctrl KP_DOWN selectNextExtendSelection
shift ctrl KP_UP selectPreviousExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousExtendSelection
shift DELETE cut
shift DOWN selectNextExtendSelection
shift END selectLastExtendSelection
shift HOME selectFirstExtendSelection
shift INSERT paste
shift KP_DOWN selectNextExtendSelection
shift KP_UP selectPreviousExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift SPACE extendTo
shift UP selectPreviousExtendSelection

View File

@@ -1,860 +0,0 @@
Class com.sun.java.swing.plaf.gtk.GTKLookAndFeel
ID GTK
Name GTK look and feel
Java 1.8.0_202
OS Linux
#---- ----
AATextInfoPropertyKey [unknown type] sun.swing.SwingUtilities2$AATextInfo
#---- ArrowButton ----
ArrowButton.size 13
ArrowButtonUI javax.swing.plaf.synth.SynthLookAndFeel
#---- AuditoryCues ----
AuditoryCues.allAuditoryCues length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.cueList length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.noAuditoryCues length=1 [Ljava.lang.Object;
[0] mute
#---- Button ----
Button.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Button.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,3,3,3 false javax.swing.plaf.basic.BasicBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Button.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
Button.defaultButtonFollowsFocus false
Button.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
Button.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Button.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.light #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Button.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Button.shadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
Button.textIconGap 4
Button.textShiftOffset 0
ButtonUI javax.swing.plaf.synth.SynthLookAndFeel
#---- CheckBox ----
CheckBox.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBox.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon [lazy] 13,13 com.sun.java.swing.plaf.gtk.GTKIconFactory$DelegatingIcon [UI]
CheckBox.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
CheckBox.textIconGap 4
CheckBox.textShiftOffset 0
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground #2e3436 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.alignAcceleratorText false
CheckBoxMenuItem.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBoxMenuItem.borderPainted false
CheckBoxMenuItem.checkIcon [lazy] 13,13 com.sun.java.swing.plaf.gtk.GTKIconFactory$DelegatingIcon [UI]
CheckBoxMenuItem.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground #2e3436 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItemUI javax.swing.plaf.synth.SynthLookAndFeel
#---- CheckBox ----
CheckBoxUI javax.swing.plaf.synth.SynthLookAndFeel
#---- ColorChooser ----
ColorChooser.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.panels [active] length=1 [Ljavax.swing.colorchooser.AbstractColorChooserPanel;
[0] [unknown type] com.sun.java.swing.plaf.gtk.GTKColorChooserPanel
ColorChooser.showPreviewPanelText false
ColorChooser.swatchesDefaultRecentColor #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesRecentSwatchSize 10,10 java.awt.Dimension
ColorChooser.swatchesSwatchSize 10,10 java.awt.Dimension
ColorChooserUI javax.swing.plaf.synth.SynthLookAndFeel
#---- ComboBox ----
ComboBox.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonBackground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonDarkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground #8b8e8f javax.swing.plaf.ColorUIResource [UI]
ComboBox.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup true
ComboBox.noActionOnKeyNavigation false
ComboBox.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
ComboBox.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.timeFactor 1000
ComboBoxUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Desktop ----
Desktop.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Desktop.minOnScreenInsets 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
#---- DesktopIcon ----
DesktopIcon.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #e8e8e7 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
DesktopIconUI javax.swing.plaf.synth.SynthLookAndFeel
#---- DesktopPane ----
DesktopPaneUI javax.swing.plaf.synth.SynthLookAndFeel
#---- EditorPane ----
EditorPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
EditorPane.caretAspectRatio 0.025
EditorPane.caretBlinkRate 1200
EditorPane.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveForeground #8b8e8f javax.swing.plaf.ColorUIResource [UI]
EditorPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
EditorPane.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
EditorPane.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPaneUI javax.swing.plaf.synth.SynthLookAndFeel
#---- FileChooser ----
FileChooser.detailsViewIcon [lazy] null
FileChooser.homeFolderIcon [lazy] null
FileChooser.listViewIcon [lazy] null
FileChooser.newFolderIcon [lazy] null
FileChooser.readOnly false
FileChooser.upFolderIcon [lazy] null
FileChooser.useSystemExtensionHiding false
FileChooser.usesSingleFilePane false
FileChooserUI com.sun.java.swing.plaf.gtk.GTKLookAndFeel
#---- FileView ----
FileView.computerIcon [lazy] null
FileView.directoryIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.fileIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.floppyDriveIcon [lazy] null
FileView.hardDriveIcon [lazy] null
#---- FormattedTextField ----
FormattedTextField.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
FormattedTextField.caretAspectRatio 0.025
FormattedTextField.caretBlinkRate 1200
FormattedTextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveBackground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #8b8e8f javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
FormattedTextField.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextFieldUI javax.swing.plaf.synth.SynthLookAndFeel
#---- InternalFrame ----
InternalFrame.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #e8e8e7 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
InternalFrame.borderColor #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderDarkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderLight #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderShadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.closeIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.icon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
InternalFrame.iconifyIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.layoutTitlePaneAtOrigin true
InternalFrame.maximizeIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.minimizeIcon [lazy] 14,16 javax.swing.plaf.basic.BasicIconFactory$EmptyFrameIcon
InternalFrame.titleFont [lazy] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
InternalFrame.useTaskBar true
InternalFrame.windowBindings length=6 [Ljava.lang.Object;
[0] shift ESCAPE
[1] showSystemMenu
[2] ctrl SPACE
[3] showSystemMenu
[4] ESCAPE
[5] hideSystemMenu
#---- InternalFrameTitlePane ----
InternalFrameTitlePane.titlePaneLayout [lazy] [unknown type] com.sun.java.swing.plaf.gtk.Metacity$TitlePaneLayout
InternalFrameTitlePaneUI javax.swing.plaf.synth.SynthLookAndFeel
#---- InternalFrame ----
InternalFrameUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Label ----
Label.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
Label.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
Label.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
LabelUI javax.swing.plaf.synth.SynthLookAndFeel
#---- List ----
List.background #ffffff javax.swing.plaf.ColorUIResource [UI]
List.cellRenderer [active] javax.swing.DefaultListCellRenderer$UIResource [UI]
List.dropLineColor #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
List.focusCellHighlightBorder [lazy] 0,0,0,0 true com.sun.java.swing.plaf.gtk.GTKPainter$ListTableFocusBorder [UI]
List.focusSelectedCellHighlightBorder [lazy] 0,0,0,0 true com.sun.java.swing.plaf.gtk.GTKPainter$ListTableFocusBorder [UI]
List.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
List.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
List.noFocusBorder [lazy] 0,0,0,0 true com.sun.java.swing.plaf.gtk.GTKPainter$ListTableFocusBorder [UI]
List.rendererUseUIBorder false
List.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
List.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
List.timeFactor 1000
ListUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Menu ----
Menu.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground #2e3436 javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.alignAcceleratorText false
Menu.arrowIcon [lazy] 13,13 com.sun.java.swing.plaf.gtk.GTKIconFactory$MenuArrowIcon [UI]
Menu.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Menu.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Menu.borderPainted false
Menu.cancelMode hideMenuTree
Menu.crossMenuMnemonic true
Menu.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
Menu.foreground #2e3436 javax.swing.plaf.ColorUIResource [UI]
Menu.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Menu.menuPopupOffsetX 0
Menu.menuPopupOffsetY 0
Menu.preserveTopLevelSelection false
Menu.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
Menu.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.shortcutKeys length=1 [I
[0] 8
Menu.submenuPopupOffsetX 0
Menu.submenuPopupOffsetY 0
Menu.useMenuBarForTopLevelMenus true
#---- MenuBar ----
MenuBar.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
MenuBar.border [lazy] 0,0,2,0 false javax.swing.plaf.basic.BasicBorders$MenuBarBorder [UI]
MenuBar.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground #2e3436 javax.swing.plaf.ColorUIResource [UI]
MenuBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.shadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus
MenuBarUI javax.swing.plaf.synth.SynthLookAndFeel
#---- MenuItem ----
MenuItem.acceleratorDelimiter +
MenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground #2e3436 javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItem.alignAcceleratorText false
MenuItem.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
MenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
MenuItem.borderPainted false
MenuItem.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground #2e3436 javax.swing.plaf.ColorUIResource [UI]
MenuItem.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
MenuItem.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItemUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Menu ----
MenuUI javax.swing.plaf.synth.SynthLookAndFeel
#---- OptionPane ----
OptionPane.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 10,10,12,10 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonAreaBorder [lazy] 6,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonClickThreshhold 500
OptionPane.buttonOrientation 4
OptionPane.buttonPadding 10
OptionPane.errorIcon [lazy] null
OptionPane.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.informationIcon [lazy] null
OptionPane.isYesLast true
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.messageForeground #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.questionIcon [lazy] null
OptionPane.sameSizeButtons true
OptionPane.setButtonMargin false
OptionPane.warningIcon [lazy] null
OptionPane.windowBindings length=2 [Ljava.lang.Object;
[0] ESCAPE
[1] close
OptionPaneUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Panel ----
Panel.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Panel.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
Panel.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
PanelUI javax.swing.plaf.synth.SynthLookAndFeel
#---- PasswordField ----
PasswordField.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
PasswordField.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
PasswordField.caretAspectRatio 0.025
PasswordField.caretBlinkRate 1200
PasswordField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.echoChar '*'
PasswordField.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveBackground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground #8b8e8f javax.swing.plaf.ColorUIResource [UI]
PasswordField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
PasswordField.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
PasswordField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordFieldUI javax.swing.plaf.synth.SynthLookAndFeel
#---- PopupMenu ----
PopupMenu.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #e8e8e7 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
PopupMenu.consumeEventOnClose true
PopupMenu.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground #2e3436 javax.swing.plaf.ColorUIResource [UI]
#---- PopupMenuSeparator ----
PopupMenuSeparatorUI javax.swing.plaf.synth.SynthLookAndFeel
#---- PopupMenu ----
PopupMenuUI javax.swing.plaf.synth.SynthLookAndFeel
#---- ProgressBar ----
ProgressBar.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.border [lazy] line: #00ff00 java.awt.Color 2 false 2,2,2,2 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ProgressBar.cellLength 1
ProgressBar.cellSpacing 0
ProgressBar.cycleTime 3000
ProgressBar.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 148,18 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.repaintInterval 50
ProgressBar.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.selectionForeground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.verticalSize 20,78 javax.swing.plaf.DimensionUIResource [UI]
ProgressBarUI javax.swing.plaf.synth.SynthLookAndFeel
#---- RadioButton ----
RadioButton.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButton.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon [lazy] 13,13 com.sun.java.swing.plaf.gtk.GTKIconFactory$DelegatingIcon [UI]
RadioButton.light #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
RadioButton.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
RadioButton.shadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
RadioButton.textIconGap 4
RadioButton.textShiftOffset 0
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground #2e3436 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.alignAcceleratorText false
RadioButtonMenuItem.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButtonMenuItem.borderPainted false
RadioButtonMenuItem.checkIcon [lazy] 13,13 com.sun.java.swing.plaf.gtk.GTKIconFactory$DelegatingIcon [UI]
RadioButtonMenuItem.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground #2e3436 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItemUI javax.swing.plaf.synth.SynthLookAndFeel
#---- RadioButton ----
RadioButtonUI javax.swing.plaf.synth.SynthLookAndFeel
#---- RootPane ----
RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[0] ENTER
[1] press
[2] released ENTER
[3] release
[4] ctrl ENTER
[5] press
[6] ctrl released ENTER
[7] release
RootPaneUI javax.swing.plaf.synth.SynthLookAndFeel
#---- ScrollBar ----
ScrollBar.allowsAbsolutePositioning true
ScrollBar.alwaysShowThumb true
ScrollBar.background #e0e0e0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.foreground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.maximumThumbSize 4096,4096 java.awt.Dimension
ScrollBar.minimumThumbSize 8,8 java.awt.Dimension
ScrollBar.squareButtons false
ScrollBar.thumb #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbDarkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbHeight 14
ScrollBar.thumbHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbShadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.track #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlight #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.width 16
ScrollBarUI javax.swing.plaf.synth.SynthLookAndFeel
#---- ScrollPane ----
ScrollPane.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
ScrollPane.fillLowerCorner true
ScrollPane.fillUpperCorner true
ScrollPane.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollPaneUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Separator ----
Separator.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.foreground #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
Separator.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.insets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Separator.shadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
Separator.thickness 2
SeparatorUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Slider ----
Slider.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Slider.focus #000000 javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Slider.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Slider.foreground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension
Slider.minimumHorizontalSize 36,21 java.awt.Dimension
Slider.minimumVerticalSize 21,36 java.awt.Dimension
Slider.onlyLeftMouseButtonDrag false
Slider.paintValue true
Slider.shadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
Slider.thumbHeight 14
Slider.thumbWidth 30
Slider.tickColor #000000 java.awt.Color
Slider.verticalSize 21,200 java.awt.Dimension
SliderUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Spinner ----
Spinner.arrowButtonSize 16,5 java.awt.Dimension
Spinner.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Spinner.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
Spinner.disableOnBoundaryValues true
Spinner.editorAlignment 10
Spinner.editorBorderPainted false
Spinner.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
SpinnerUI javax.swing.plaf.synth.SynthLookAndFeel
#---- SplitPane ----
SplitPane.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
SplitPane.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneBorder [UI]
SplitPane.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerSize 7
SplitPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
SplitPane.oneTouchButtonSize 5
SplitPane.oneTouchOffset 2
SplitPane.shadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
SplitPane.size 7
SplitPane.supportsOneTouchButtons false
#---- SplitPaneDivider ----
SplitPaneDivider.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder [UI]
SplitPaneDivider.draggingColor #404040 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPane ----
SplitPaneUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Synth ----
Synth.doNotSetTextAA true
#---- TabbedPane ----
TabbedPane.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentBorderInsets 2,2,3,3 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.contentOpaque true
TabbedPane.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.isTabRollover false
TabbedPane.labelShift 3
TabbedPane.light #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectedLabelShift 3
TabbedPane.selectedTabPadInsets 2,2,0,1 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.selectionFollowsFocus true
TabbedPane.shadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaInsets 3,2,0,2 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabInsets 0,4,1,4 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabRunOverlay 2
TabbedPane.tabsOpaque true
TabbedPane.tabsOverlapBorder false
TabbedPane.textIconGap 4
TabbedPaneUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Table ----
Table.ascendingSortIcon [lazy] 13,13 com.sun.java.swing.plaf.gtk.GTKIconFactory$DelegatingIcon [UI]
Table.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.descendingSortIcon [lazy] 13,13 com.sun.java.swing.plaf.gtk.GTKIconFactory$DelegatingIcon [UI]
Table.dropLineColor #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
Table.dropLineShortColor #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellBackground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground #2e3436 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] 0,0,0,0 true com.sun.java.swing.plaf.gtk.GTKPainter$ListTableFocusBorder [UI]
Table.focusSelectedCellHighlightBorder [lazy] 0,0,0,0 true com.sun.java.swing.plaf.gtk.GTKPainter$ListTableFocusBorder [UI]
Table.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
Table.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Table.gridColor #808080 javax.swing.plaf.ColorUIResource [UI]
Table.scrollPaneBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
Table.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
Table.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.sortIconColor #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
#---- TableHeader ----
TableHeader.alignSorterArrow true
TableHeader.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$BevelBorderUIResource [UI]
TableHeader.focusCellBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
TableHeader.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TableHeaderUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Table ----
TableUI javax.swing.plaf.synth.SynthLookAndFeel
#---- TextArea ----
TextArea.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
TextArea.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextArea.caretAspectRatio 0.025
TextArea.caretBlinkRate 1200
TextArea.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveForeground #8b8e8f javax.swing.plaf.ColorUIResource [UI]
TextArea.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextArea.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
TextArea.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
TextAreaUI javax.swing.plaf.synth.SynthLookAndFeel
#---- TextField ----
TextField.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
TextField.border [lazy] 2,2,2,2 false javax.swing.plaf.basic.BasicBorders$FieldBorder [UI]
TextField.caretAspectRatio 0.025
TextField.caretBlinkRate 1200
TextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
TextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveForeground #8b8e8f javax.swing.plaf.ColorUIResource [UI]
TextField.light #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
TextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextField.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
TextField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.shadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
TextFieldUI javax.swing.plaf.synth.SynthLookAndFeel
#---- TextPane ----
TextPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextPane.caretAspectRatio 0.025
TextPane.caretBlinkRate 1200
TextPane.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveForeground #8b8e8f javax.swing.plaf.ColorUIResource [UI]
TextPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
TextPane.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
TextPane.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPaneUI javax.swing.plaf.synth.SynthLookAndFeel
#---- TitledBorder ----
TitledBorder.border [lazy] 1,1,1,1 true com.sun.java.swing.plaf.gtk.GTKPainter$TitledBorder [UI]
TitledBorder.font Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToggleButton ----
ToggleButton.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$ToggleButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
ToggleButton.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.light #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
ToggleButton.shadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.textIconGap 4
ToggleButton.textShiftOffset 0
ToggleButtonUI javax.swing.plaf.synth.SynthLookAndFeel
#---- ToolBar ----
ToolBar.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ToolBar.border [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$EtchedBorderUIResource [UI]
ToolBar.darkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingBackground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #ff0000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.handleIcon [active] 10,10 com.sun.java.swing.plaf.gtk.GTKIconFactory$ToolBarHandleIcon [UI]
ToolBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.light #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ToolBar.separatorSize 10,10 javax.swing.plaf.DimensionUIResource [UI]
ToolBar.shadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
#---- ToolBarSeparator ----
ToolBarSeparatorUI javax.swing.plaf.synth.SynthLookAndFeel
#---- ToolBar ----
ToolBarUI javax.swing.plaf.synth.SynthLookAndFeel
#---- ToolTip ----
ToolTip.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToolTipManager ----
ToolTipManager.enableToolTipMode allWindows
#---- ToolTip ----
ToolTipUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Tree ----
Tree.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.changeSelectionWithFocus true
Tree.collapsedIcon [lazy] 13,13 com.sun.java.swing.plaf.gtk.GTKIconFactory$SynthExpanderIcon [UI]
Tree.drawHorizontalLines false
Tree.drawVerticalLines false
Tree.drawsFocusBorder true
Tree.drawsFocusBorderAroundIcon false
Tree.dropLineColor #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.expandedIcon [lazy] 13,13 com.sun.java.swing.plaf.gtk.GTKIconFactory$SynthExpanderIcon [UI]
Tree.expanderSize 10
Tree.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
Tree.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.hash #808080 javax.swing.plaf.ColorUIResource [UI]
Tree.leftChildIndent 2
Tree.lineTypeDashed false
Tree.padding 4
Tree.paintLines true
Tree.repaintWholeRow true
Tree.rightChildIndent 12
Tree.rowHeight -1
Tree.scrollsHorizontallyAndVertically false
Tree.scrollsOnExpand false
Tree.selectionBackground #4a90d9 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionBorderColor #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textForeground #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.timeFactor 1000
TreeUI javax.swing.plaf.synth.SynthLookAndFeel
#---- Viewport ----
Viewport.background #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
Viewport.font [lazy] Cantarell plain 15 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ViewportUI javax.swing.plaf.synth.SynthLookAndFeel
#---- ----
black #000000 javax.swing.plaf.ColorUIResource [UI]
caretColor #000000 javax.swing.plaf.ColorUIResource [UI]
control #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
controlDkShadow #000000 javax.swing.plaf.ColorUIResource [UI]
controlHighlight #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
controlLtHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlShadow #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
controlText #000000 javax.swing.plaf.ColorUIResource [UI]
dark #a4a4a1 javax.swing.plaf.ColorUIResource [UI]
desktop #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
#---- html ----
html.missingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
html.pendingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- ----
info #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
infoText #000000 javax.swing.plaf.ColorUIResource [UI]
light #ffffff javax.swing.plaf.ColorUIResource [UI]
menu #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
menuText #2e3436 javax.swing.plaf.ColorUIResource [UI]
mid #d2d2d0 javax.swing.plaf.ColorUIResource [UI]
scrollbar #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
text #ffffff javax.swing.plaf.ColorUIResource [UI]
textHighlight #4a90d9 javax.swing.plaf.ColorUIResource [UI]
textHighlightText #ffffff javax.swing.plaf.ColorUIResource [UI]
textInactiveText #8b8e8f javax.swing.plaf.ColorUIResource [UI]
textText #000000 javax.swing.plaf.ColorUIResource [UI]
white #ffffff javax.swing.plaf.ColorUIResource [UI]
window #e8e8e7 javax.swing.plaf.ColorUIResource [UI]
windowText #000000 javax.swing.plaf.ColorUIResource [UI]

View File

@@ -1,874 +0,0 @@
Class com.sun.java.swing.plaf.gtk.GTKLookAndFeel
ID GTK
Name GTK look and feel
Java 1.8.0_202
OS Linux
#---- Button ----
Button.focusInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
ENTER pressed
SPACE pressed
released ENTER released
released SPACE released
#---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 15 javax.swing.plaf.InputMapUIResource [UI]
alt DOWN togglePopup
alt KP_DOWN togglePopup
alt KP_UP togglePopup
alt UP togglePopup
DOWN selectNext
END endPassThrough
ENTER enterPressed
ESCAPE hidePopup
HOME homePassThrough
KP_DOWN selectNext
KP_UP selectPrevious
PAGE_DOWN pageDownPassThrough
PAGE_UP pageUpPassThrough
SPACE spacePopup
UP selectPrevious
#---- Desktop ----
Desktop.ancestorInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt F6 selectNextFrame
ctrl F10 maximize
ctrl F12 navigateNext
ctrl F4 close
ctrl F5 restore
ctrl F6 selectNextFrame
ctrl F7 move
ctrl F8 resize
ctrl F9 minimize
ctrl TAB selectNextFrame
DOWN down
ESCAPE escape
KP_DOWN down
KP_LEFT left
KP_RIGHT right
KP_UP up
LEFT left
RIGHT right
UP up
shift ctrl alt F6 selectPreviousFrame
shift ctrl F12 navigatePrevious
shift DOWN shrinkDown
shift KP_DOWN shrinkDown
shift KP_LEFT shrinkLeft
shift KP_RIGHT shrinkRight
shift KP_UP shrinkUp
shift LEFT shrinkLeft
shift RIGHT shrinkRight
shift UP shrinkUp
#---- EditorPane ----
EditorPane.focusInputMap [lazy] 61 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ctrl ENTER approveSelection
ESCAPE cancelSelection
#---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 44 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN decrement
END caret-end-line
ENTER notify-field-accept
ESCAPE reset-field-edit
HOME caret-begin-line
KP_DOWN decrement
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP increment
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
UP increment
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- List ----
List.focusInputMap.RightToLeft [lazy] 16 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
List.focusInputMap [lazy] 64 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRowChangeLead
ctrl HOME selectFirstRowChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastRow
HOME selectFirstRow
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDown
PAGE_UP scrollUp
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift HOME selectFirstRowExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift UP selectPreviousRowExtendSelection
#---- PasswordField ----
PasswordField.focusInputMap [lazy] 37 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl C copy-to-clipboard
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-begin-line
ctrl KP_RIGHT caret-end-line
ctrl LEFT caret-begin-line
ctrl RIGHT caret-end-line
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl KP_LEFT selection-begin-line
shift ctrl KP_RIGHT selection-end-line
shift ctrl LEFT selection-begin-line
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-end-line
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- PopupMenu ----
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=8 [Ljava.lang.Object;
[0] LEFT
[1] selectChild
[2] KP_LEFT
[3] selectChild
[4] RIGHT
[5] selectParent
[6] KP_RIGHT
[7] selectParent
PopupMenu.selectedWindowInputMapBindings length=22 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] SPACE
[21] return
#---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
CONTEXT_MENU postPopup
shift F10 postPopup
#---- ScrollBar ----
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
#---- ScrollPane ----
ScrollPane.ancestorInputMap.RightToLeft [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN scrollLeft
ctrl PAGE_UP scrollRight
ScrollPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl END scrollEnd
ctrl HOME scrollHome
ctrl PAGE_DOWN scrollRight
ctrl PAGE_UP scrollLeft
DOWN unitScrollDown
KP_DOWN unitScrollDown
KP_LEFT unitScrollLeft
KP_RIGHT unitScrollRight
KP_UP unitScrollUp
LEFT unitScrollLeft
PAGE_DOWN scrollDown
PAGE_UP scrollUp
RIGHT unitScrollRight
UP unitScrollUp
#---- Slider ----
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN negativeUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN negativeUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP positiveUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN negativeBlockIncrement
PAGE_UP positiveBlockIncrement
RIGHT positiveUnitIncrement
UP positiveUnitIncrement
#---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
DOWN decrement
KP_DOWN decrement
KP_UP increment
UP increment
#---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl TAB focusOutForward
DOWN positiveIncrement
END selectMax
F6 toggleFocus
F8 startResize
HOME selectMin
KP_DOWN positiveIncrement
KP_LEFT negativeIncrement
KP_RIGHT positiveIncrement
KP_UP negativeIncrement
LEFT negativeIncrement
RIGHT positiveIncrement
UP negativeIncrement
shift ctrl TAB focusOutBackward
#---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_UP requestFocus
ctrl PAGE_DOWN navigatePageDown
ctrl PAGE_UP navigatePageUp
ctrl TAB navigateNext
ctrl UP requestFocus
shift ctrl TAB navigatePrevious
TabbedPane.focusInputMap [lazy] 11 javax.swing.plaf.InputMapUIResource [UI]
ctrl DOWN requestFocusForVisibleComponent
ctrl KP_DOWN requestFocusForVisibleComponent
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
SPACE selectTabWithFocus
UP navigateUp
#---- Table ----
Table.ancestorInputMap.RightToLeft [lazy] 18 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl PAGE_DOWN scrollLeftChangeSelection
ctrl PAGE_UP scrollRightChangeSelection
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl PAGE_DOWN scrollLeftExtendSelection
shift ctrl PAGE_UP scrollRightExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnChangeLead
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnChangeLead
Table.ancestorInputMap [lazy] 71 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRow
ctrl HOME selectFirstRow
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollRightChangeSelection
ctrl PAGE_UP scrollLeftChangeSelection
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastColumn
ENTER selectNextRowCell
ESCAPE cancel
F2 startEditing
F8 focusHeader
HOME selectFirstColumn
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
TAB selectNextColumnCell
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollRightExtendSelection
shift ctrl PAGE_UP scrollLeftExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastColumnExtendSelection
shift ENTER selectPreviousRowCell
shift HOME selectFirstColumnExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift TAB selectPreviousColumnCell
shift UP selectPreviousRowExtendSelection
#---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT moveColumnLeft
alt KP_RIGHT moveColumnRight
alt LEFT moveColumnLeft
alt RIGHT moveColumnRight
ESCAPE focusTable
KP_LEFT selectColumnToLeft
KP_RIGHT selectColumnToRight
LEFT selectColumnToLeft
RIGHT selectColumnToRight
SPACE toggleSortOrder
shift alt KP_LEFT resizeLeft
shift alt KP_RIGHT resizeRight
shift alt LEFT resizeLeft
shift alt RIGHT resizeRight
#---- TextArea ----
TextArea.focusInputMap [lazy] 61 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- TextField ----
TextField.focusInputMap [lazy] 39 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- TextPane ----
TextPane.focusInputMap [lazy] 61 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancel
Tree.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT selectChild
KP_RIGHT selectParent
LEFT selectChild
RIGHT selectParent
Tree.focusInputMap [lazy] 60 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextChangeLead
ctrl END selectLastChangeLead
ctrl HOME selectFirstChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextChangeLead
ctrl KP_LEFT scrollLeft
ctrl KP_RIGHT scrollRight
ctrl KP_UP selectPreviousChangeLead
ctrl LEFT scrollLeft
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT scrollRight
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousChangeLead
ctrl V paste
ctrl X cut
BACK_SPACE moveSelectionToParent
COPY copy
CUT cut
DOWN selectNext
END selectLast
F2 startEditing
HOME selectFirst
KP_DOWN selectNext
KP_LEFT selectParent
KP_RIGHT selectChild
KP_UP selectPrevious
LEFT selectParent
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectChild
SPACE addToSelection
UP selectPrevious
shift ctrl DOWN selectNextExtendSelection
shift ctrl END selectLastExtendSelection
shift ctrl HOME selectFirstExtendSelection
shift ctrl KP_DOWN selectNextExtendSelection
shift ctrl KP_UP selectPreviousExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousExtendSelection
shift DELETE cut
shift DOWN selectNextExtendSelection
shift END selectLastExtendSelection
shift HOME selectFirstExtendSelection
shift INSERT paste
shift KP_DOWN selectNextExtendSelection
shift KP_UP selectPreviousExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift SPACE extendTo
shift UP selectPreviousExtendSelection
typed + expand
typed - collapse

View File

@@ -1,990 +0,0 @@
Class javax.swing.plaf.metal.MetalLookAndFeel
ID Metal
Name Metal
Java 1.8.0_202
OS Windows 10
#---- ----
AATextInfoPropertyKey [unknown type] sun.swing.SwingUtilities2$AATextInfo
#---- AuditoryCues ----
AuditoryCues.allAuditoryCues length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.cueList length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.defaultCueList length=4 [Ljava.lang.Object;
[0] OptionPane.errorSound
[1] OptionPane.informationSound
[2] OptionPane.questionSound
[3] OptionPane.warningSound
AuditoryCues.noAuditoryCues length=1 [Ljava.lang.Object;
[0] mute
#---- Button ----
Button.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Button.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Button.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
Button.defaultButtonFollowsFocus false
Button.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
Button.disabledToolBarBorderBackground #cccccc javax.swing.plaf.ColorUIResource [UI]
Button.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Button.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Button.foreground #333333 sun.swing.PrintColorUIResource [UI]
Button.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Button.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.light #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
Button.rollover true
Button.rolloverIconType ocean
Button.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Button.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Button.textIconGap 4
Button.textShiftOffset 0
Button.toolBarBorderBackground #999999 javax.swing.plaf.ColorUIResource [UI]
ButtonUI javax.swing.plaf.metal.MetalButtonUI
#---- CheckBox ----
CheckBox.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBox.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
CheckBox.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
CheckBox.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground #333333 sun.swing.PrintColorUIResource [UI]
CheckBox.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon [lazy] 13,13 javax.swing.plaf.metal.MetalIconFactory$CheckBoxIcon [UI]
CheckBox.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBox.rollover true
CheckBox.textIconGap 4
CheckBox.textShiftOffset 0
CheckBox.totalInsets 4,4,4,4 java.awt.Insets
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
CheckBoxMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon [UI]
CheckBoxMenuItem.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
CheckBoxMenuItem.borderPainted true
CheckBoxMenuItem.checkIcon [lazy] 10,10 javax.swing.plaf.metal.MetalIconFactory$CheckBoxMenuItemIcon [UI]
CheckBoxMenuItem.commandSound sounds/MenuItemCommand.wav
CheckBoxMenuItem.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground #333333 sun.swing.PrintColorUIResource [UI]
CheckBoxMenuItem.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
CheckBoxMenuItemUI javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
#---- CheckBox ----
CheckBoxUI javax.swing.plaf.metal.MetalCheckBoxUI
#---- Checkbox ----
Checkbox.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- ColorChooser ----
ColorChooser.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ColorChooser.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #333333 sun.swing.PrintColorUIResource [UI]
ColorChooser.swatchesDefaultRecentColor #eeeeee javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesRecentSwatchSize 10,10 java.awt.Dimension
ColorChooser.swatchesSwatchSize 10,10 java.awt.Dimension
ColorChooserUI javax.swing.plaf.basic.BasicColorChooserUI
#---- ComboBox ----
ComboBox.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonDarkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ComboBox.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground #333333 sun.swing.PrintColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false
ComboBox.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ComboBox.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
ComboBox.timeFactor 1000
ComboBoxUI javax.swing.plaf.metal.MetalComboBoxUI
#---- Desktop ----
Desktop.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Desktop.minOnScreenInsets 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
#---- DesktopIcon ----
DesktopIcon.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
DesktopIcon.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #7a8a99 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
2,2,1,2 true javax.swing.border.MatteBorder
DesktopIcon.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
DesktopIcon.foreground #333333 sun.swing.PrintColorUIResource [UI]
DesktopIcon.width 160
DesktopIconUI javax.swing.plaf.metal.MetalDesktopIconUI
#---- DesktopPane ----
DesktopPaneUI javax.swing.plaf.basic.BasicDesktopPaneUI
#---- EditorPane ----
EditorPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
EditorPane.caretBlinkRate 500
EditorPane.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
EditorPane.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
EditorPane.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
EditorPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
EditorPane.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
EditorPane.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
EditorPaneUI javax.swing.plaf.basic.BasicEditorPaneUI
#---- FileChooser ----
FileChooser.detailsViewIcon [lazy] 18,18 javax.swing.plaf.metal.MetalIconFactory$FileChooserDetailViewIcon [UI]
FileChooser.homeFolderIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.listViewIcon [lazy] 18,18 javax.swing.plaf.metal.MetalIconFactory$FileChooserListViewIcon [UI]
FileChooser.newFolderIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.readOnly false
FileChooser.upFolderIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.useSystemExtensionHiding false
FileChooser.usesSingleFilePane true
FileChooserUI javax.swing.plaf.metal.MetalFileChooserUI
#---- FileView ----
FileView.computerIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.directoryIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.fileIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.floppyDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.hardDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- FormattedTextField ----
FormattedTextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
FormattedTextField.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground #333333 sun.swing.PrintColorUIResource [UI]
FormattedTextField.inactiveBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
FormattedTextField.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
FormattedTextFieldUI javax.swing.plaf.basic.BasicFormattedTextFieldUI
#---- InternalFrame ----
InternalFrame.activeTitleBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleForeground #333333 sun.swing.PrintColorUIResource [UI]
InternalFrame.activeTitleGradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.border [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$InternalFrameBorder [UI]
InternalFrame.borderColor #eeeeee javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderDarkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderLight #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.closeIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.closeSound sounds/FrameClose.wav
InternalFrame.icon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
InternalFrame.iconifyIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.inactiveTitleBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleForeground #333333 sun.swing.PrintColorUIResource [UI]
InternalFrame.maximizeIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.maximizeSound sounds/FrameMaximize.wav
InternalFrame.minimizeIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.minimizeSound sounds/FrameMinimize.wav
InternalFrame.optionDialogBorder [lazy] 3,3,3,3 false javax.swing.plaf.metal.MetalBorders$OptionDialogBorder [UI]
InternalFrame.paletteBorder [lazy] 1,1,1,1 false javax.swing.plaf.metal.MetalBorders$PaletteBorder [UI]
InternalFrame.paletteCloseIcon [lazy] 7,7 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.paletteTitleHeight 11
InternalFrame.restoreDownSound sounds/FrameRestoreDown.wav
InternalFrame.restoreUpSound sounds/FrameRestoreUp.wav
InternalFrame.titleFont [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
#---- InternalFrameTitlePane ----
InternalFrameTitlePane.closeButtonOpacity true
InternalFrameTitlePane.iconifyButtonOpacity true
InternalFrameTitlePane.maximizeButtonOpacity true
#---- InternalFrame ----
InternalFrameUI javax.swing.plaf.metal.MetalInternalFrameUI
#---- Label ----
Label.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Label.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Label.foreground #333333 sun.swing.PrintColorUIResource [UI]
LabelUI javax.swing.plaf.metal.MetalLabelUI
#---- List ----
List.background #ffffff javax.swing.plaf.ColorUIResource [UI]
List.cellRenderer [active] javax.swing.DefaultListCellRenderer$UIResource [UI]
List.dropCellBackground #d2e9ff javax.swing.plaf.ColorUIResource [UI]
List.dropLineColor #6382bf javax.swing.plaf.ColorUIResource [UI]
List.focusCellHighlightBorder [lazy] line: #6382bf javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
List.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
List.foreground #333333 sun.swing.PrintColorUIResource [UI]
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
List.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
List.timeFactor 1000
ListUI javax.swing.plaf.basic.BasicListUI
#---- Menu ----
Menu.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Menu.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon [UI]
Menu.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Menu.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
Menu.borderPainted true
Menu.cancelMode hideLastSubmenu
Menu.checkIcon [lazy] null
Menu.crossMenuMnemonic true
Menu.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
Menu.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Menu.foreground #333333 sun.swing.PrintColorUIResource [UI]
Menu.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Menu.menuPopupOffsetX 0
Menu.menuPopupOffsetY 0
Menu.opaque false
Menu.preserveTopLevelSelection false
Menu.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Menu.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Menu.shortcutKeys length=1 [I
[0] 8
Menu.submenuPopupOffsetX -4
Menu.submenuPopupOffsetY -3
#---- MenuBar ----
MenuBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
MenuBar.border [lazy] 0,0,2,0 false javax.swing.plaf.metal.MetalBorders$MenuBarBorder [UI]
MenuBar.borderColor #cccccc javax.swing.plaf.ColorUIResource [UI]
MenuBar.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground #333333 sun.swing.PrintColorUIResource [UI]
MenuBar.gradient size=5 java.util.Arrays$ArrayList
[0] 1.0
[1] 0.0
[2] #ffffff javax.swing.plaf.ColorUIResource [UI]
[3] #dadada javax.swing.plaf.ColorUIResource [UI]
[4] #dadada javax.swing.plaf.ColorUIResource [UI]
MenuBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus
MenuBarUI javax.swing.plaf.metal.MetalMenuBarUI
#---- MenuItem ----
MenuItem.acceleratorDelimiter -
MenuItem.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
MenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon [UI]
MenuItem.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
MenuItem.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
MenuItem.borderPainted true
MenuItem.checkIcon [lazy] null
MenuItem.commandSound sounds/MenuItemCommand.wav
MenuItem.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
MenuItem.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground #333333 sun.swing.PrintColorUIResource [UI]
MenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
MenuItem.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
MenuItemUI javax.swing.plaf.basic.BasicMenuItemUI
#---- Menu ----
MenuUI javax.swing.plaf.basic.BasicMenuUI
#---- OptionPane ----
OptionPane.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 10,10,12,10 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonAreaBorder [lazy] 6,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonClickThreshhold 500
OptionPane.errorDialog.border.background #993333 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorDialog.titlePane.background #ff9999 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorDialog.titlePane.foreground #330000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorDialog.titlePane.shadow #cc6666 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.errorSound sounds/OptionPaneError.wav
OptionPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
OptionPane.informationIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.informationSound sounds/OptionPaneInformation.wav
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.messageForeground #333333 sun.swing.PrintColorUIResource [UI]
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.questionDialog.border.background #336633 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionDialog.titlePane.background #99cc99 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionDialog.titlePane.foreground #003300 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionDialog.titlePane.shadow #669966 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.questionSound sounds/OptionPaneQuestion.wav
OptionPane.warningDialog.border.background #996633 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningDialog.titlePane.background #ffcc99 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningDialog.titlePane.foreground #663300 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningDialog.titlePane.shadow #cc9966 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.warningSound sounds/OptionPaneWarning.wav
OptionPane.windowBindings length=2 [Ljava.lang.Object;
[0] ESCAPE
[1] close
OptionPaneUI javax.swing.plaf.basic.BasicOptionPaneUI
#---- Panel ----
Panel.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Panel.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Panel.foreground #333333 sun.swing.PrintColorUIResource [UI]
PanelUI javax.swing.plaf.basic.BasicPanelUI
#---- PasswordField ----
PasswordField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordField.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
PasswordField.caretBlinkRate 500
PasswordField.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
PasswordField.echoChar '\u2022'
PasswordField.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground #333333 sun.swing.PrintColorUIResource [UI]
PasswordField.inactiveBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
PasswordField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
PasswordField.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
PasswordField.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
PasswordFieldUI javax.swing.plaf.basic.BasicPasswordFieldUI
#---- PopupMenu ----
PopupMenu.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
PopupMenu.border [lazy] 3,1,2,1 false javax.swing.plaf.metal.MetalBorders$PopupMenuBorder [UI]
PopupMenu.consumeEventOnClose false
PopupMenu.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground #333333 sun.swing.PrintColorUIResource [UI]
PopupMenu.popupSound sounds/PopupMenuPopup.wav
#---- PopupMenuSeparator ----
PopupMenuSeparatorUI javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
#---- PopupMenu ----
PopupMenuUI javax.swing.plaf.basic.BasicPopupMenuUI
#---- ProgressBar ----
ProgressBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ProgressBar.border [lazy] line: #7a8a99 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ProgressBar.cellLength 1
ProgressBar.cellSpacing 0
ProgressBar.cycleTime 3000
ProgressBar.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,12 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.repaintInterval 50
ProgressBar.selectionBackground #6382bf javax.swing.plaf.ColorUIResource [UI]
ProgressBar.selectionForeground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ProgressBar.verticalSize 12,146 javax.swing.plaf.DimensionUIResource [UI]
ProgressBarUI javax.swing.plaf.metal.MetalProgressBarUI
#---- RadioButton ----
RadioButton.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButton.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
RadioButton.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
RadioButton.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
RadioButton.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground #333333 sun.swing.PrintColorUIResource [UI]
RadioButton.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon [lazy] 13,13 javax.swing.plaf.metal.MetalIconFactory$RadioButtonIcon [UI]
RadioButton.light #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButton.rollover true
RadioButton.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButton.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButton.textIconGap 4
RadioButton.textShiftOffset 0
RadioButton.totalInsets 4,4,4,4 java.awt.Insets
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
RadioButtonMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon [UI]
RadioButtonMenuItem.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
RadioButtonMenuItem.borderPainted true
RadioButtonMenuItem.checkIcon [lazy] 10,10 javax.swing.plaf.metal.MetalIconFactory$RadioButtonMenuItemIcon [UI]
RadioButtonMenuItem.commandSound sounds/MenuItemCommand.wav
RadioButtonMenuItem.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground #333333 sun.swing.PrintColorUIResource [UI]
RadioButtonMenuItem.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
RadioButtonMenuItemUI javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
#---- RadioButton ----
RadioButtonUI javax.swing.plaf.metal.MetalRadioButtonUI
#---- RootPane ----
RootPane.colorChooserDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder [UI]
RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[0] ENTER
[1] press
[2] released ENTER
[3] release
[4] ctrl ENTER
[5] press
[6] ctrl released ENTER
[7] release
RootPane.errorDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$ErrorDialogBorder [UI]
RootPane.fileChooserDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder [UI]
RootPane.frameBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$FrameBorder [UI]
RootPane.informationDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$DialogBorder [UI]
RootPane.plainDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$DialogBorder [UI]
RootPane.questionDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder [UI]
RootPane.warningDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$WarningDialogBorder [UI]
RootPaneUI javax.swing.plaf.metal.MetalRootPaneUI
#---- ScrollBar ----
ScrollBar.allowsAbsolutePositioning true
ScrollBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollBar.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.foreground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollBar.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.maximumThumbSize 4096,4096 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.minimumThumbSize 8,8 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumb #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbDarkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbHighlight #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbShadow #6382bf javax.swing.plaf.ColorUIResource [UI]
ScrollBar.track #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlight #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.width 17
ScrollBarUI javax.swing.plaf.metal.MetalScrollBarUI
#---- ScrollPane ----
ScrollPane.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [lazy] 1,1,2,2 false javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder [UI]
ScrollPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
ScrollPaneUI javax.swing.plaf.metal.MetalScrollPaneUI
#---- Separator ----
Separator.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.foreground #6382bf javax.swing.plaf.ColorUIResource [UI]
Separator.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
SeparatorUI javax.swing.plaf.metal.MetalSeparatorUI
#---- Slider ----
Slider.altTrackColor #d2e2ef javax.swing.plaf.ColorUIResource [UI]
Slider.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Slider.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Slider.focusGradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.2
[2] #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Slider.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Slider.foreground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Slider.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.2
[2] #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension
Slider.horizontalThumbIcon [lazy] 15,16 javax.swing.plaf.metal.MetalIconFactory$OceanHorizontalSliderThumbIcon [UI]
Slider.majorTickLength 6
Slider.minimumHorizontalSize 36,21 java.awt.Dimension
Slider.minimumVerticalSize 21,36 java.awt.Dimension
Slider.onlyLeftMouseButtonDrag true
Slider.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Slider.tickColor #000000 java.awt.Color
Slider.trackWidth 7
Slider.verticalSize 21,200 java.awt.Dimension
Slider.verticalThumbIcon [lazy] 16,15 javax.swing.plaf.metal.MetalIconFactory$OceanVerticalSliderThumbIcon [UI]
SliderUI javax.swing.plaf.metal.MetalSliderUI
#---- Spinner ----
Spinner.arrowButtonBorder [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Spinner.arrowButtonInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Spinner.arrowButtonSize 16,5 java.awt.Dimension
Spinner.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Spinner.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Spinner.editorAlignment 11
Spinner.editorBorderPainted false
Spinner.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #eeeeee javax.swing.plaf.ColorUIResource [UI]
SpinnerUI javax.swing.plaf.basic.BasicSpinnerUI
#---- SplitPane ----
SplitPane.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
SplitPane.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneBorder [UI]
SplitPane.centerOneTouchButtons false
SplitPane.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerFocusColor #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerSize 10
SplitPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
SplitPane.oneTouchButtonsOpaque false
SplitPane.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPaneDivider ----
SplitPaneDivider.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder [UI]
SplitPaneDivider.draggingColor #404040 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPane ----
SplitPaneUI javax.swing.plaf.metal.MetalSplitPaneUI
#---- TabbedPane ----
TabbedPane.background #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.borderHightlightColor #6382bf javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentAreaColor #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentBorderInsets 4,2,3,3 java.awt.Insets
TabbedPane.contentOpaque true
TabbedPane.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus #6382bf javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
TabbedPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.labelShift 1
TabbedPane.light #eeeeee javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selected #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectedLabelShift -1
TabbedPane.selectedTabPadInsets 2,2,2,1 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.selectionFollowsFocus true
TabbedPane.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaBackground #dadada javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaInsets 2,2,0,6 java.awt.Insets
TabbedPane.tabInsets 0,9,1,9 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabRunOverlay 2
TabbedPane.tabsOpaque true
TabbedPane.tabsOverlapBorder false
TabbedPane.textIconGap 4
TabbedPane.unselectedBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
TabbedPaneUI javax.swing.plaf.metal.MetalTabbedPaneUI
#---- Table ----
Table.ascendingSortIcon [lazy] 12,12 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Table.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.descendingSortIcon [lazy] 12,12 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Table.dropCellBackground #d2e9ff javax.swing.plaf.ColorUIResource [UI]
Table.dropLineColor #6382bf javax.swing.plaf.ColorUIResource [UI]
Table.dropLineShortColor #333333 sun.swing.PrintColorUIResource [UI]
Table.focusCellBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground #333333 sun.swing.PrintColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] line: #6382bf javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Table.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Table.foreground #333333 sun.swing.PrintColorUIResource [UI]
Table.gridColor #7a8a99 javax.swing.plaf.ColorUIResource [UI]
Table.scrollPaneBorder [lazy] 1,1,2,2 false javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder [UI]
Table.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Table.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Table.sortIconColor #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- TableHeader ----
TableHeader.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] 2,2,2,0 false javax.swing.plaf.metal.MetalBorders$TableHeaderBorder
TableHeader.focusCellBackground #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
TableHeader.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground #333333 sun.swing.PrintColorUIResource [UI]
TableHeaderUI javax.swing.plaf.basic.BasicTableHeaderUI
#---- Table ----
TableUI javax.swing.plaf.basic.BasicTableUI
#---- TextArea ----
TextArea.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextArea.caretBlinkRate 500
TextArea.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
TextArea.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground #333333 sun.swing.PrintColorUIResource [UI]
TextArea.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextArea.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextArea.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextArea.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
TextAreaUI javax.swing.plaf.basic.BasicTextAreaUI
#---- TextField ----
TextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextField.caretBlinkRate 500
TextField.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
TextField.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
TextField.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TextField.foreground #333333 sun.swing.PrintColorUIResource [UI]
TextField.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextField.light #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextField.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextField.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
TextField.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextFieldUI javax.swing.plaf.metal.MetalTextFieldUI
#---- TextPane ----
TextPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextPane.caretBlinkRate 500
TextPane.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
TextPane.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
TextPane.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
TextPane.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextPane.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
TextPaneUI javax.swing.plaf.basic.BasicTextPaneUI
#---- TitledBorder ----
TitledBorder.border [lazy] line: #b8cfe5 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
TitledBorder.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor #333333 sun.swing.PrintColorUIResource [UI]
#---- ToggleButton ----
ToggleButton.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToggleButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ToggleButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
ToggleButton.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground #333333 sun.swing.PrintColorUIResource [UI]
ToggleButton.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.light #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
ToggleButton.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.textIconGap 4
ToggleButton.textShiftOffset 0
ToggleButtonUI javax.swing.plaf.metal.MetalToggleButtonUI
#---- ToolBar ----
ToolBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolBar.border [lazy] 1,2,3,2 false javax.swing.plaf.metal.MetalBorders$ToolBarBorder [UI]
ToolBar.borderColor #cccccc javax.swing.plaf.ColorUIResource [UI]
ToolBar.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground #333333 sun.swing.PrintColorUIResource [UI]
ToolBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.isRollover true
ToolBar.light #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.nonrolloverBorder [lazy] javax.swing.border.CompoundBorder
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$RolloverMarginBorder
ToolBar.rolloverBorder [lazy] javax.swing.border.CompoundBorder
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$RolloverMarginBorder
ToolBar.separatorSize 10,10 javax.swing.plaf.DimensionUIResource [UI]
ToolBar.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- ToolBarSeparator ----
ToolBarSeparatorUI javax.swing.plaf.basic.BasicToolBarSeparatorUI
#---- ToolBar ----
ToolBarUI javax.swing.plaf.metal.MetalToolBarUI
#---- ToolTip ----
ToolTip.background #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToolTip.backgroundInactive #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] line: #6382bf javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.borderInactive [lazy] line: #7a8a99 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground #333333 sun.swing.PrintColorUIResource [UI]
ToolTip.foregroundInactive #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ToolTip.hideAccelerator false
#---- ToolTipManager ----
ToolTipManager.enableToolTipMode activeApplication
#---- ToolTip ----
ToolTipUI javax.swing.plaf.metal.MetalToolTipUI
#---- Tree ----
Tree.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.changeSelectionWithFocus true
Tree.closedIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.collapsedIcon [lazy] 18,18 javax.swing.plaf.metal.OceanTheme$COIcon [UI]
Tree.drawsFocusBorderAroundIcon false
Tree.dropCellBackground #d2e9ff javax.swing.plaf.ColorUIResource [UI]
Tree.dropLineColor #6382bf javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.expandedIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Tree.foreground #333333 sun.swing.PrintColorUIResource [UI]
Tree.hash #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Tree.leafIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.leftChildIndent 7
Tree.line #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Tree.lineTypeDashed false
Tree.openIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.paintLines true
Tree.rightChildIndent 13
Tree.rowHeight 0
Tree.scrollsOnExpand true
Tree.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionBorderColor #6382bf javax.swing.plaf.ColorUIResource [UI]
Tree.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Tree.textBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textForeground #333333 sun.swing.PrintColorUIResource [UI]
Tree.timeFactor 1000
TreeUI javax.swing.plaf.metal.MetalTreeUI
#---- Viewport ----
Viewport.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Viewport.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground #333333 sun.swing.PrintColorUIResource [UI]
ViewportUI javax.swing.plaf.basic.BasicViewportUI
#---- ----
activeCaption #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
activeCaptionBorder #a3b8cc javax.swing.plaf.ColorUIResource [UI]
activeCaptionText #333333 sun.swing.PrintColorUIResource [UI]
control #eeeeee javax.swing.plaf.ColorUIResource [UI]
controlDkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
controlHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlLtHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
controlText #333333 sun.swing.PrintColorUIResource [UI]
desktop #ffffff javax.swing.plaf.ColorUIResource [UI]
#---- html ----
html.missingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
html.pendingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- ----
inactiveCaption #eeeeee javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionBorder #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionText #333333 sun.swing.PrintColorUIResource [UI]
info #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
infoText #333333 sun.swing.PrintColorUIResource [UI]
menu #eeeeee javax.swing.plaf.ColorUIResource [UI]
menuText #333333 sun.swing.PrintColorUIResource [UI]
scrollbar #eeeeee javax.swing.plaf.ColorUIResource [UI]
text #ffffff javax.swing.plaf.ColorUIResource [UI]
textHighlight #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
textHighlightText #333333 sun.swing.PrintColorUIResource [UI]
textInactiveText #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
textText #333333 sun.swing.PrintColorUIResource [UI]
window #ffffff javax.swing.plaf.ColorUIResource [UI]
windowBorder #eeeeee javax.swing.plaf.ColorUIResource [UI]
windowText #333333 sun.swing.PrintColorUIResource [UI]

View File

@@ -1,992 +0,0 @@
Class javax.swing.plaf.metal.MetalLookAndFeel
ID Metal
Name Metal
Java 11.0.2
OS Windows 10
#---- AuditoryCues ----
AuditoryCues.allAuditoryCues length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.cueList length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.defaultCueList length=4 [Ljava.lang.Object;
[0] OptionPane.errorSound
[1] OptionPane.informationSound
[2] OptionPane.questionSound
[3] OptionPane.warningSound
AuditoryCues.noAuditoryCues length=1 [Ljava.lang.Object;
[0] mute
#---- Button ----
Button.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Button.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Button.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
Button.defaultButtonFollowsFocus false
Button.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
Button.disabledToolBarBorderBackground #cccccc javax.swing.plaf.ColorUIResource [UI]
Button.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Button.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Button.foreground #333333 sun.swing.PrintColorUIResource [UI]
Button.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Button.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.light #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
Button.rollover true
Button.rolloverIconType ocean
Button.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Button.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Button.textIconGap 4
Button.textShiftOffset 0
Button.toolBarBorderBackground #999999 javax.swing.plaf.ColorUIResource [UI]
ButtonUI javax.swing.plaf.metal.MetalButtonUI
#---- CheckBox ----
CheckBox.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBox.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
CheckBox.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
CheckBox.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground #333333 sun.swing.PrintColorUIResource [UI]
CheckBox.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon [lazy] 13,13 javax.swing.plaf.metal.MetalIconFactory$CheckBoxIcon [UI]
CheckBox.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBox.rollover true
CheckBox.textIconGap 4
CheckBox.textShiftOffset 0
CheckBox.totalInsets 4,4,4,4 java.awt.Insets
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
CheckBoxMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon [UI]
CheckBoxMenuItem.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
CheckBoxMenuItem.borderPainted true
CheckBoxMenuItem.checkIcon [lazy] 10,10 javax.swing.plaf.metal.MetalIconFactory$CheckBoxMenuItemIcon [UI]
CheckBoxMenuItem.commandSound sounds/MenuItemCommand.wav
CheckBoxMenuItem.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground #333333 sun.swing.PrintColorUIResource [UI]
CheckBoxMenuItem.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
CheckBoxMenuItemUI javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
#---- CheckBox ----
CheckBoxUI javax.swing.plaf.metal.MetalCheckBoxUI
#---- Checkbox ----
Checkbox.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- ColorChooser ----
ColorChooser.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ColorChooser.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #333333 sun.swing.PrintColorUIResource [UI]
ColorChooser.swatchesDefaultRecentColor #eeeeee javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesRecentSwatchSize 10,10 java.awt.Dimension
ColorChooser.swatchesSwatchSize 10,10 java.awt.Dimension
ColorChooserUI javax.swing.plaf.basic.BasicColorChooserUI
#---- ComboBox ----
ComboBox.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonDarkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ComboBox.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground #333333 sun.swing.PrintColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false
ComboBox.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ComboBox.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
ComboBox.timeFactor 1000
ComboBoxUI javax.swing.plaf.metal.MetalComboBoxUI
#---- Desktop ----
Desktop.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Desktop.minOnScreenInsets 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
#---- DesktopIcon ----
DesktopIcon.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
DesktopIcon.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #7a8a99 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
2,2,1,2 true javax.swing.border.MatteBorder
DesktopIcon.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
DesktopIcon.foreground #333333 sun.swing.PrintColorUIResource [UI]
DesktopIcon.width 160
DesktopIconUI javax.swing.plaf.metal.MetalDesktopIconUI
#---- DesktopPane ----
DesktopPaneUI javax.swing.plaf.basic.BasicDesktopPaneUI
#---- EditorPane ----
EditorPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
EditorPane.caretBlinkRate 500
EditorPane.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
EditorPane.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
EditorPane.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
EditorPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
EditorPane.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
EditorPane.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
EditorPaneUI javax.swing.plaf.basic.BasicEditorPaneUI
#---- FileChooser ----
FileChooser.detailsViewIcon [lazy] 18,18 javax.swing.plaf.metal.MetalIconFactory$FileChooserDetailViewIcon [UI]
FileChooser.homeFolderIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.listViewIcon [lazy] 18,18 javax.swing.plaf.metal.MetalIconFactory$FileChooserListViewIcon [UI]
FileChooser.newFolderIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.readOnly false
FileChooser.upFolderIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.useSystemExtensionHiding false
FileChooser.usesSingleFilePane true
FileChooserUI javax.swing.plaf.metal.MetalFileChooserUI
#---- FileView ----
FileView.computerIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.directoryIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.fileIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.floppyDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.hardDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- FormattedTextField ----
FormattedTextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
FormattedTextField.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground #333333 sun.swing.PrintColorUIResource [UI]
FormattedTextField.inactiveBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
FormattedTextField.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
FormattedTextFieldUI javax.swing.plaf.basic.BasicFormattedTextFieldUI
#---- InternalFrame ----
InternalFrame.activeTitleBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleForeground #333333 sun.swing.PrintColorUIResource [UI]
InternalFrame.activeTitleGradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.border [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$InternalFrameBorder [UI]
InternalFrame.borderColor #eeeeee javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderDarkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderLight #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.closeIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.closeSound sounds/FrameClose.wav
InternalFrame.icon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
InternalFrame.iconifyIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.inactiveTitleBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleForeground #333333 sun.swing.PrintColorUIResource [UI]
InternalFrame.maximizeIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.maximizeSound sounds/FrameMaximize.wav
InternalFrame.minimizeIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.minimizeSound sounds/FrameMinimize.wav
InternalFrame.optionDialogBorder [lazy] 3,3,3,3 false javax.swing.plaf.metal.MetalBorders$OptionDialogBorder [UI]
InternalFrame.paletteBorder [lazy] 1,1,1,1 false javax.swing.plaf.metal.MetalBorders$PaletteBorder [UI]
InternalFrame.paletteCloseIcon [lazy] 7,7 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.paletteTitleHeight 11
InternalFrame.restoreDownSound sounds/FrameRestoreDown.wav
InternalFrame.restoreUpSound sounds/FrameRestoreUp.wav
InternalFrame.titleFont [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
#---- InternalFrameTitlePane ----
InternalFrameTitlePane.closeButtonOpacity true
InternalFrameTitlePane.iconifyButtonOpacity true
InternalFrameTitlePane.maximizeButtonOpacity true
#---- InternalFrame ----
InternalFrameUI javax.swing.plaf.metal.MetalInternalFrameUI
#---- Label ----
Label.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Label.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Label.foreground #333333 sun.swing.PrintColorUIResource [UI]
LabelUI javax.swing.plaf.metal.MetalLabelUI
#---- List ----
List.background #ffffff javax.swing.plaf.ColorUIResource [UI]
List.cellRenderer [active] javax.swing.DefaultListCellRenderer$UIResource [UI]
List.dropCellBackground #d2e9ff javax.swing.plaf.ColorUIResource [UI]
List.dropLineColor #6382bf javax.swing.plaf.ColorUIResource [UI]
List.focusCellHighlightBorder [lazy] line: #6382bf javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
List.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
List.foreground #333333 sun.swing.PrintColorUIResource [UI]
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
List.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
List.timeFactor 1000
ListUI javax.swing.plaf.basic.BasicListUI
#---- Menu ----
Menu.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Menu.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon [UI]
Menu.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Menu.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
Menu.borderPainted true
Menu.cancelMode hideLastSubmenu
Menu.checkIcon [lazy] null
Menu.crossMenuMnemonic true
Menu.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
Menu.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Menu.foreground #333333 sun.swing.PrintColorUIResource [UI]
Menu.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Menu.menuPopupOffsetX 0
Menu.menuPopupOffsetY 0
Menu.opaque false
Menu.preserveTopLevelSelection false
Menu.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Menu.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Menu.shortcutKeys length=2 [I
[0] 8
[1] 8200
Menu.submenuPopupOffsetX -4
Menu.submenuPopupOffsetY -3
#---- MenuBar ----
MenuBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
MenuBar.border [lazy] 0,0,2,0 false javax.swing.plaf.metal.MetalBorders$MenuBarBorder [UI]
MenuBar.borderColor #cccccc javax.swing.plaf.ColorUIResource [UI]
MenuBar.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground #333333 sun.swing.PrintColorUIResource [UI]
MenuBar.gradient size=5 java.util.Arrays$ArrayList
[0] 1.0
[1] 0.0
[2] #ffffff javax.swing.plaf.ColorUIResource [UI]
[3] #dadada javax.swing.plaf.ColorUIResource [UI]
[4] #dadada javax.swing.plaf.ColorUIResource [UI]
MenuBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus
MenuBarUI javax.swing.plaf.metal.MetalMenuBarUI
#---- MenuItem ----
MenuItem.acceleratorDelimiter -
MenuItem.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
MenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon [UI]
MenuItem.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
MenuItem.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
MenuItem.borderPainted true
MenuItem.checkIcon [lazy] null
MenuItem.commandSound sounds/MenuItemCommand.wav
MenuItem.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
MenuItem.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground #333333 sun.swing.PrintColorUIResource [UI]
MenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
MenuItem.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
MenuItemUI javax.swing.plaf.basic.BasicMenuItemUI
#---- Menu ----
MenuUI javax.swing.plaf.basic.BasicMenuUI
#---- OptionPane ----
OptionPane.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 10,10,12,10 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonAreaBorder [lazy] 6,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonClickThreshhold 500
OptionPane.errorDialog.border.background #993333 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorDialog.titlePane.background #ff9999 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorDialog.titlePane.foreground #330000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorDialog.titlePane.shadow #cc6666 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.errorSound sounds/OptionPaneError.wav
OptionPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
OptionPane.informationIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.informationSound sounds/OptionPaneInformation.wav
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.messageForeground #333333 sun.swing.PrintColorUIResource [UI]
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.questionDialog.border.background #336633 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionDialog.titlePane.background #99cc99 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionDialog.titlePane.foreground #003300 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionDialog.titlePane.shadow #669966 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.questionSound sounds/OptionPaneQuestion.wav
OptionPane.warningDialog.border.background #996633 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningDialog.titlePane.background #ffcc99 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningDialog.titlePane.foreground #663300 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningDialog.titlePane.shadow #cc9966 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.warningSound sounds/OptionPaneWarning.wav
OptionPane.windowBindings length=2 [Ljava.lang.Object;
[0] ESCAPE
[1] close
OptionPaneUI javax.swing.plaf.basic.BasicOptionPaneUI
#---- Panel ----
Panel.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Panel.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Panel.foreground #333333 sun.swing.PrintColorUIResource [UI]
PanelUI javax.swing.plaf.basic.BasicPanelUI
#---- PasswordField ----
PasswordField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordField.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
PasswordField.caretBlinkRate 500
PasswordField.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
PasswordField.echoChar '\u2022'
PasswordField.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground #333333 sun.swing.PrintColorUIResource [UI]
PasswordField.inactiveBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
PasswordField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
PasswordField.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
PasswordField.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
PasswordFieldUI javax.swing.plaf.basic.BasicPasswordFieldUI
#---- PopupMenu ----
PopupMenu.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
PopupMenu.border [lazy] 3,1,2,1 false javax.swing.plaf.metal.MetalBorders$PopupMenuBorder [UI]
PopupMenu.consumeEventOnClose false
PopupMenu.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground #333333 sun.swing.PrintColorUIResource [UI]
PopupMenu.popupSound sounds/PopupMenuPopup.wav
#---- PopupMenuSeparator ----
PopupMenuSeparatorUI javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
#---- PopupMenu ----
PopupMenuUI javax.swing.plaf.basic.BasicPopupMenuUI
#---- ProgressBar ----
ProgressBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ProgressBar.border [lazy] line: #7a8a99 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ProgressBar.cellLength 1
ProgressBar.cellSpacing 0
ProgressBar.cycleTime 3000
ProgressBar.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,12 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.repaintInterval 50
ProgressBar.selectionBackground #6382bf javax.swing.plaf.ColorUIResource [UI]
ProgressBar.selectionForeground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ProgressBar.verticalSize 12,146 javax.swing.plaf.DimensionUIResource [UI]
ProgressBarUI javax.swing.plaf.metal.MetalProgressBarUI
#---- RadioButton ----
RadioButton.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButton.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
RadioButton.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
RadioButton.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
RadioButton.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground #333333 sun.swing.PrintColorUIResource [UI]
RadioButton.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon [lazy] 13,13 javax.swing.plaf.metal.MetalIconFactory$RadioButtonIcon [UI]
RadioButton.light #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButton.rollover true
RadioButton.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButton.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButton.textIconGap 4
RadioButton.textShiftOffset 0
RadioButton.totalInsets 4,4,4,4 java.awt.Insets
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
RadioButtonMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon [UI]
RadioButtonMenuItem.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
RadioButtonMenuItem.borderPainted true
RadioButtonMenuItem.checkIcon [lazy] 10,10 javax.swing.plaf.metal.MetalIconFactory$RadioButtonMenuItemIcon [UI]
RadioButtonMenuItem.commandSound sounds/MenuItemCommand.wav
RadioButtonMenuItem.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground #333333 sun.swing.PrintColorUIResource [UI]
RadioButtonMenuItem.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
RadioButtonMenuItemUI javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
#---- RadioButton ----
RadioButtonUI javax.swing.plaf.metal.MetalRadioButtonUI
#---- RootPane ----
RootPane.colorChooserDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder [UI]
RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[0] ENTER
[1] press
[2] released ENTER
[3] release
[4] ctrl ENTER
[5] press
[6] ctrl released ENTER
[7] release
RootPane.errorDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$ErrorDialogBorder [UI]
RootPane.fileChooserDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder [UI]
RootPane.frameBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$FrameBorder [UI]
RootPane.informationDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$DialogBorder [UI]
RootPane.plainDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$DialogBorder [UI]
RootPane.questionDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder [UI]
RootPane.warningDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$WarningDialogBorder [UI]
RootPaneUI javax.swing.plaf.metal.MetalRootPaneUI
#---- ScrollBar ----
ScrollBar.allowsAbsolutePositioning true
ScrollBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollBar.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.foreground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollBar.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.maximumThumbSize 4096,4096 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.minimumThumbSize 8,8 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumb #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbDarkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbHighlight #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbShadow #6382bf javax.swing.plaf.ColorUIResource [UI]
ScrollBar.track #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlight #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.width 17
ScrollBarUI javax.swing.plaf.metal.MetalScrollBarUI
#---- ScrollPane ----
ScrollPane.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [lazy] 1,1,2,2 false javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder [UI]
ScrollPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
ScrollPaneUI javax.swing.plaf.metal.MetalScrollPaneUI
#---- Separator ----
Separator.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.foreground #6382bf javax.swing.plaf.ColorUIResource [UI]
Separator.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
SeparatorUI javax.swing.plaf.metal.MetalSeparatorUI
#---- Slider ----
Slider.altTrackColor #d2e2ef javax.swing.plaf.ColorUIResource [UI]
Slider.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Slider.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Slider.focusGradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.2
[2] #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Slider.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Slider.foreground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Slider.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.2
[2] #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension
Slider.horizontalThumbIcon [lazy] 15,16 javax.swing.plaf.metal.MetalIconFactory$OceanHorizontalSliderThumbIcon [UI]
Slider.majorTickLength 6
Slider.minimumHorizontalSize 36,21 java.awt.Dimension
Slider.minimumVerticalSize 21,36 java.awt.Dimension
Slider.onlyLeftMouseButtonDrag true
Slider.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Slider.tickColor #000000 java.awt.Color
Slider.trackWidth 7
Slider.verticalSize 21,200 java.awt.Dimension
Slider.verticalThumbIcon [lazy] 16,15 javax.swing.plaf.metal.MetalIconFactory$OceanVerticalSliderThumbIcon [UI]
SliderUI javax.swing.plaf.metal.MetalSliderUI
#---- Spinner ----
Spinner.arrowButtonBorder [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Spinner.arrowButtonInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Spinner.arrowButtonSize 16,5 java.awt.Dimension
Spinner.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Spinner.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Spinner.editorAlignment 11
Spinner.editorBorderPainted false
Spinner.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #eeeeee javax.swing.plaf.ColorUIResource [UI]
SpinnerUI javax.swing.plaf.basic.BasicSpinnerUI
#---- SplitPane ----
SplitPane.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
SplitPane.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneBorder [UI]
SplitPane.centerOneTouchButtons false
SplitPane.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerFocusColor #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerSize 10
SplitPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
SplitPane.oneTouchButtonsOpaque false
SplitPane.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPaneDivider ----
SplitPaneDivider.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder [UI]
SplitPaneDivider.draggingColor #404040 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPane ----
SplitPaneUI javax.swing.plaf.metal.MetalSplitPaneUI
#---- TabbedPane ----
TabbedPane.background #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.borderHightlightColor #6382bf javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentAreaColor #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentBorderInsets 4,2,3,3 java.awt.Insets
TabbedPane.contentOpaque true
TabbedPane.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus #6382bf javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
TabbedPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.labelShift 1
TabbedPane.light #eeeeee javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selected #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectedLabelShift -1
TabbedPane.selectedTabPadInsets 2,2,2,1 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.selectionFollowsFocus true
TabbedPane.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaBackground #dadada javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaInsets 2,2,0,6 java.awt.Insets
TabbedPane.tabInsets 0,9,1,9 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabRunOverlay 2
TabbedPane.tabsOpaque true
TabbedPane.tabsOverlapBorder false
TabbedPane.textIconGap 4
TabbedPane.unselectedBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
TabbedPaneUI javax.swing.plaf.metal.MetalTabbedPaneUI
#---- Table ----
Table.ascendingSortIcon [lazy] 12,12 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Table.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.descendingSortIcon [lazy] 12,12 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Table.dropCellBackground #d2e9ff javax.swing.plaf.ColorUIResource [UI]
Table.dropLineColor #6382bf javax.swing.plaf.ColorUIResource [UI]
Table.dropLineShortColor #333333 sun.swing.PrintColorUIResource [UI]
Table.focusCellBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground #333333 sun.swing.PrintColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] line: #6382bf javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Table.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Table.foreground #333333 sun.swing.PrintColorUIResource [UI]
Table.gridColor #7a8a99 javax.swing.plaf.ColorUIResource [UI]
Table.scrollPaneBorder [lazy] 1,1,2,2 false javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder [UI]
Table.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Table.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Table.sortIconColor #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- TableHeader ----
TableHeader.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] 2,2,2,0 false javax.swing.plaf.metal.MetalBorders$TableHeaderBorder
TableHeader.focusCellBackground #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
TableHeader.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground #333333 sun.swing.PrintColorUIResource [UI]
TableHeaderUI javax.swing.plaf.basic.BasicTableHeaderUI
#---- Table ----
TableUI javax.swing.plaf.basic.BasicTableUI
#---- ----
Text-specific LCD contrast key 120
Text-specific antialiasing enable key [unknown type] sun.awt.SunHints$Value
#---- TextArea ----
TextArea.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextArea.caretBlinkRate 500
TextArea.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
TextArea.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground #333333 sun.swing.PrintColorUIResource [UI]
TextArea.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextArea.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextArea.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextArea.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
TextAreaUI javax.swing.plaf.basic.BasicTextAreaUI
#---- TextField ----
TextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextField.caretBlinkRate 500
TextField.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
TextField.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
TextField.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TextField.foreground #333333 sun.swing.PrintColorUIResource [UI]
TextField.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextField.light #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextField.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextField.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
TextField.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextFieldUI javax.swing.plaf.metal.MetalTextFieldUI
#---- TextPane ----
TextPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextPane.caretBlinkRate 500
TextPane.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
TextPane.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
TextPane.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
TextPane.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextPane.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
TextPaneUI javax.swing.plaf.basic.BasicTextPaneUI
#---- TitledBorder ----
TitledBorder.border [lazy] line: #b8cfe5 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
TitledBorder.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor #333333 sun.swing.PrintColorUIResource [UI]
#---- ToggleButton ----
ToggleButton.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToggleButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ToggleButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
ToggleButton.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground #333333 sun.swing.PrintColorUIResource [UI]
ToggleButton.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.light #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
ToggleButton.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.textIconGap 4
ToggleButton.textShiftOffset 0
ToggleButtonUI javax.swing.plaf.metal.MetalToggleButtonUI
#---- ToolBar ----
ToolBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolBar.border [lazy] 1,2,3,2 false javax.swing.plaf.metal.MetalBorders$ToolBarBorder [UI]
ToolBar.borderColor #cccccc javax.swing.plaf.ColorUIResource [UI]
ToolBar.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground #333333 sun.swing.PrintColorUIResource [UI]
ToolBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.isRollover true
ToolBar.light #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.nonrolloverBorder [lazy] javax.swing.border.CompoundBorder
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$RolloverMarginBorder
ToolBar.rolloverBorder [lazy] javax.swing.border.CompoundBorder
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$RolloverMarginBorder
ToolBar.separatorSize 10,10 javax.swing.plaf.DimensionUIResource [UI]
ToolBar.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- ToolBarSeparator ----
ToolBarSeparatorUI javax.swing.plaf.basic.BasicToolBarSeparatorUI
#---- ToolBar ----
ToolBarUI javax.swing.plaf.metal.MetalToolBarUI
#---- ToolTip ----
ToolTip.background #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToolTip.backgroundInactive #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] line: #6382bf javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.borderInactive [lazy] line: #7a8a99 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground #333333 sun.swing.PrintColorUIResource [UI]
ToolTip.foregroundInactive #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ToolTip.hideAccelerator false
#---- ToolTipManager ----
ToolTipManager.enableToolTipMode activeApplication
#---- ToolTip ----
ToolTipUI javax.swing.plaf.metal.MetalToolTipUI
#---- Tree ----
Tree.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.changeSelectionWithFocus true
Tree.closedIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.collapsedIcon [lazy] 18,18 javax.swing.plaf.metal.OceanTheme$COIcon [UI]
Tree.drawsFocusBorderAroundIcon false
Tree.dropCellBackground #d2e9ff javax.swing.plaf.ColorUIResource [UI]
Tree.dropLineColor #6382bf javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.expandedIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Tree.foreground #333333 sun.swing.PrintColorUIResource [UI]
Tree.hash #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Tree.leafIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.leftChildIndent 7
Tree.line #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Tree.lineTypeDashed false
Tree.openIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.paintLines true
Tree.rightChildIndent 13
Tree.rowHeight 0
Tree.scrollsOnExpand true
Tree.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionBorderColor #6382bf javax.swing.plaf.ColorUIResource [UI]
Tree.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Tree.textBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textForeground #333333 sun.swing.PrintColorUIResource [UI]
Tree.timeFactor 1000
TreeUI javax.swing.plaf.metal.MetalTreeUI
#---- Viewport ----
Viewport.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Viewport.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground #333333 sun.swing.PrintColorUIResource [UI]
ViewportUI javax.swing.plaf.basic.BasicViewportUI
#---- ----
activeCaption #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
activeCaptionBorder #a3b8cc javax.swing.plaf.ColorUIResource [UI]
activeCaptionText #333333 sun.swing.PrintColorUIResource [UI]
control #eeeeee javax.swing.plaf.ColorUIResource [UI]
controlDkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
controlHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlLtHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
controlText #333333 sun.swing.PrintColorUIResource [UI]
desktop #ffffff javax.swing.plaf.ColorUIResource [UI]
#---- html ----
html.missingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
html.pendingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- ----
inactiveCaption #eeeeee javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionBorder #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionText #333333 sun.swing.PrintColorUIResource [UI]
info #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
infoText #333333 sun.swing.PrintColorUIResource [UI]
menu #eeeeee javax.swing.plaf.ColorUIResource [UI]
menuText #333333 sun.swing.PrintColorUIResource [UI]
scrollbar #eeeeee javax.swing.plaf.ColorUIResource [UI]
text #ffffff javax.swing.plaf.ColorUIResource [UI]
textHighlight #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
textHighlightText #333333 sun.swing.PrintColorUIResource [UI]
textInactiveText #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
textText #333333 sun.swing.PrintColorUIResource [UI]
window #ffffff javax.swing.plaf.ColorUIResource [UI]
windowBorder #eeeeee javax.swing.plaf.ColorUIResource [UI]
windowText #333333 sun.swing.PrintColorUIResource [UI]

View File

@@ -1,991 +0,0 @@
Class javax.swing.plaf.metal.MetalLookAndFeel
ID Metal
Name Metal
Java 9.0.4
OS Windows 10
#---- AuditoryCues ----
AuditoryCues.allAuditoryCues length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.cueList length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.defaultCueList length=4 [Ljava.lang.Object;
[0] OptionPane.errorSound
[1] OptionPane.informationSound
[2] OptionPane.questionSound
[3] OptionPane.warningSound
AuditoryCues.noAuditoryCues length=1 [Ljava.lang.Object;
[0] mute
#---- Button ----
Button.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Button.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Button.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
Button.defaultButtonFollowsFocus false
Button.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
Button.disabledToolBarBorderBackground #cccccc javax.swing.plaf.ColorUIResource [UI]
Button.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Button.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Button.foreground #333333 sun.swing.PrintColorUIResource [UI]
Button.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Button.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.light #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
Button.rollover true
Button.rolloverIconType ocean
Button.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Button.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Button.textIconGap 4
Button.textShiftOffset 0
Button.toolBarBorderBackground #999999 javax.swing.plaf.ColorUIResource [UI]
ButtonUI javax.swing.plaf.metal.MetalButtonUI
#---- CheckBox ----
CheckBox.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBox.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
CheckBox.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
CheckBox.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground #333333 sun.swing.PrintColorUIResource [UI]
CheckBox.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon [lazy] 13,13 javax.swing.plaf.metal.MetalIconFactory$CheckBoxIcon [UI]
CheckBox.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBox.rollover true
CheckBox.textIconGap 4
CheckBox.textShiftOffset 0
CheckBox.totalInsets 4,4,4,4 java.awt.Insets
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
CheckBoxMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon [UI]
CheckBoxMenuItem.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
CheckBoxMenuItem.borderPainted true
CheckBoxMenuItem.checkIcon [lazy] 10,10 javax.swing.plaf.metal.MetalIconFactory$CheckBoxMenuItemIcon [UI]
CheckBoxMenuItem.commandSound sounds/MenuItemCommand.wav
CheckBoxMenuItem.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground #333333 sun.swing.PrintColorUIResource [UI]
CheckBoxMenuItem.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
CheckBoxMenuItemUI javax.swing.plaf.basic.BasicCheckBoxMenuItemUI
#---- CheckBox ----
CheckBoxUI javax.swing.plaf.metal.MetalCheckBoxUI
#---- Checkbox ----
Checkbox.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- ColorChooser ----
ColorChooser.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ColorChooser.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #333333 sun.swing.PrintColorUIResource [UI]
ColorChooser.swatchesDefaultRecentColor #eeeeee javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesRecentSwatchSize 10,10 java.awt.Dimension
ColorChooser.swatchesSwatchSize 10,10 java.awt.Dimension
ColorChooserUI javax.swing.plaf.basic.BasicColorChooserUI
#---- ComboBox ----
ComboBox.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonDarkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ComboBox.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground #333333 sun.swing.PrintColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false
ComboBox.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ComboBox.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
ComboBox.timeFactor 1000
ComboBoxUI javax.swing.plaf.metal.MetalComboBoxUI
#---- Desktop ----
Desktop.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Desktop.minOnScreenInsets 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
#---- DesktopIcon ----
DesktopIcon.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
DesktopIcon.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #7a8a99 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.border.LineBorder
2,2,1,2 true javax.swing.border.MatteBorder
DesktopIcon.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
DesktopIcon.foreground #333333 sun.swing.PrintColorUIResource [UI]
DesktopIcon.width 160
DesktopIconUI javax.swing.plaf.metal.MetalDesktopIconUI
#---- DesktopPane ----
DesktopPaneUI javax.swing.plaf.basic.BasicDesktopPaneUI
#---- EditorPane ----
EditorPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
EditorPane.caretBlinkRate 500
EditorPane.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
EditorPane.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
EditorPane.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
EditorPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
EditorPane.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
EditorPane.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
EditorPaneUI javax.swing.plaf.basic.BasicEditorPaneUI
#---- FileChooser ----
FileChooser.detailsViewIcon [lazy] 18,18 javax.swing.plaf.metal.MetalIconFactory$FileChooserDetailViewIcon [UI]
FileChooser.homeFolderIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.listViewIcon [lazy] 18,18 javax.swing.plaf.metal.MetalIconFactory$FileChooserListViewIcon [UI]
FileChooser.newFolderIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.readOnly false
FileChooser.upFolderIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.useSystemExtensionHiding false
FileChooser.usesSingleFilePane true
FileChooserUI javax.swing.plaf.metal.MetalFileChooserUI
#---- FileView ----
FileView.computerIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.directoryIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.fileIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.floppyDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.hardDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- FormattedTextField ----
FormattedTextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
FormattedTextField.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground #333333 sun.swing.PrintColorUIResource [UI]
FormattedTextField.inactiveBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
FormattedTextField.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
FormattedTextFieldUI javax.swing.plaf.basic.BasicFormattedTextFieldUI
#---- InternalFrame ----
InternalFrame.activeTitleBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleForeground #333333 sun.swing.PrintColorUIResource [UI]
InternalFrame.activeTitleGradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.border [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$InternalFrameBorder [UI]
InternalFrame.borderColor #eeeeee javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderDarkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderLight #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.closeIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.closeSound sounds/FrameClose.wav
InternalFrame.icon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
InternalFrame.iconifyIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.inactiveTitleBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleForeground #333333 sun.swing.PrintColorUIResource [UI]
InternalFrame.maximizeIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.maximizeSound sounds/FrameMaximize.wav
InternalFrame.minimizeIcon [lazy] 16,16 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.minimizeSound sounds/FrameMinimize.wav
InternalFrame.optionDialogBorder [lazy] 3,3,3,3 false javax.swing.plaf.metal.MetalBorders$OptionDialogBorder [UI]
InternalFrame.paletteBorder [lazy] 1,1,1,1 false javax.swing.plaf.metal.MetalBorders$PaletteBorder [UI]
InternalFrame.paletteCloseIcon [lazy] 7,7 javax.swing.plaf.metal.OceanTheme$IFIcon [UI]
InternalFrame.paletteTitleHeight 11
InternalFrame.restoreDownSound sounds/FrameRestoreDown.wav
InternalFrame.restoreUpSound sounds/FrameRestoreUp.wav
InternalFrame.titleFont [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
#---- InternalFrameTitlePane ----
InternalFrameTitlePane.closeButtonOpacity true
InternalFrameTitlePane.iconifyButtonOpacity true
InternalFrameTitlePane.maximizeButtonOpacity true
#---- InternalFrame ----
InternalFrameUI javax.swing.plaf.metal.MetalInternalFrameUI
#---- Label ----
Label.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Label.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Label.foreground #333333 sun.swing.PrintColorUIResource [UI]
LabelUI javax.swing.plaf.metal.MetalLabelUI
#---- List ----
List.background #ffffff javax.swing.plaf.ColorUIResource [UI]
List.cellRenderer [active] javax.swing.DefaultListCellRenderer$UIResource [UI]
List.dropCellBackground #d2e9ff javax.swing.plaf.ColorUIResource [UI]
List.dropLineColor #6382bf javax.swing.plaf.ColorUIResource [UI]
List.focusCellHighlightBorder [lazy] line: #6382bf javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
List.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
List.foreground #333333 sun.swing.PrintColorUIResource [UI]
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
List.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
List.timeFactor 1000
ListUI javax.swing.plaf.basic.BasicListUI
#---- Menu ----
Menu.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Menu.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuArrowIcon [UI]
Menu.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Menu.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
Menu.borderPainted true
Menu.cancelMode hideLastSubmenu
Menu.checkIcon [lazy] null
Menu.crossMenuMnemonic true
Menu.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
Menu.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Menu.foreground #333333 sun.swing.PrintColorUIResource [UI]
Menu.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Menu.menuPopupOffsetX 0
Menu.menuPopupOffsetY 0
Menu.opaque false
Menu.preserveTopLevelSelection false
Menu.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Menu.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Menu.shortcutKeys length=1 [I
[0] 8
Menu.submenuPopupOffsetX -4
Menu.submenuPopupOffsetY -3
#---- MenuBar ----
MenuBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
MenuBar.border [lazy] 0,0,2,0 false javax.swing.plaf.metal.MetalBorders$MenuBarBorder [UI]
MenuBar.borderColor #cccccc javax.swing.plaf.ColorUIResource [UI]
MenuBar.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground #333333 sun.swing.PrintColorUIResource [UI]
MenuBar.gradient size=5 java.util.Arrays$ArrayList
[0] 1.0
[1] 0.0
[2] #ffffff javax.swing.plaf.ColorUIResource [UI]
[3] #dadada javax.swing.plaf.ColorUIResource [UI]
[4] #dadada javax.swing.plaf.ColorUIResource [UI]
MenuBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus
MenuBarUI javax.swing.plaf.metal.MetalMenuBarUI
#---- MenuItem ----
MenuItem.acceleratorDelimiter -
MenuItem.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
MenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon [UI]
MenuItem.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
MenuItem.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
MenuItem.borderPainted true
MenuItem.checkIcon [lazy] null
MenuItem.commandSound sounds/MenuItemCommand.wav
MenuItem.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
MenuItem.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground #333333 sun.swing.PrintColorUIResource [UI]
MenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
MenuItem.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
MenuItemUI javax.swing.plaf.basic.BasicMenuItemUI
#---- Menu ----
MenuUI javax.swing.plaf.basic.BasicMenuUI
#---- OptionPane ----
OptionPane.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 10,10,12,10 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonAreaBorder [lazy] 6,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonClickThreshhold 500
OptionPane.errorDialog.border.background #993333 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorDialog.titlePane.background #ff9999 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorDialog.titlePane.foreground #330000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorDialog.titlePane.shadow #cc6666 javax.swing.plaf.ColorUIResource [UI]
OptionPane.errorIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.errorSound sounds/OptionPaneError.wav
OptionPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
OptionPane.informationIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.informationSound sounds/OptionPaneInformation.wav
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.messageForeground #333333 sun.swing.PrintColorUIResource [UI]
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.questionDialog.border.background #336633 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionDialog.titlePane.background #99cc99 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionDialog.titlePane.foreground #003300 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionDialog.titlePane.shadow #669966 javax.swing.plaf.ColorUIResource [UI]
OptionPane.questionIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.questionSound sounds/OptionPaneQuestion.wav
OptionPane.warningDialog.border.background #996633 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningDialog.titlePane.background #ffcc99 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningDialog.titlePane.foreground #663300 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningDialog.titlePane.shadow #cc9966 javax.swing.plaf.ColorUIResource [UI]
OptionPane.warningIcon [lazy] 32,32 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
OptionPane.warningSound sounds/OptionPaneWarning.wav
OptionPane.windowBindings length=2 [Ljava.lang.Object;
[0] ESCAPE
[1] close
OptionPaneUI javax.swing.plaf.basic.BasicOptionPaneUI
#---- Panel ----
Panel.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Panel.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Panel.foreground #333333 sun.swing.PrintColorUIResource [UI]
PanelUI javax.swing.plaf.basic.BasicPanelUI
#---- PasswordField ----
PasswordField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordField.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
PasswordField.caretBlinkRate 500
PasswordField.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
PasswordField.echoChar '\u2022'
PasswordField.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground #333333 sun.swing.PrintColorUIResource [UI]
PasswordField.inactiveBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
PasswordField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
PasswordField.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
PasswordField.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
PasswordFieldUI javax.swing.plaf.basic.BasicPasswordFieldUI
#---- PopupMenu ----
PopupMenu.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
PopupMenu.border [lazy] 3,1,2,1 false javax.swing.plaf.metal.MetalBorders$PopupMenuBorder [UI]
PopupMenu.consumeEventOnClose false
PopupMenu.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground #333333 sun.swing.PrintColorUIResource [UI]
PopupMenu.popupSound sounds/PopupMenuPopup.wav
#---- PopupMenuSeparator ----
PopupMenuSeparatorUI javax.swing.plaf.metal.MetalPopupMenuSeparatorUI
#---- PopupMenu ----
PopupMenuUI javax.swing.plaf.basic.BasicPopupMenuUI
#---- ProgressBar ----
ProgressBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ProgressBar.border [lazy] line: #7a8a99 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ProgressBar.cellLength 1
ProgressBar.cellSpacing 0
ProgressBar.cycleTime 3000
ProgressBar.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,12 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.repaintInterval 50
ProgressBar.selectionBackground #6382bf javax.swing.plaf.ColorUIResource [UI]
ProgressBar.selectionForeground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ProgressBar.verticalSize 12,146 javax.swing.plaf.DimensionUIResource [UI]
ProgressBarUI javax.swing.plaf.metal.MetalProgressBarUI
#---- RadioButton ----
RadioButton.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButton.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
RadioButton.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
RadioButton.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
RadioButton.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground #333333 sun.swing.PrintColorUIResource [UI]
RadioButton.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon [lazy] 13,13 javax.swing.plaf.metal.MetalIconFactory$RadioButtonIcon [UI]
RadioButton.light #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButton.rollover true
RadioButton.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButton.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButton.textIconGap 4
RadioButton.textShiftOffset 0
RadioButton.totalInsets 4,4,4,4 java.awt.Insets
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorFont [active] Dialog plain 10 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground #333333 sun.swing.PrintColorUIResource [UI]
RadioButtonMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.metal.MetalIconFactory$MenuItemArrowIcon [UI]
RadioButtonMenuItem.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.border [lazy] 2,2,2,2 false javax.swing.plaf.metal.MetalBorders$MenuItemBorder [UI]
RadioButtonMenuItem.borderPainted true
RadioButtonMenuItem.checkIcon [lazy] 10,10 javax.swing.plaf.metal.MetalIconFactory$RadioButtonMenuItemIcon [UI]
RadioButtonMenuItem.commandSound sounds/MenuItemCommand.wav
RadioButtonMenuItem.disabledForeground #999999 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground #333333 sun.swing.PrintColorUIResource [UI]
RadioButtonMenuItem.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.selectionBackground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
RadioButtonMenuItemUI javax.swing.plaf.basic.BasicRadioButtonMenuItemUI
#---- RadioButton ----
RadioButtonUI javax.swing.plaf.metal.MetalRadioButtonUI
#---- RootPane ----
RootPane.colorChooserDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder [UI]
RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[0] ENTER
[1] press
[2] released ENTER
[3] release
[4] ctrl ENTER
[5] press
[6] ctrl released ENTER
[7] release
RootPane.errorDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$ErrorDialogBorder [UI]
RootPane.fileChooserDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder [UI]
RootPane.frameBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$FrameBorder [UI]
RootPane.informationDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$DialogBorder [UI]
RootPane.plainDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$DialogBorder [UI]
RootPane.questionDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder [UI]
RootPane.warningDialogBorder [lazy] 5,5,5,5 false javax.swing.plaf.metal.MetalBorders$WarningDialogBorder [UI]
RootPaneUI javax.swing.plaf.metal.MetalRootPaneUI
#---- ScrollBar ----
ScrollBar.allowsAbsolutePositioning true
ScrollBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollBar.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.foreground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollBar.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.maximumThumbSize 4096,4096 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.minimumThumbSize 8,8 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumb #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbDarkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbHighlight #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbShadow #6382bf javax.swing.plaf.ColorUIResource [UI]
ScrollBar.track #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlight #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.width 17
ScrollBarUI javax.swing.plaf.metal.MetalScrollBarUI
#---- ScrollPane ----
ScrollPane.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [lazy] 1,1,2,2 false javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder [UI]
ScrollPane.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
ScrollPaneUI javax.swing.plaf.metal.MetalScrollPaneUI
#---- Separator ----
Separator.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.foreground #6382bf javax.swing.plaf.ColorUIResource [UI]
Separator.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
SeparatorUI javax.swing.plaf.metal.MetalSeparatorUI
#---- Slider ----
Slider.altTrackColor #d2e2ef javax.swing.plaf.ColorUIResource [UI]
Slider.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Slider.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Slider.focusGradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.2
[2] #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Slider.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Slider.foreground #a3b8cc javax.swing.plaf.ColorUIResource [UI]
Slider.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.2
[2] #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension
Slider.horizontalThumbIcon [lazy] 15,16 javax.swing.plaf.metal.MetalIconFactory$OceanHorizontalSliderThumbIcon [UI]
Slider.majorTickLength 6
Slider.minimumHorizontalSize 36,21 java.awt.Dimension
Slider.minimumVerticalSize 21,36 java.awt.Dimension
Slider.onlyLeftMouseButtonDrag true
Slider.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Slider.tickColor #000000 java.awt.Color
Slider.trackWidth 7
Slider.verticalSize 21,200 java.awt.Dimension
Slider.verticalThumbIcon [lazy] 16,15 javax.swing.plaf.metal.MetalIconFactory$OceanVerticalSliderThumbIcon [UI]
SliderUI javax.swing.plaf.metal.MetalSliderUI
#---- Spinner ----
Spinner.arrowButtonBorder [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Spinner.arrowButtonInsets 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Spinner.arrowButtonSize 16,5 java.awt.Dimension
Spinner.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Spinner.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Spinner.editorAlignment 11
Spinner.editorBorderPainted false
Spinner.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #eeeeee javax.swing.plaf.ColorUIResource [UI]
SpinnerUI javax.swing.plaf.basic.BasicSpinnerUI
#---- SplitPane ----
SplitPane.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
SplitPane.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneBorder [UI]
SplitPane.centerOneTouchButtons false
SplitPane.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerFocusColor #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerSize 10
SplitPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
SplitPane.oneTouchButtonsOpaque false
SplitPane.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPaneDivider ----
SplitPaneDivider.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder [UI]
SplitPaneDivider.draggingColor #404040 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPane ----
SplitPaneUI javax.swing.plaf.metal.MetalSplitPaneUI
#---- TabbedPane ----
TabbedPane.background #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.borderHightlightColor #6382bf javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentAreaColor #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentBorderInsets 4,2,3,3 java.awt.Insets
TabbedPane.contentOpaque true
TabbedPane.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus #6382bf javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
TabbedPane.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.labelShift 1
TabbedPane.light #eeeeee javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selected #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectedLabelShift -1
TabbedPane.selectedTabPadInsets 2,2,2,1 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.selectionFollowsFocus true
TabbedPane.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaBackground #dadada javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaInsets 2,2,0,6 java.awt.Insets
TabbedPane.tabInsets 0,9,1,9 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabRunOverlay 2
TabbedPane.tabsOpaque true
TabbedPane.tabsOverlapBorder false
TabbedPane.textIconGap 4
TabbedPane.unselectedBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
TabbedPaneUI javax.swing.plaf.metal.MetalTabbedPaneUI
#---- Table ----
Table.ascendingSortIcon [lazy] 12,12 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Table.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.descendingSortIcon [lazy] 12,12 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Table.dropCellBackground #d2e9ff javax.swing.plaf.ColorUIResource [UI]
Table.dropLineColor #6382bf javax.swing.plaf.ColorUIResource [UI]
Table.dropLineShortColor #333333 sun.swing.PrintColorUIResource [UI]
Table.focusCellBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground #333333 sun.swing.PrintColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] line: #6382bf javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Table.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Table.foreground #333333 sun.swing.PrintColorUIResource [UI]
Table.gridColor #7a8a99 javax.swing.plaf.ColorUIResource [UI]
Table.scrollPaneBorder [lazy] 1,1,2,2 false javax.swing.plaf.metal.MetalBorders$ScrollPaneBorder [UI]
Table.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Table.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Table.sortIconColor #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- TableHeader ----
TableHeader.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] 2,2,2,0 false javax.swing.plaf.metal.MetalBorders$TableHeaderBorder
TableHeader.focusCellBackground #c8ddf2 javax.swing.plaf.ColorUIResource [UI]
TableHeader.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground #333333 sun.swing.PrintColorUIResource [UI]
TableHeaderUI javax.swing.plaf.basic.BasicTableHeaderUI
#---- Table ----
TableUI javax.swing.plaf.basic.BasicTableUI
#---- ----
Text-specific LCD contrast key 120
Text-specific antialiasing enable key [unknown type] sun.awt.SunHints$Value
#---- TextArea ----
TextArea.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextArea.caretBlinkRate 500
TextArea.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
TextArea.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground #333333 sun.swing.PrintColorUIResource [UI]
TextArea.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextArea.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextArea.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextArea.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
TextAreaUI javax.swing.plaf.basic.BasicTextAreaUI
#---- TextField ----
TextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.metal.MetalBorders$TextFieldBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextField.caretBlinkRate 500
TextField.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
TextField.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
TextField.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TextField.foreground #333333 sun.swing.PrintColorUIResource [UI]
TextField.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextField.light #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.margin 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
TextField.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextField.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
TextField.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextFieldUI javax.swing.plaf.metal.MetalTextFieldUI
#---- TextPane ----
TextPane.background #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextPane.caretBlinkRate 500
TextPane.caretForeground #333333 sun.swing.PrintColorUIResource [UI]
TextPane.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground #333333 sun.swing.PrintColorUIResource [UI]
TextPane.inactiveForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
TextPane.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
TextPane.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
TextPaneUI javax.swing.plaf.basic.BasicTextPaneUI
#---- TitledBorder ----
TitledBorder.border [lazy] line: #b8cfe5 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
TitledBorder.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor #333333 sun.swing.PrintColorUIResource [UI]
#---- ToggleButton ----
ToggleButton.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToggleButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ToggleButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
ToggleButton.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.disabledText #999999 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.focus #a3b8cc javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground #333333 sun.swing.PrintColorUIResource [UI]
ToggleButton.gradient size=5 java.util.Arrays$ArrayList
[0] 0.3
[1] 0.0
[2] #dde8f3 javax.swing.plaf.ColorUIResource [UI]
[3] #ffffff javax.swing.plaf.ColorUIResource [UI]
[4] #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.light #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
ToggleButton.select #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.textIconGap 4
ToggleButton.textShiftOffset 0
ToggleButtonUI javax.swing.plaf.metal.MetalToggleButtonUI
#---- ToolBar ----
ToolBar.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolBar.border [lazy] 1,2,3,2 false javax.swing.plaf.metal.MetalBorders$ToolBarBorder [UI]
ToolBar.borderColor #cccccc javax.swing.plaf.ColorUIResource [UI]
ToolBar.darkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #6382bf javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font [active] Dialog bold 12 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground #333333 sun.swing.PrintColorUIResource [UI]
ToolBar.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.isRollover true
ToolBar.light #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.nonrolloverBorder [lazy] javax.swing.border.CompoundBorder
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$RolloverMarginBorder
ToolBar.rolloverBorder [lazy] javax.swing.border.CompoundBorder
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$ButtonBorder [UI]
3,3,3,3 false javax.swing.plaf.metal.MetalBorders$RolloverMarginBorder
ToolBar.separatorSize 10,10 javax.swing.plaf.DimensionUIResource [UI]
ToolBar.shadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
#---- ToolBarSeparator ----
ToolBarSeparatorUI javax.swing.plaf.basic.BasicToolBarSeparatorUI
#---- ToolBar ----
ToolBarUI javax.swing.plaf.metal.MetalToolBarUI
#---- ToolTip ----
ToolTip.background #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
ToolTip.backgroundInactive #eeeeee javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] line: #6382bf javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.borderInactive [lazy] line: #7a8a99 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground #333333 sun.swing.PrintColorUIResource [UI]
ToolTip.foregroundInactive #7a8a99 javax.swing.plaf.ColorUIResource [UI]
ToolTip.hideAccelerator false
#---- ToolTipManager ----
ToolTipManager.enableToolTipMode activeApplication
#---- ToolTip ----
ToolTipUI javax.swing.plaf.metal.MetalToolTipUI
#---- Tree ----
Tree.background #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.changeSelectionWithFocus true
Tree.closedIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.collapsedIcon [lazy] 18,18 javax.swing.plaf.metal.OceanTheme$COIcon [UI]
Tree.drawsFocusBorderAroundIcon false
Tree.dropCellBackground #d2e9ff javax.swing.plaf.ColorUIResource [UI]
Tree.dropLineColor #6382bf javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.expandedIcon [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.font [active] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Tree.foreground #333333 sun.swing.PrintColorUIResource [UI]
Tree.hash #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Tree.leafIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.leftChildIndent 7
Tree.line #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Tree.lineTypeDashed false
Tree.openIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.paintLines true
Tree.rightChildIndent 13
Tree.rowHeight 0
Tree.scrollsOnExpand true
Tree.selectionBackground #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionBorderColor #6382bf javax.swing.plaf.ColorUIResource [UI]
Tree.selectionForeground #333333 sun.swing.PrintColorUIResource [UI]
Tree.textBackground #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textForeground #333333 sun.swing.PrintColorUIResource [UI]
Tree.timeFactor 1000
TreeUI javax.swing.plaf.metal.MetalTreeUI
#---- Viewport ----
Viewport.background #eeeeee javax.swing.plaf.ColorUIResource [UI]
Viewport.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground #333333 sun.swing.PrintColorUIResource [UI]
ViewportUI javax.swing.plaf.basic.BasicViewportUI
#---- ----
activeCaption #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
activeCaptionBorder #a3b8cc javax.swing.plaf.ColorUIResource [UI]
activeCaptionText #333333 sun.swing.PrintColorUIResource [UI]
control #eeeeee javax.swing.plaf.ColorUIResource [UI]
controlDkShadow #7a8a99 javax.swing.plaf.ColorUIResource [UI]
controlHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlLtHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlShadow #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
controlText #333333 sun.swing.PrintColorUIResource [UI]
desktop #ffffff javax.swing.plaf.ColorUIResource [UI]
#---- html ----
html.missingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
html.pendingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- ----
inactiveCaption #eeeeee javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionBorder #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionText #333333 sun.swing.PrintColorUIResource [UI]
info #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
infoText #333333 sun.swing.PrintColorUIResource [UI]
menu #eeeeee javax.swing.plaf.ColorUIResource [UI]
menuText #333333 sun.swing.PrintColorUIResource [UI]
scrollbar #eeeeee javax.swing.plaf.ColorUIResource [UI]
text #ffffff javax.swing.plaf.ColorUIResource [UI]
textHighlight #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
textHighlightText #333333 sun.swing.PrintColorUIResource [UI]
textInactiveText #b8cfe5 javax.swing.plaf.ColorUIResource [UI]
textText #333333 sun.swing.PrintColorUIResource [UI]
window #ffffff javax.swing.plaf.ColorUIResource [UI]
windowBorder #eeeeee javax.swing.plaf.ColorUIResource [UI]
windowText #333333 sun.swing.PrintColorUIResource [UI]

View File

@@ -1,876 +0,0 @@
Class javax.swing.plaf.metal.MetalLookAndFeel
ID Metal
Name Metal
Java 1.8.0_202
OS Windows 10
#---- Button ----
Button.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 15 javax.swing.plaf.InputMapUIResource [UI]
alt DOWN togglePopup
alt KP_DOWN togglePopup
alt KP_UP togglePopup
alt UP togglePopup
DOWN selectNext
END endPassThrough
ENTER enterPressed
ESCAPE hidePopup
HOME homePassThrough
KP_DOWN selectNext
KP_UP selectPrevious
PAGE_DOWN pageDownPassThrough
PAGE_UP pageUpPassThrough
SPACE spacePopup
UP selectPrevious
#---- Desktop ----
Desktop.ancestorInputMap [lazy] 29 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt F6 selectNextFrame
ctrl F10 maximize
ctrl F12 navigateNext
ctrl F4 close
ctrl F5 restore
ctrl F6 selectNextFrame
ctrl F7 move
ctrl F8 resize
ctrl F9 minimize
ctrl TAB selectNextFrame
DOWN down
ESCAPE escape
KP_DOWN down
KP_LEFT left
KP_RIGHT right
KP_UP up
LEFT left
RIGHT right
UP up
shift ctrl alt F6 selectPreviousFrame
shift ctrl F12 navigatePrevious
shift DOWN shrinkDown
shift KP_DOWN shrinkDown
shift KP_LEFT shrinkLeft
shift KP_RIGHT shrinkRight
shift KP_UP shrinkUp
shift LEFT shrinkLeft
shift RIGHT shrinkRight
shift UP shrinkUp
#---- EditorPane ----
EditorPane.focusInputMap [lazy] 61 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
BACK_SPACE Go Up
ESCAPE cancelSelection
F2 editFileName
F5 refresh
#---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 44 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN decrement
END caret-end-line
ENTER notify-field-accept
ESCAPE reset-field-edit
HOME caret-begin-line
KP_DOWN decrement
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP increment
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
UP increment
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- List ----
List.focusInputMap.RightToLeft [lazy] 16 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
List.focusInputMap [lazy] 64 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRowChangeLead
ctrl HOME selectFirstRowChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastRow
HOME selectFirstRow
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDown
PAGE_UP scrollUp
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift HOME selectFirstRowExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift UP selectPreviousRowExtendSelection
#---- PasswordField ----
PasswordField.focusInputMap [lazy] 37 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl C copy-to-clipboard
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-begin-line
ctrl KP_RIGHT caret-end-line
ctrl LEFT caret-begin-line
ctrl RIGHT caret-end-line
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl KP_LEFT selection-begin-line
shift ctrl KP_RIGHT selection-end-line
shift ctrl LEFT selection-begin-line
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-end-line
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- PopupMenu ----
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=8 [Ljava.lang.Object;
[0] LEFT
[1] selectChild
[2] KP_LEFT
[3] selectChild
[4] RIGHT
[5] selectParent
[6] KP_RIGHT
[7] selectParent
PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] ctrl ENTER
[21] return
[22] SPACE
[23] return
#---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
CONTEXT_MENU postPopup
shift F10 postPopup
#---- ScrollBar ----
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
ScrollBar.ancestorInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
#---- ScrollPane ----
ScrollPane.ancestorInputMap.RightToLeft [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN scrollLeft
ctrl PAGE_UP scrollRight
ScrollPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl END scrollEnd
ctrl HOME scrollHome
ctrl PAGE_DOWN scrollRight
ctrl PAGE_UP scrollLeft
DOWN unitScrollDown
KP_DOWN unitScrollDown
KP_LEFT unitScrollLeft
KP_RIGHT unitScrollRight
KP_UP unitScrollUp
LEFT unitScrollLeft
PAGE_DOWN scrollDown
PAGE_UP scrollUp
RIGHT unitScrollRight
UP unitScrollUp
#---- Slider ----
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
Slider.focusInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN negativeBlockIncrement
ctrl PAGE_UP positiveBlockIncrement
DOWN negativeUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN negativeUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP positiveUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN negativeBlockIncrement
PAGE_UP positiveBlockIncrement
RIGHT positiveUnitIncrement
UP positiveUnitIncrement
#---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
DOWN decrement
KP_DOWN decrement
KP_UP increment
UP increment
#---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl TAB focusOutForward
DOWN positiveIncrement
END selectMax
F6 toggleFocus
F8 startResize
HOME selectMin
KP_DOWN positiveIncrement
KP_LEFT negativeIncrement
KP_RIGHT positiveIncrement
KP_UP negativeIncrement
LEFT negativeIncrement
RIGHT positiveIncrement
UP negativeIncrement
shift ctrl TAB focusOutBackward
#---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_UP requestFocus
ctrl PAGE_DOWN navigatePageDown
ctrl PAGE_UP navigatePageUp
ctrl UP requestFocus
TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
ctrl DOWN requestFocusForVisibleComponent
ctrl KP_DOWN requestFocusForVisibleComponent
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Table ----
Table.ancestorInputMap.RightToLeft [lazy] 20 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl PAGE_DOWN scrollLeftChangeSelection
ctrl PAGE_UP scrollRightChangeSelection
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl PAGE_DOWN scrollLeftExtendSelection
shift ctrl PAGE_UP scrollRightExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
Table.ancestorInputMap [lazy] 71 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRow
ctrl HOME selectFirstRow
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollRightChangeSelection
ctrl PAGE_UP scrollLeftChangeSelection
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastColumn
ENTER selectNextRowCell
ESCAPE cancel
F2 startEditing
F8 focusHeader
HOME selectFirstColumn
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
TAB selectNextColumnCell
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollRightExtendSelection
shift ctrl PAGE_UP scrollLeftExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastColumnExtendSelection
shift ENTER selectPreviousRowCell
shift HOME selectFirstColumnExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift TAB selectPreviousColumnCell
shift UP selectPreviousRowExtendSelection
#---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT moveColumnLeft
alt KP_RIGHT moveColumnRight
alt LEFT moveColumnLeft
alt RIGHT moveColumnRight
ESCAPE focusTable
KP_LEFT selectColumnToLeft
KP_RIGHT selectColumnToRight
LEFT selectColumnToLeft
RIGHT selectColumnToRight
SPACE toggleSortOrder
shift alt KP_LEFT resizeLeft
shift alt KP_RIGHT resizeRight
shift alt LEFT resizeLeft
shift alt RIGHT resizeRight
#---- TextArea ----
TextArea.focusInputMap [lazy] 61 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- TextField ----
TextField.focusInputMap [lazy] 39 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- TextPane ----
TextPane.focusInputMap [lazy] 61 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_DOWN caret-down
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP caret-up
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_DOWN selection-down
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift KP_UP selection-up
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancel
Tree.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT selectChild
KP_RIGHT selectParent
LEFT selectChild
RIGHT selectParent
Tree.focusInputMap [lazy] 59 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextChangeLead
ctrl END selectLastChangeLead
ctrl HOME selectFirstChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextChangeLead
ctrl KP_LEFT scrollLeft
ctrl KP_RIGHT scrollRight
ctrl KP_UP selectPreviousChangeLead
ctrl LEFT scrollLeft
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT scrollRight
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousChangeLead
ctrl V paste
ctrl X cut
ADD expand
COPY copy
CUT cut
DOWN selectNext
END selectLast
F2 startEditing
HOME selectFirst
KP_DOWN selectNext
KP_LEFT selectParent
KP_RIGHT selectChild
KP_UP selectPrevious
LEFT selectParent
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectChild
SPACE addToSelection
SUBTRACT collapse
UP selectPrevious
shift ctrl DOWN selectNextExtendSelection
shift ctrl END selectLastExtendSelection
shift ctrl HOME selectFirstExtendSelection
shift ctrl KP_DOWN selectNextExtendSelection
shift ctrl KP_UP selectPreviousExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousExtendSelection
shift DELETE cut
shift DOWN selectNextExtendSelection
shift END selectLastExtendSelection
shift HOME selectFirstExtendSelection
shift INSERT paste
shift KP_DOWN selectNextExtendSelection
shift KP_UP selectPreviousExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift SPACE extendTo
shift UP selectPreviousExtendSelection

View File

@@ -1,772 +0,0 @@
Class javax.swing.plaf.nimbus.NimbusLookAndFeel
ID Nimbus
Name Nimbus
Java 1.8.0_202
OS Windows 10
#---- Button ----
Button.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 15 javax.swing.plaf.InputMapUIResource [UI]
alt DOWN togglePopup
alt KP_DOWN togglePopup
alt KP_UP togglePopup
alt UP togglePopup
DOWN selectNext2
END endPassThrough
ENTER enterPressed
ESCAPE hidePopup
F4 togglePopup
HOME homePassThrough
KP_DOWN selectNext2
KP_UP selectPrevious2
PAGE_DOWN pageDownPassThrough
PAGE_UP pageUpPassThrough
UP selectPrevious2
#---- Desktop ----
Desktop.ancestorInputMap [lazy] 21 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt F6 selectNextFrame
ctrl F10 maximize
ctrl F12 navigateNext
ctrl F4 close
ctrl F5 restore
ctrl F6 selectNextFrame
ctrl F7 move
ctrl F8 resize
ctrl F9 minimize
ctrl TAB selectNextFrame
DOWN down
ESCAPE escape
KP_DOWN down
KP_LEFT left
KP_RIGHT right
KP_UP up
LEFT left
RIGHT right
UP up
shift ctrl alt F6 selectPreviousFrame
shift ctrl F12 navigatePrevious
#---- EditorPane ----
EditorPane.focusInputMap [lazy] 51 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
ctrl ENTER approveSelection
BACK_SPACE Go Up
ENTER approveSelection
ESCAPE cancelSelection
F2 editFileName
F5 refresh
#---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 44 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN decrement
END caret-end-line
ENTER notify-field-accept
ESCAPE reset-field-edit
HOME caret-begin-line
KP_DOWN decrement
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP increment
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
UP increment
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- List ----
List.focusInputMap [lazy] 64 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRowChangeLead
ctrl HOME selectFirstRowChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastRow
HOME selectFirstRow
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDown
PAGE_UP scrollUp
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift HOME selectFirstRowExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift UP selectPreviousRowExtendSelection
#---- PasswordField ----
PasswordField.focusInputMap [lazy] 31 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl C copy-to-clipboard
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-begin-line
ctrl RIGHT caret-end-line
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl LEFT selection-begin-line
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-end-line
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift RIGHT selection-forward
#---- PopupMenu ----
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=8 [Ljava.lang.Object;
[0] LEFT
[1] selectChild
[2] KP_LEFT
[3] selectChild
[4] RIGHT
[5] selectParent
[6] KP_RIGHT
[7] selectParent
PopupMenu.selectedWindowInputMapBindings length=22 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] SPACE
[21] return
#---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
CONTEXT_MENU postPopup
shift F10 postPopup
#---- ScrollBar ----
ScrollBar.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN positiveBlockIncrement
ctrl PAGE_UP negativeBlockIncrement
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
#---- ScrollPane ----
ScrollPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl END scrollEnd
ctrl HOME scrollHome
ctrl PAGE_DOWN scrollRight
ctrl PAGE_UP scrollLeft
DOWN unitScrollDown
KP_DOWN unitScrollDown
KP_LEFT unitScrollLeft
KP_RIGHT unitScrollRight
KP_UP unitScrollUp
LEFT unitScrollLeft
PAGE_DOWN scrollDown
PAGE_UP scrollUp
RIGHT unitScrollRight
UP unitScrollUp
#---- Slider ----
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN negativeUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN negativeUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP positiveUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN negativeBlockIncrement
PAGE_UP positiveBlockIncrement
RIGHT positiveUnitIncrement
UP positiveUnitIncrement
#---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
DOWN decrement
KP_DOWN decrement
KP_UP increment
UP increment
#---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl TAB focusOutForward
DOWN positiveIncrement
END selectMax
F6 toggleFocus
F8 startResize
HOME selectMin
KP_DOWN positiveIncrement
KP_LEFT negativeIncrement
KP_RIGHT positiveIncrement
KP_UP negativeIncrement
LEFT negativeIncrement
RIGHT positiveIncrement
UP negativeIncrement
shift ctrl TAB focusOutBackward
#---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_UP requestFocus
ctrl PAGE_DOWN navigatePageDown
ctrl PAGE_UP navigatePageUp
ctrl TAB navigateNext
ctrl UP requestFocus
shift ctrl TAB navigatePrevious
TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
ctrl DOWN requestFocusForVisibleComponent
ctrl KP_DOWN requestFocusForVisibleComponent
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Table ----
Table.ancestorInputMap [lazy] 71 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRow
ctrl HOME selectFirstRow
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollRightChangeSelection
ctrl PAGE_UP scrollLeftChangeSelection
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastColumn
ENTER selectNextRowCell
ESCAPE cancel
F2 startEditing
F8 focusHeader
HOME selectFirstColumn
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
TAB selectNextColumnCell
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollRightExtendSelection
shift ctrl PAGE_UP scrollLeftExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastColumnExtendSelection
shift ENTER selectPreviousRowCell
shift HOME selectFirstColumnExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift TAB selectPreviousColumnCell
shift UP selectPreviousRowExtendSelection
#---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT moveColumnLeft
alt KP_RIGHT moveColumnRight
alt LEFT moveColumnLeft
alt RIGHT moveColumnRight
ESCAPE focusTable
KP_LEFT selectColumnToLeft
KP_RIGHT selectColumnToRight
LEFT selectColumnToLeft
RIGHT selectColumnToRight
SPACE toggleSortOrder
shift alt KP_LEFT resizeLeft
shift alt KP_RIGHT resizeRight
shift alt LEFT resizeLeft
shift alt RIGHT resizeRight
#---- TextArea ----
TextArea.focusInputMap [lazy] 51 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- TextField ----
TextField.focusInputMap [lazy] 33 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift RIGHT selection-forward
#---- TextPane ----
TextPane.focusInputMap [lazy] 51 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancel
Tree.focusInputMap [lazy] 59 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextChangeLead
ctrl END selectLastChangeLead
ctrl HOME selectFirstChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextChangeLead
ctrl KP_LEFT scrollLeft
ctrl KP_RIGHT scrollRight
ctrl KP_UP selectPreviousChangeLead
ctrl LEFT scrollLeft
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT scrollRight
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousChangeLead
ctrl V paste
ctrl X cut
ADD expand
COPY copy
CUT cut
DOWN selectNext
END selectLast
F2 startEditing
HOME selectFirst
KP_DOWN selectNext
KP_LEFT selectParent
KP_RIGHT selectChild
KP_UP selectPrevious
LEFT selectParent
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectChild
SPACE addToSelection
SUBTRACT collapse
UP selectPrevious
shift ctrl DOWN selectNextExtendSelection
shift ctrl END selectLastExtendSelection
shift ctrl HOME selectFirstExtendSelection
shift ctrl KP_DOWN selectNextExtendSelection
shift ctrl KP_UP selectPreviousExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousExtendSelection
shift DELETE cut
shift DOWN selectNextExtendSelection
shift END selectLastExtendSelection
shift HOME selectFirstExtendSelection
shift INSERT paste
shift KP_DOWN selectNextExtendSelection
shift KP_UP selectPreviousExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift SPACE extendTo
shift UP selectPreviousExtendSelection

View File

@@ -1,774 +0,0 @@
Class javax.swing.plaf.nimbus.NimbusLookAndFeel
ID Nimbus
Name Nimbus
Java 10.0.2
OS Windows 10
#---- Button ----
Button.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 15 javax.swing.plaf.InputMapUIResource [UI]
alt DOWN togglePopup
alt KP_DOWN togglePopup
alt KP_UP togglePopup
alt UP togglePopup
DOWN selectNext2
END endPassThrough
ENTER enterPressed
ESCAPE hidePopup
F4 togglePopup
HOME homePassThrough
KP_DOWN selectNext2
KP_UP selectPrevious2
PAGE_DOWN pageDownPassThrough
PAGE_UP pageUpPassThrough
UP selectPrevious2
#---- Desktop ----
Desktop.ancestorInputMap [lazy] 21 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt F6 selectNextFrame
ctrl F10 maximize
ctrl F12 navigateNext
ctrl F4 close
ctrl F5 restore
ctrl F6 selectNextFrame
ctrl F7 move
ctrl F8 resize
ctrl F9 minimize
ctrl TAB selectNextFrame
DOWN down
ESCAPE escape
KP_DOWN down
KP_LEFT left
KP_RIGHT right
KP_UP up
LEFT left
RIGHT right
UP up
shift ctrl alt F6 selectPreviousFrame
shift ctrl F12 navigatePrevious
#---- EditorPane ----
EditorPane.focusInputMap [lazy] 51 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
ctrl ENTER approveSelection
BACK_SPACE Go Up
ENTER approveSelection
ESCAPE cancelSelection
F2 editFileName
F5 refresh
#---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 44 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN decrement
END caret-end-line
ENTER notify-field-accept
ESCAPE reset-field-edit
HOME caret-begin-line
KP_DOWN decrement
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP increment
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
UP increment
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- List ----
List.focusInputMap [lazy] 64 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRowChangeLead
ctrl HOME selectFirstRowChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastRow
HOME selectFirstRow
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDown
PAGE_UP scrollUp
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift HOME selectFirstRowExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift UP selectPreviousRowExtendSelection
#---- PasswordField ----
PasswordField.focusInputMap [lazy] 31 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl C copy-to-clipboard
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-begin-line
ctrl RIGHT caret-end-line
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl LEFT selection-begin-line
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-end-line
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift RIGHT selection-forward
#---- PopupMenu ----
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=8 [Ljava.lang.Object;
[0] LEFT
[1] selectChild
[2] KP_LEFT
[3] selectChild
[4] RIGHT
[5] selectParent
[6] KP_RIGHT
[7] selectParent
PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] ctrl ENTER
[21] return
[22] SPACE
[23] return
#---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
CONTEXT_MENU postPopup
shift F10 postPopup
#---- ScrollBar ----
ScrollBar.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN positiveBlockIncrement
ctrl PAGE_UP negativeBlockIncrement
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
#---- ScrollPane ----
ScrollPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl END scrollEnd
ctrl HOME scrollHome
ctrl PAGE_DOWN scrollRight
ctrl PAGE_UP scrollLeft
DOWN unitScrollDown
KP_DOWN unitScrollDown
KP_LEFT unitScrollLeft
KP_RIGHT unitScrollRight
KP_UP unitScrollUp
LEFT unitScrollLeft
PAGE_DOWN scrollDown
PAGE_UP scrollUp
RIGHT unitScrollRight
UP unitScrollUp
#---- Slider ----
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN negativeUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN negativeUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP positiveUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN negativeBlockIncrement
PAGE_UP positiveBlockIncrement
RIGHT positiveUnitIncrement
UP positiveUnitIncrement
#---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
DOWN decrement
KP_DOWN decrement
KP_UP increment
UP increment
#---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl TAB focusOutForward
DOWN positiveIncrement
END selectMax
F6 toggleFocus
F8 startResize
HOME selectMin
KP_DOWN positiveIncrement
KP_LEFT negativeIncrement
KP_RIGHT positiveIncrement
KP_UP negativeIncrement
LEFT negativeIncrement
RIGHT positiveIncrement
UP negativeIncrement
shift ctrl TAB focusOutBackward
#---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_UP requestFocus
ctrl PAGE_DOWN navigatePageDown
ctrl PAGE_UP navigatePageUp
ctrl TAB navigateNext
ctrl UP requestFocus
shift ctrl TAB navigatePrevious
TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
ctrl DOWN requestFocusForVisibleComponent
ctrl KP_DOWN requestFocusForVisibleComponent
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Table ----
Table.ancestorInputMap [lazy] 71 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRow
ctrl HOME selectFirstRow
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollRightChangeSelection
ctrl PAGE_UP scrollLeftChangeSelection
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastColumn
ENTER selectNextRowCell
ESCAPE cancel
F2 startEditing
F8 focusHeader
HOME selectFirstColumn
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
TAB selectNextColumnCell
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollRightExtendSelection
shift ctrl PAGE_UP scrollLeftExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastColumnExtendSelection
shift ENTER selectPreviousRowCell
shift HOME selectFirstColumnExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift TAB selectPreviousColumnCell
shift UP selectPreviousRowExtendSelection
#---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT moveColumnLeft
alt KP_RIGHT moveColumnRight
alt LEFT moveColumnLeft
alt RIGHT moveColumnRight
ESCAPE focusTable
KP_LEFT selectColumnToLeft
KP_RIGHT selectColumnToRight
LEFT selectColumnToLeft
RIGHT selectColumnToRight
SPACE toggleSortOrder
shift alt KP_LEFT resizeLeft
shift alt KP_RIGHT resizeRight
shift alt LEFT resizeLeft
shift alt RIGHT resizeRight
#---- TextArea ----
TextArea.focusInputMap [lazy] 51 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- TextField ----
TextField.focusInputMap [lazy] 33 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift RIGHT selection-forward
#---- TextPane ----
TextPane.focusInputMap [lazy] 51 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancel
Tree.focusInputMap [lazy] 59 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextChangeLead
ctrl END selectLastChangeLead
ctrl HOME selectFirstChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextChangeLead
ctrl KP_LEFT scrollLeft
ctrl KP_RIGHT scrollRight
ctrl KP_UP selectPreviousChangeLead
ctrl LEFT scrollLeft
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT scrollRight
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousChangeLead
ctrl V paste
ctrl X cut
ADD expand
COPY copy
CUT cut
DOWN selectNext
END selectLast
F2 startEditing
HOME selectFirst
KP_DOWN selectNext
KP_LEFT selectParent
KP_RIGHT selectChild
KP_UP selectPrevious
LEFT selectParent
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectChild
SPACE addToSelection
SUBTRACT collapse
UP selectPrevious
shift ctrl DOWN selectNextExtendSelection
shift ctrl END selectLastExtendSelection
shift ctrl HOME selectFirstExtendSelection
shift ctrl KP_DOWN selectNextExtendSelection
shift ctrl KP_UP selectPreviousExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousExtendSelection
shift DELETE cut
shift DOWN selectNextExtendSelection
shift END selectLastExtendSelection
shift HOME selectFirstExtendSelection
shift INSERT paste
shift KP_DOWN selectNextExtendSelection
shift KP_UP selectPreviousExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift SPACE extendTo
shift UP selectPreviousExtendSelection

View File

@@ -1,938 +0,0 @@
Class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
ID Windows
Name Windows
Java 1.8.0_202
OS Windows 10
#---- ----
AATextInfoPropertyKey [unknown type] sun.swing.SwingUtilities2$AATextInfo
#---- Application ----
Application.useSystemFontSettings true
#---- AuditoryCues ----
AuditoryCues.allAuditoryCues length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.cueList length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.noAuditoryCues length=1 [Ljava.lang.Object;
[0] mute
#---- Button ----
Button.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Button.border [active] 7,8,7,8 false com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder [UI]
Button.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Button.dashedRectGapHeight [active] 6
Button.dashedRectGapWidth [active] 6
Button.dashedRectGapX [active] 3
Button.dashedRectGapY [active] 3
Button.defaultButtonFollowsFocus true
Button.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
Button.disabledShadow [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.focus [active] #000000 java.awt.Color
Button.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Button.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Button.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
Button.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
Button.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Button.showMnemonics [active] false
Button.textIconGap 4
Button.textShiftOffset [active] 0
ButtonUI com.sun.java.swing.plaf.windows.WindowsButtonUI
#---- Caret ----
Caret.width [active] 1
#---- CheckBox ----
CheckBox.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBox.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
CheckBox.focus [active] #000000 java.awt.Color
CheckBox.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBox.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon [lazy] 13,13 com.sun.java.swing.plaf.windows.WindowsIconFactory$CheckBoxIcon
CheckBox.interiorBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBox.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
CheckBox.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBox.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
CheckBox.textIconGap 4
CheckBox.textShiftOffset 0
CheckBox.totalInsets 4,4,4,4 java.awt.Insets
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.afterCheckIconGap [active] 9
CheckBoxMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
CheckBoxMenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBoxMenuItem.borderPainted false
CheckBoxMenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
CheckBoxMenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
CheckBoxMenuItem.checkIconOffset [active] 0
CheckBoxMenuItem.commandSound win.sound.menuCommand
CheckBoxMenuItem.evenHeight [active] true
CheckBoxMenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin [active] 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.minimumTextOffset [active] 31
CheckBoxMenuItem.opaque [active] false
CheckBoxMenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItemUI com.sun.java.swing.plaf.windows.WindowsCheckBoxMenuItemUI
#---- CheckBox ----
CheckBoxUI com.sun.java.swing.plaf.windows.WindowsCheckBoxUI
#---- ColorChooser ----
ColorChooser.background #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesDefaultRecentColor #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesRecentSwatchSize 10,10 java.awt.Dimension
ColorChooser.swatchesSwatchSize 10,10 java.awt.Dimension
ColorChooserUI javax.swing.plaf.basic.BasicColorChooserUI
#---- ComboBox ----
ComboBox.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
ComboBox.buttonBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
ComboBox.editorBorder [active] 1,2,1,1 false javax.swing.border.EmptyBorder
ComboBox.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false
ComboBox.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ComboBox.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.timeFactor 1000
ComboBoxUI com.sun.java.swing.plaf.windows.WindowsComboBoxUI
#---- Desktop ----
Desktop.background [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Desktop.minOnScreenInsets 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
#---- DesktopIcon ----
DesktopIcon.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #b4b4b4 javax.swing.plaf.ColorUIResource [UI] 5 false 5,5,5,5 true com.sun.java.swing.plaf.windows.WindowsBorders$InternalFrameLineBorder [UI]
DesktopIcon.width 160
DesktopIconUI com.sun.java.swing.plaf.windows.WindowsDesktopIconUI
#---- DesktopPane ----
DesktopPaneUI com.sun.java.swing.plaf.windows.WindowsDesktopPaneUI
#---- EditorPane ----
EditorPane.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
EditorPane.caretBlinkRate 500
EditorPane.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
EditorPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
EditorPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
EditorPane.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
EditorPane.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPaneUI com.sun.java.swing.plaf.windows.WindowsEditorPaneUI
#---- FileChooser ----
FileChooser.detailsViewIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.homeFolderIcon [lazy] [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.listFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
FileChooser.listViewBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
FileChooser.listViewBorder [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
FileChooser.listViewIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.listViewWindowsStyle true
FileChooser.newFolderIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.noPlacesBar [active] false
FileChooser.readOnly false
FileChooser.upFolderIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.useSystemExtensionHiding true
FileChooser.usesSingleFilePane true
FileChooser.viewMenuIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooserUI com.sun.java.swing.plaf.windows.WindowsFileChooserUI
#---- FileView ----
FileView.computerIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.directoryIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.fileIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.floppyDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.hardDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- FormattedTextField ----
FormattedTextField.background #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #6d6d6d javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
FormattedTextField.selectionBackground #0078d7 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextFieldUI javax.swing.plaf.basic.BasicFormattedTextFieldUI
#---- InternalFrame ----
InternalFrame.activeBorderColor [active] #b4b4b4 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleBackground [active] #99b4d1 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleGradient [active] #b9d1ea javax.swing.plaf.ColorUIResource [UI]
InternalFrame.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #b4b4b4 javax.swing.plaf.ColorUIResource [UI] 5 false 5,5,5,5 true com.sun.java.swing.plaf.windows.WindowsBorders$InternalFrameLineBorder [UI]
InternalFrame.borderColor [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderLight [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderWidth [active] 5
InternalFrame.closeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.closeSound win.sound.close
InternalFrame.icon [lazy] 16,16 com.sun.java.swing.plaf.windows.WindowsInternalFrameTitlePane$ScalableIconUIResource [UI]
InternalFrame.iconifyIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.inactiveBorderColor [active] #f4f7fc javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleBackground [active] #bfcddb javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleGradient [active] #d7e4f2 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.layoutTitlePaneAtOrigin [active] true
InternalFrame.maximizeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.maximizeSound win.sound.maximize
InternalFrame.minimizeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.minimizeIconBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.minimizeSound win.sound.minimize
InternalFrame.resizeIconHighlight [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.resizeIconShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.restoreDownSound win.sound.restoreDown
InternalFrame.restoreUpSound win.sound.restoreUp
InternalFrame.titleButtonHeight [active] 22
InternalFrame.titleButtonToolTipsOn [active] true
InternalFrame.titleButtonWidth [active] 36
InternalFrame.titleFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
InternalFrame.titlePaneHeight [active] 22
InternalFrame.windowBindings length=6 [Ljava.lang.Object;
[0] shift ESCAPE
[1] showSystemMenu
[2] ctrl SPACE
[3] showSystemMenu
[4] ESCAPE
[5] hideSystemMenu
#---- InternalFrameTitlePane ----
InternalFrameTitlePane.closeButtonOpacity true
InternalFrameTitlePane.iconifyButtonOpacity true
InternalFrameTitlePane.maximizeButtonOpacity true
#---- InternalFrame ----
InternalFrameUI com.sun.java.swing.plaf.windows.WindowsInternalFrameUI
#---- Label ----
Label.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Label.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Label.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
LabelUI com.sun.java.swing.plaf.windows.WindowsLabelUI
#---- List ----
List.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
List.cellRenderer [active] javax.swing.DefaultListCellRenderer$UIResource [UI]
List.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
List.focusCellHighlightBorder [lazy] line: null 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$ComplementDashedBorder [UI]
List.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
List.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
List.lockToPositionOnScroll true
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
List.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
List.timeFactor 1000
ListUI javax.swing.plaf.basic.BasicListUI
#---- Menu ----
Menu.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.afterCheckIconGap [active] 9
Menu.arrowIcon [lazy] 9,9 com.sun.java.swing.plaf.windows.WindowsIconFactory$MenuArrowIcon [UI]
Menu.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Menu.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Menu.borderPainted false
Menu.cancelMode hideLastSubmenu
Menu.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
Menu.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
Menu.checkIconOffset [active] 0
Menu.crossMenuMnemonic false
Menu.evenHeight [active] true
Menu.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.margin [active] 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
Menu.menuPopupOffsetX 0
Menu.menuPopupOffsetY 0
Menu.minimumTextOffset [active] 31
Menu.opaque [active] false
Menu.preserveTopLevelSelection true
Menu.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Menu.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.shortcutKeys length=1 [I
[0] 8
Menu.submenuPopupOffsetX -4
Menu.submenuPopupOffsetY -3
Menu.useMenuBarBackgroundForTopLevel true
#---- MenuBar ----
MenuBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.border [lazy] 0,0,2,0 false javax.swing.plaf.basic.BasicBorders$MenuBarBorder [UI]
MenuBar.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuBar.height [active] 19
MenuBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.rolloverEnabled [active] true
MenuBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus
MenuBarUI com.sun.java.swing.plaf.windows.WindowsMenuBarUI
#---- MenuItem ----
MenuItem.acceleratorDelimiter +
MenuItem.acceleratorFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.afterCheckIconGap [active] 9
MenuItem.arrowIcon [lazy] 4,8 com.sun.java.swing.plaf.windows.WindowsIconFactory$MenuItemArrowIcon [UI]
MenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
MenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
MenuItem.borderPainted false
MenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
MenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
MenuItem.checkIconOffset [active] 0
MenuItem.commandSound win.sound.menuCommand
MenuItem.disabledAreNavigable true
MenuItem.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
MenuItem.evenHeight [active] true
MenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.margin [active] 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.minimumTextOffset [active] 31
MenuItem.opaque [active] false
MenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
MenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItemUI com.sun.java.swing.plaf.windows.WindowsMenuItemUI
#---- Menu ----
MenuUI com.sun.java.swing.plaf.windows.WindowsMenuUI
#---- OptionPane ----
OptionPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 10,10,12,10 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonAreaBorder [lazy] 6,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonClickThreshhold 500
OptionPane.buttonFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.buttonMinimumWidth [active] 75
OptionPane.errorIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.errorSound win.sound.hand
OptionPane.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.informationIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.informationSound win.sound.asterisk
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.messageFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.messageForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.questionIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.questionSound win.sound.question
OptionPane.warningIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.warningSound win.sound.exclamation
OptionPane.windowBindings length=2 [Ljava.lang.Object;
[0] ESCAPE
[1] close
OptionPaneUI javax.swing.plaf.basic.BasicOptionPaneUI
#---- Panel ----
Panel.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Panel.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Panel.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PanelUI javax.swing.plaf.basic.BasicPanelUI
#---- PasswordField ----
PasswordField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
PasswordField.caretBlinkRate 500
PasswordField.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PasswordField.echoChar [active] '\u25cf'
PasswordField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
PasswordField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
PasswordField.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
PasswordField.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordFieldUI com.sun.java.swing.plaf.windows.WindowsPasswordFieldUI
#---- PopupMenu ----
PopupMenu.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.border [active] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #a0a0a0 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
2,2,2,2 false javax.swing.border.EmptyBorder
PopupMenu.consumeEventOnClose true
PopupMenu.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.popupSound win.sound.menuPopup
#---- PopupMenuSeparator ----
PopupMenuSeparatorUI com.sun.java.swing.plaf.windows.WindowsPopupMenuSeparatorUI
#---- PopupMenu ----
PopupMenuUI com.sun.java.swing.plaf.windows.WindowsPopupMenuUI
#---- ProgressBar ----
ProgressBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
1,1,1,1 false com.sun.java.swing.plaf.windows.WindowsBorders$ProgressBarBorder [UI]
1,1,1,1 false javax.swing.border.EmptyBorder
ProgressBar.cellLength 7
ProgressBar.cellSpacing 2
ProgressBar.cycleTime 3000
ProgressBar.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,12 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.indeterminateInsets 3,3,3,3 java.awt.Insets
ProgressBar.repaintInterval 50
ProgressBar.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.selectionForeground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.verticalSize 12,146 javax.swing.plaf.DimensionUIResource [UI]
ProgressBarUI com.sun.java.swing.plaf.windows.WindowsProgressBarUI
#---- RadioButton ----
RadioButton.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButton.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
RadioButton.focus [active] #000000 java.awt.Color
RadioButton.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon [lazy] 13,13 com.sun.java.swing.plaf.windows.WindowsIconFactory$RadioButtonIcon [UI]
RadioButton.interiorBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
RadioButton.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButton.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.textIconGap 4
RadioButton.textShiftOffset 0
RadioButton.totalInsets 4,4,4,4 java.awt.Insets
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.afterCheckIconGap [active] 9
RadioButtonMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
RadioButtonMenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButtonMenuItem.borderPainted false
RadioButtonMenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
RadioButtonMenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
RadioButtonMenuItem.checkIconOffset [active] 0
RadioButtonMenuItem.commandSound win.sound.menuCommand
RadioButtonMenuItem.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.evenHeight [active] true
RadioButtonMenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin [active] 0,0,0,0 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.minimumTextOffset [active] 31
RadioButtonMenuItem.opaque [active] false
RadioButtonMenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItemUI com.sun.java.swing.plaf.windows.WindowsRadioButtonMenuItemUI
#---- RadioButton ----
RadioButtonUI com.sun.java.swing.plaf.windows.WindowsRadioButtonUI
#---- RootPane ----
RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[0] ENTER
[1] press
[2] released ENTER
[3] release
[4] ctrl ENTER
[5] press
[6] ctrl released ENTER
[7] release
RootPaneUI com.sun.java.swing.plaf.windows.WindowsRootPaneUI
#---- ScrollBar ----
ScrollBar.background [active] #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.foreground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.maximumThumbSize 4096,4096 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.minimumThumbSize 8,8 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.thumb [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.track #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackForeground [active] #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlight #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlightForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.width [active] 17
ScrollBarUI com.sun.java.swing.plaf.windows.WindowsScrollBarUI
#---- ScrollPane ----
ScrollPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
ScrollPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollPaneUI javax.swing.plaf.basic.BasicScrollPaneUI
#---- Separator ----
Separator.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.foreground [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Separator.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.shadow #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
SeparatorUI com.sun.java.swing.plaf.windows.WindowsSeparatorUI
#---- Slider ----
Slider.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Slider.focus [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Slider.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Slider.foreground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension
Slider.minimumHorizontalSize 36,21 java.awt.Dimension
Slider.minimumVerticalSize 21,36 java.awt.Dimension
Slider.onlyLeftMouseButtonDrag true
Slider.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Slider.tickColor #000000 java.awt.Color
Slider.verticalSize 21,200 java.awt.Dimension
SliderUI com.sun.java.swing.plaf.windows.WindowsSliderUI
#---- Spinner ----
Spinner.arrowButtonInsets [active] 1,1,1,1 javax.swing.plaf.InsetsUIResource [UI]
Spinner.arrowButtonSize 17,9 java.awt.Dimension
Spinner.background #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Spinner.border [active] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
2,2,2,2 false javax.swing.border.EmptyBorder
Spinner.editorAlignment 11
Spinner.editorBorderPainted false
Spinner.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
SpinnerUI com.sun.java.swing.plaf.windows.WindowsSpinnerUI
#---- SplitPane ----
SplitPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
SplitPane.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneBorder [UI]
SplitPane.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerSize 5
SplitPane.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
SplitPane.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPaneDivider ----
SplitPaneDivider.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder [UI]
SplitPaneDivider.draggingColor #404040 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPane ----
SplitPaneUI com.sun.java.swing.plaf.windows.WindowsSplitPaneUI
#---- TabbedPane ----
TabbedPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentBorderInsets 2,2,3,3 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.contentOpaque true
TabbedPane.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.labelShift 1
TabbedPane.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectedLabelShift -1
TabbedPane.selectedTabPadInsets 2,2,2,1 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.selectionFollowsFocus true
TabbedPane.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaInsets [active] 3,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabInsets [active] 1,4,1,4 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabRunOverlay 2
TabbedPane.tabsOpaque true
TabbedPane.tabsOverlapBorder [active] true
TabbedPane.textIconGap 4
TabbedPaneUI com.sun.java.swing.plaf.windows.WindowsTabbedPaneUI
#---- Table ----
Table.ascendingSortIcon [active] 13,5 com.sun.java.swing.plaf.windows.WindowsLookAndFeel$SkinIcon [UI]
Table.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Table.descendingSortIcon [active] 13,5 com.sun.java.swing.plaf.windows.WindowsLookAndFeel$SkinIcon [UI]
Table.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.dropLineShortColor #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] line: null 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$ComplementDashedBorder [UI]
Table.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Table.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Table.gridColor #808080 javax.swing.plaf.ColorUIResource [UI]
Table.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
Table.scrollPaneBorder [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
Table.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Table.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconHighlight [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconLight #ffffff javax.swing.plaf.ColorUIResource [UI]
#---- TableHeader ----
TableHeader.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,3,3,3 false javax.swing.plaf.basic.BasicBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TableHeader.focusCellBackground [active] null
TableHeader.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TableHeaderUI com.sun.java.swing.plaf.windows.WindowsTableHeaderUI
#---- Table ----
TableUI javax.swing.plaf.basic.BasicTableUI
#---- TextArea ----
TextArea.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextArea.caretBlinkRate 500
TextArea.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextArea.font [active] Monospaced plain 13 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextArea.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TextArea.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextArea.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextAreaUI com.sun.java.swing.plaf.windows.WindowsTextAreaUI
#---- TextField ----
TextField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
TextField.caretBlinkRate 500
TextField.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
TextField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TextField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextField.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
TextField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TextField.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextField.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
TextFieldUI com.sun.java.swing.plaf.windows.WindowsTextFieldUI
#---- TextPane ----
TextPane.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextPane.caretBlinkRate 500
TextPane.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveForeground #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
TextPane.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextPane.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPaneUI com.sun.java.swing.plaf.windows.WindowsTextPaneUI
#---- TitledBorder ----
TitledBorder.border [active] 2,2,3,2 false com.sun.java.swing.plaf.windows.XPStyle$XPImageBorder [UI]
TitledBorder.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor [active] #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToggleButton ----
ToggleButton.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
ToggleButton.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.focus [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
ToggleButton.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.textIconGap 4
ToggleButton.textShiftOffset 1
ToggleButtonUI com.sun.java.swing.plaf.windows.WindowsToggleButtonUI
#---- ToolBar ----
ToolBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.border [lazy] 1,1,1,1 false com.sun.java.swing.plaf.windows.WindowsBorders$ToolBarBorder [UI]
ToolBar.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #ff0000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
ToolBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
#---- ToolBarSeparator ----
ToolBarSeparatorUI com.sun.java.swing.plaf.windows.WindowsToolBarSeparatorUI
#---- ToolBar ----
ToolBarUI com.sun.java.swing.plaf.windows.WindowsToolBarUI
#---- ToolTip ----
ToolTip.background [active] #ffffe1 javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToolTipManager ----
ToolTipManager.enableToolTipMode activeApplication
#---- ToolTip ----
ToolTipUI javax.swing.plaf.basic.BasicToolTipUI
#---- Tree ----
Tree.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.changeSelectionWithFocus true
Tree.closedIcon [active] 16,16 sun.swing.ImageIconUIResource [UI] (java.awt.image.BufferedImage)
Tree.collapsedIcon 9,9 com.sun.java.swing.plaf.windows.WindowsTreeUI$CollapsedIcon
Tree.drawDashedFocusIndicator true
Tree.drawsFocusBorderAroundIcon false
Tree.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.expandedIcon 9,9 com.sun.java.swing.plaf.windows.WindowsTreeUI$ExpandedIcon
Tree.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Tree.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.hash #808080 javax.swing.plaf.ColorUIResource [UI]
Tree.leafIcon [lazy] 16,13 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.leftChildIndent 8
Tree.lineTypeDashed true
Tree.openIcon [active] 16,16 sun.swing.ImageIconUIResource [UI] (java.awt.image.BufferedImage)
Tree.paintLines true
Tree.rightChildIndent 11
Tree.rowHeight 16
Tree.scrollsOnExpand true
Tree.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionBorderColor #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.timeFactor 1000
TreeUI com.sun.java.swing.plaf.windows.WindowsTreeUI
#---- Viewport ----
Viewport.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Viewport.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ViewportUI javax.swing.plaf.basic.BasicViewportUI
#---- ----
activeCaption #99b4d1 javax.swing.plaf.ColorUIResource [UI]
activeCaptionBorder #b4b4b4 javax.swing.plaf.ColorUIResource [UI]
activeCaptionText #000000 javax.swing.plaf.ColorUIResource [UI]
control #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
controlDkShadow #696969 javax.swing.plaf.ColorUIResource [UI]
controlHighlight #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
controlLtHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlShadow #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
controlText #000000 javax.swing.plaf.ColorUIResource [UI]
desktop #000000 javax.swing.plaf.ColorUIResource [UI]
#---- html ----
html.missingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
html.pendingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- ----
inactiveCaption #bfcddb javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionBorder #f4f7fc javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionText #000000 javax.swing.plaf.ColorUIResource [UI]
info #ffffe1 javax.swing.plaf.ColorUIResource [UI]
infoText #000000 javax.swing.plaf.ColorUIResource [UI]
menu #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
menuPressedItemB #000000 javax.swing.plaf.ColorUIResource [UI]
menuPressedItemF #000000 javax.swing.plaf.ColorUIResource [UI]
menuText #000000 javax.swing.plaf.ColorUIResource [UI]
scrollbar #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
text #ffffff javax.swing.plaf.ColorUIResource [UI]
textHighlight #0078d7 javax.swing.plaf.ColorUIResource [UI]
textHighlightText #ffffff javax.swing.plaf.ColorUIResource [UI]
textInactiveText #6d6d6d javax.swing.plaf.ColorUIResource [UI]
textText #000000 javax.swing.plaf.ColorUIResource [UI]
window #ffffff javax.swing.plaf.ColorUIResource [UI]
windowBorder #646464 javax.swing.plaf.ColorUIResource [UI]
windowText #000000 javax.swing.plaf.ColorUIResource [UI]

View File

@@ -1,936 +0,0 @@
Class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
ID Windows
Name Windows
Java 11.0.2
OS Windows 10
#---- Application ----
Application.useSystemFontSettings true
#---- AuditoryCues ----
AuditoryCues.allAuditoryCues length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.cueList length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.noAuditoryCues length=1 [Ljava.lang.Object;
[0] mute
#---- Button ----
Button.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Button.border [active] 7,8,7,8 false com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder [UI]
Button.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Button.dashedRectGapHeight [active] 6
Button.dashedRectGapWidth [active] 6
Button.dashedRectGapX [active] 3
Button.dashedRectGapY [active] 3
Button.defaultButtonFollowsFocus true
Button.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
Button.disabledShadow [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.focus [active] #000000 java.awt.Color
Button.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Button.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Button.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
Button.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
Button.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Button.showMnemonics [active] false
Button.textIconGap 4
Button.textShiftOffset [active] 0
ButtonUI com.sun.java.swing.plaf.windows.WindowsButtonUI
#---- Caret ----
Caret.width [active] 1
#---- CheckBox ----
CheckBox.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBox.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
CheckBox.focus [active] #000000 java.awt.Color
CheckBox.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBox.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon [lazy] 13,13 com.sun.java.swing.plaf.windows.WindowsIconFactory$CheckBoxIcon
CheckBox.interiorBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBox.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
CheckBox.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBox.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
CheckBox.textIconGap 4
CheckBox.textShiftOffset 0
CheckBox.totalInsets 4,4,4,4 java.awt.Insets
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.afterCheckIconGap [active] 9
CheckBoxMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
CheckBoxMenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBoxMenuItem.borderPainted false
CheckBoxMenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
CheckBoxMenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
CheckBoxMenuItem.commandSound win.sound.menuCommand
CheckBoxMenuItem.evenHeight [active] true
CheckBoxMenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.minimumTextOffset [active] 31
CheckBoxMenuItem.opaque [active] false
CheckBoxMenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItemUI com.sun.java.swing.plaf.windows.WindowsCheckBoxMenuItemUI
#---- CheckBox ----
CheckBoxUI com.sun.java.swing.plaf.windows.WindowsCheckBoxUI
#---- ColorChooser ----
ColorChooser.background #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesDefaultRecentColor #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesRecentSwatchSize 10,10 java.awt.Dimension
ColorChooser.swatchesSwatchSize 10,10 java.awt.Dimension
ColorChooserUI javax.swing.plaf.basic.BasicColorChooserUI
#---- ComboBox ----
ComboBox.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
ComboBox.buttonBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
ComboBox.editorBorder [active] 1,4,1,1 false javax.swing.border.EmptyBorder
ComboBox.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false
ComboBox.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ComboBox.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.timeFactor 1000
ComboBoxUI com.sun.java.swing.plaf.windows.WindowsComboBoxUI
#---- Desktop ----
Desktop.background [active] #ababab javax.swing.plaf.ColorUIResource [UI]
Desktop.minOnScreenInsets 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
#---- DesktopIcon ----
DesktopIcon.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #b4b4b4 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$InternalFrameLineBorder [UI]
DesktopIcon.width 160
DesktopIconUI com.sun.java.swing.plaf.windows.WindowsDesktopIconUI
#---- DesktopPane ----
DesktopPaneUI com.sun.java.swing.plaf.windows.WindowsDesktopPaneUI
#---- EditorPane ----
EditorPane.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
EditorPane.caretBlinkRate 500
EditorPane.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
EditorPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
EditorPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
EditorPane.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
EditorPane.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPaneUI com.sun.java.swing.plaf.windows.WindowsEditorPaneUI
#---- FileChooser ----
FileChooser.detailsViewIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.homeFolderIcon [lazy] [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.listFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
FileChooser.listViewBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
FileChooser.listViewBorder [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
FileChooser.listViewIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.listViewWindowsStyle true
FileChooser.newFolderIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.noPlacesBar [active] false
FileChooser.readOnly false
FileChooser.upFolderIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.useSystemExtensionHiding true
FileChooser.usesSingleFilePane true
FileChooser.viewMenuIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooserUI com.sun.java.swing.plaf.windows.WindowsFileChooserUI
#---- FileView ----
FileView.computerIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.directoryIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.fileIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.floppyDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.hardDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- FormattedTextField ----
FormattedTextField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #6d6d6d javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
FormattedTextField.selectionBackground #0078d7 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextFieldUI javax.swing.plaf.basic.BasicFormattedTextFieldUI
#---- InternalFrame ----
InternalFrame.activeBorderColor [active] #b4b4b4 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleBackground [active] #99b4d1 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleGradient [active] #b9d1ea javax.swing.plaf.ColorUIResource [UI]
InternalFrame.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #b4b4b4 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$InternalFrameLineBorder [UI]
InternalFrame.borderColor [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderLight [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderWidth [active] 1
InternalFrame.closeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.closeSound win.sound.close
InternalFrame.icon [lazy] 16,16 com.sun.java.swing.plaf.windows.WindowsInternalFrameTitlePane$ScalableIconUIResource [UI]
InternalFrame.iconifyIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.inactiveBorderColor [active] #f4f7fc javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleBackground [active] #bfcddb javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleGradient [active] #d7e4f2 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.layoutTitlePaneAtOrigin [active] true
InternalFrame.maximizeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.maximizeSound win.sound.maximize
InternalFrame.minimizeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.minimizeIconBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.minimizeSound win.sound.minimize
InternalFrame.resizeIconHighlight [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.resizeIconShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.restoreDownSound win.sound.restoreDown
InternalFrame.restoreUpSound win.sound.restoreUp
InternalFrame.titleButtonHeight [active] 22
InternalFrame.titleButtonToolTipsOn [active] true
InternalFrame.titleButtonWidth [active] 36
InternalFrame.titleFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
InternalFrame.titlePaneHeight [active] 22
InternalFrame.windowBindings length=6 [Ljava.lang.Object;
[0] shift ESCAPE
[1] showSystemMenu
[2] ctrl SPACE
[3] showSystemMenu
[4] ESCAPE
[5] hideSystemMenu
#---- InternalFrameTitlePane ----
InternalFrameTitlePane.closeButtonOpacity true
InternalFrameTitlePane.iconifyButtonOpacity true
InternalFrameTitlePane.maximizeButtonOpacity true
#---- InternalFrame ----
InternalFrameUI com.sun.java.swing.plaf.windows.WindowsInternalFrameUI
#---- Label ----
Label.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Label.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Label.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
LabelUI com.sun.java.swing.plaf.windows.WindowsLabelUI
#---- List ----
List.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
List.cellRenderer [active] javax.swing.DefaultListCellRenderer$UIResource [UI]
List.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
List.focusCellHighlightBorder [lazy] line: null 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$ComplementDashedBorder [UI]
List.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
List.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
List.lockToPositionOnScroll true
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
List.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
List.timeFactor 1000
ListUI javax.swing.plaf.basic.BasicListUI
#---- Menu ----
Menu.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.afterCheckIconGap [active] 9
Menu.arrowIcon [lazy] 9,9 com.sun.java.swing.plaf.windows.WindowsIconFactory$MenuArrowIcon [UI]
Menu.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Menu.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Menu.borderPainted false
Menu.cancelMode hideLastSubmenu
Menu.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
Menu.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
Menu.crossMenuMnemonic false
Menu.evenHeight [active] true
Menu.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Menu.menuPopupOffsetX 0
Menu.menuPopupOffsetY 0
Menu.minimumTextOffset [active] 31
Menu.opaque [active] false
Menu.preserveTopLevelSelection true
Menu.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Menu.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.shortcutKeys length=2 [I
[0] 8
[1] 8200
Menu.submenuPopupOffsetX -4
Menu.submenuPopupOffsetY -3
Menu.useMenuBarBackgroundForTopLevel true
#---- MenuBar ----
MenuBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.border [lazy] 0,0,2,0 false javax.swing.plaf.basic.BasicBorders$MenuBarBorder [UI]
MenuBar.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuBar.height [active] 19
MenuBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.rolloverEnabled [active] true
MenuBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus
MenuBarUI com.sun.java.swing.plaf.windows.WindowsMenuBarUI
#---- MenuItem ----
MenuItem.acceleratorDelimiter +
MenuItem.acceleratorFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.afterCheckIconGap [active] 9
MenuItem.arrowIcon [lazy] 4,8 com.sun.java.swing.plaf.windows.WindowsIconFactory$MenuItemArrowIcon [UI]
MenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
MenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
MenuItem.borderPainted false
MenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
MenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
MenuItem.commandSound win.sound.menuCommand
MenuItem.disabledAreNavigable true
MenuItem.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
MenuItem.evenHeight [active] true
MenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.minimumTextOffset [active] 31
MenuItem.opaque [active] false
MenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
MenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItemUI com.sun.java.swing.plaf.windows.WindowsMenuItemUI
#---- Menu ----
MenuUI com.sun.java.swing.plaf.windows.WindowsMenuUI
#---- OptionPane ----
OptionPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 10,10,12,10 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonAreaBorder [lazy] 6,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonClickThreshhold 500
OptionPane.buttonFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.buttonMinimumWidth [active] 75
OptionPane.errorIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.errorSound win.sound.hand
OptionPane.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.informationIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.informationSound win.sound.asterisk
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.messageFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.messageForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.questionIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.questionSound win.sound.question
OptionPane.warningIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.warningSound win.sound.exclamation
OptionPane.windowBindings length=2 [Ljava.lang.Object;
[0] ESCAPE
[1] close
OptionPaneUI javax.swing.plaf.basic.BasicOptionPaneUI
#---- Panel ----
Panel.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Panel.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Panel.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PanelUI javax.swing.plaf.basic.BasicPanelUI
#---- PasswordField ----
PasswordField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
PasswordField.caretBlinkRate 500
PasswordField.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PasswordField.echoChar [active] '\u25cf'
PasswordField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
PasswordField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
PasswordField.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
PasswordField.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordFieldUI com.sun.java.swing.plaf.windows.WindowsPasswordFieldUI
#---- PopupMenu ----
PopupMenu.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.border [active] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #a0a0a0 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
2,2,2,2 false javax.swing.border.EmptyBorder
PopupMenu.consumeEventOnClose true
PopupMenu.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.popupSound win.sound.menuPopup
#---- PopupMenuSeparator ----
PopupMenuSeparatorUI com.sun.java.swing.plaf.windows.WindowsPopupMenuSeparatorUI
#---- PopupMenu ----
PopupMenuUI com.sun.java.swing.plaf.windows.WindowsPopupMenuUI
#---- ProgressBar ----
ProgressBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
1,1,1,1 false com.sun.java.swing.plaf.windows.WindowsBorders$ProgressBarBorder [UI]
1,1,1,1 false javax.swing.border.EmptyBorder
ProgressBar.cellLength 7
ProgressBar.cellSpacing 2
ProgressBar.cycleTime 3000
ProgressBar.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,12 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.indeterminateInsets 3,3,3,3 java.awt.Insets
ProgressBar.repaintInterval 50
ProgressBar.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.selectionForeground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.verticalSize 12,146 javax.swing.plaf.DimensionUIResource [UI]
ProgressBarUI com.sun.java.swing.plaf.windows.WindowsProgressBarUI
#---- RadioButton ----
RadioButton.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButton.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
RadioButton.focus [active] #000000 java.awt.Color
RadioButton.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon [lazy] 13,13 com.sun.java.swing.plaf.windows.WindowsIconFactory$RadioButtonIcon [UI]
RadioButton.interiorBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
RadioButton.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButton.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.textIconGap 4
RadioButton.textShiftOffset 0
RadioButton.totalInsets 4,4,4,4 java.awt.Insets
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.afterCheckIconGap [active] 9
RadioButtonMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
RadioButtonMenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButtonMenuItem.borderPainted false
RadioButtonMenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
RadioButtonMenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
RadioButtonMenuItem.commandSound win.sound.menuCommand
RadioButtonMenuItem.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.evenHeight [active] true
RadioButtonMenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.minimumTextOffset [active] 31
RadioButtonMenuItem.opaque [active] false
RadioButtonMenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItemUI com.sun.java.swing.plaf.windows.WindowsRadioButtonMenuItemUI
#---- RadioButton ----
RadioButtonUI com.sun.java.swing.plaf.windows.WindowsRadioButtonUI
#---- RootPane ----
RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[0] ENTER
[1] press
[2] released ENTER
[3] release
[4] ctrl ENTER
[5] press
[6] ctrl released ENTER
[7] release
RootPaneUI com.sun.java.swing.plaf.windows.WindowsRootPaneUI
#---- ScrollBar ----
ScrollBar.background [active] #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.foreground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.maximumThumbSize 4096,4096 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.minimumThumbSize 8,8 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.thumb [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.track #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackForeground [active] #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlight #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlightForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.width [active] 17
ScrollBarUI com.sun.java.swing.plaf.windows.WindowsScrollBarUI
#---- ScrollPane ----
ScrollPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
ScrollPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollPaneUI javax.swing.plaf.basic.BasicScrollPaneUI
#---- Separator ----
Separator.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.foreground [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Separator.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.shadow #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
SeparatorUI com.sun.java.swing.plaf.windows.WindowsSeparatorUI
#---- Slider ----
Slider.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Slider.focus [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Slider.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Slider.foreground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension
Slider.minimumHorizontalSize 36,21 java.awt.Dimension
Slider.minimumVerticalSize 21,36 java.awt.Dimension
Slider.onlyLeftMouseButtonDrag true
Slider.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Slider.tickColor #000000 java.awt.Color
Slider.verticalSize 21,200 java.awt.Dimension
SliderUI com.sun.java.swing.plaf.windows.WindowsSliderUI
#---- Spinner ----
Spinner.arrowButtonInsets [active] 1,1,1,1 javax.swing.plaf.InsetsUIResource [UI]
Spinner.arrowButtonSize 17,9 java.awt.Dimension
Spinner.background #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Spinner.border [active] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
2,2,2,2 false javax.swing.border.EmptyBorder
Spinner.editorAlignment 11
Spinner.editorBorderPainted false
Spinner.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
SpinnerUI com.sun.java.swing.plaf.windows.WindowsSpinnerUI
#---- SplitPane ----
SplitPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
SplitPane.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneBorder [UI]
SplitPane.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerSize 5
SplitPane.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
SplitPane.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPaneDivider ----
SplitPaneDivider.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder [UI]
SplitPaneDivider.draggingColor #404040 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPane ----
SplitPaneUI com.sun.java.swing.plaf.windows.WindowsSplitPaneUI
#---- TabbedPane ----
TabbedPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentBorderInsets 2,2,3,3 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.contentOpaque true
TabbedPane.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.labelShift 1
TabbedPane.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectedLabelShift -1
TabbedPane.selectedTabPadInsets 2,2,2,1 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.selectionFollowsFocus true
TabbedPane.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaInsets [active] 3,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabInsets [active] 1,4,1,4 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabRunOverlay 2
TabbedPane.tabsOpaque true
TabbedPane.tabsOverlapBorder [active] true
TabbedPane.textIconGap 4
TabbedPaneUI com.sun.java.swing.plaf.windows.WindowsTabbedPaneUI
#---- Table ----
Table.ascendingSortIcon [active] 13,5 com.sun.java.swing.plaf.windows.WindowsLookAndFeel$SkinIcon [UI]
Table.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Table.descendingSortIcon [active] 13,5 com.sun.java.swing.plaf.windows.WindowsLookAndFeel$SkinIcon [UI]
Table.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.dropLineShortColor #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] line: null 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$ComplementDashedBorder [UI]
Table.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Table.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Table.gridColor #808080 javax.swing.plaf.ColorUIResource [UI]
Table.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
Table.scrollPaneBorder [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
Table.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Table.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconHighlight [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconLight #ffffff javax.swing.plaf.ColorUIResource [UI]
#---- TableHeader ----
TableHeader.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,3,3,3 false javax.swing.plaf.basic.BasicBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TableHeader.focusCellBackground [active] null
TableHeader.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TableHeaderUI com.sun.java.swing.plaf.windows.WindowsTableHeaderUI
#---- Table ----
TableUI javax.swing.plaf.basic.BasicTableUI
#---- ----
Text-specific LCD contrast key 120
Text-specific antialiasing enable key [unknown type] sun.awt.SunHints$Value
#---- TextArea ----
TextArea.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextArea.caretBlinkRate 500
TextArea.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextArea.font [active] Monospaced plain 13 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextArea.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TextArea.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextArea.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextAreaUI com.sun.java.swing.plaf.windows.WindowsTextAreaUI
#---- TextField ----
TextField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
TextField.caretBlinkRate 500
TextField.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
TextField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TextField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextField.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
TextField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TextField.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextField.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
TextFieldUI com.sun.java.swing.plaf.windows.WindowsTextFieldUI
#---- TextPane ----
TextPane.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextPane.caretBlinkRate 500
TextPane.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveForeground #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
TextPane.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextPane.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPaneUI com.sun.java.swing.plaf.windows.WindowsTextPaneUI
#---- TitledBorder ----
TitledBorder.border [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$EtchedBorderUIResource [UI]
TitledBorder.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor [active] #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToggleButton ----
ToggleButton.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
ToggleButton.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.focus [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
ToggleButton.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.textIconGap 4
ToggleButton.textShiftOffset 1
ToggleButtonUI com.sun.java.swing.plaf.windows.WindowsToggleButtonUI
#---- ToolBar ----
ToolBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.border [lazy] 1,1,1,1 false com.sun.java.swing.plaf.windows.WindowsBorders$ToolBarBorder [UI]
ToolBar.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #ff0000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
ToolBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
#---- ToolBarSeparator ----
ToolBarSeparatorUI com.sun.java.swing.plaf.windows.WindowsToolBarSeparatorUI
#---- ToolBar ----
ToolBarUI com.sun.java.swing.plaf.windows.WindowsToolBarUI
#---- ToolTip ----
ToolTip.background [active] #ffffe1 javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToolTipManager ----
ToolTipManager.enableToolTipMode activeApplication
#---- ToolTip ----
ToolTipUI javax.swing.plaf.basic.BasicToolTipUI
#---- Tree ----
Tree.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.changeSelectionWithFocus true
Tree.closedIcon [active] 16,16 sun.swing.ImageIconUIResource [UI] (java.awt.image.BufferedImage)
Tree.collapsedIcon 9,9 com.sun.java.swing.plaf.windows.WindowsTreeUI$CollapsedIcon
Tree.drawDashedFocusIndicator true
Tree.drawsFocusBorderAroundIcon false
Tree.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.expandedIcon 9,9 com.sun.java.swing.plaf.windows.WindowsTreeUI$ExpandedIcon
Tree.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Tree.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.hash #808080 javax.swing.plaf.ColorUIResource [UI]
Tree.leafIcon [lazy] 16,13 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.leftChildIndent 8
Tree.lineTypeDashed true
Tree.openIcon [active] 16,16 sun.swing.ImageIconUIResource [UI] (java.awt.image.BufferedImage)
Tree.paintLines true
Tree.rightChildIndent 11
Tree.rowHeight 16
Tree.scrollsOnExpand true
Tree.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionBorderColor #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.timeFactor 1000
TreeUI com.sun.java.swing.plaf.windows.WindowsTreeUI
#---- Viewport ----
Viewport.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Viewport.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ViewportUI javax.swing.plaf.basic.BasicViewportUI
#---- ----
activeCaption #99b4d1 javax.swing.plaf.ColorUIResource [UI]
activeCaptionBorder #b4b4b4 javax.swing.plaf.ColorUIResource [UI]
activeCaptionText #000000 javax.swing.plaf.ColorUIResource [UI]
control #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
controlDkShadow #696969 javax.swing.plaf.ColorUIResource [UI]
controlHighlight #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
controlLtHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlShadow #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
controlText #000000 javax.swing.plaf.ColorUIResource [UI]
desktop #000000 javax.swing.plaf.ColorUIResource [UI]
#---- html ----
html.missingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
html.pendingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- ----
inactiveCaption #bfcddb javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionBorder #f4f7fc javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionText #000000 javax.swing.plaf.ColorUIResource [UI]
info #ffffe1 javax.swing.plaf.ColorUIResource [UI]
infoText #000000 javax.swing.plaf.ColorUIResource [UI]
menu #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
menuPressedItemB #000000 javax.swing.plaf.ColorUIResource [UI]
menuPressedItemF #000000 javax.swing.plaf.ColorUIResource [UI]
menuText #000000 javax.swing.plaf.ColorUIResource [UI]
scrollbar #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
text #ffffff javax.swing.plaf.ColorUIResource [UI]
textHighlight #0078d7 javax.swing.plaf.ColorUIResource [UI]
textHighlightText #ffffff javax.swing.plaf.ColorUIResource [UI]
textInactiveText #6d6d6d javax.swing.plaf.ColorUIResource [UI]
textText #000000 javax.swing.plaf.ColorUIResource [UI]
window #ffffff javax.swing.plaf.ColorUIResource [UI]
windowBorder #646464 javax.swing.plaf.ColorUIResource [UI]
windowText #000000 javax.swing.plaf.ColorUIResource [UI]

View File

@@ -1,936 +0,0 @@
Class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
ID Windows
Name Windows
Java 12.0.2
OS Windows 10
#---- Application ----
Application.useSystemFontSettings true
#---- AuditoryCues ----
AuditoryCues.allAuditoryCues length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.cueList length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.noAuditoryCues length=1 [Ljava.lang.Object;
[0] mute
#---- Button ----
Button.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Button.border [active] 7,8,7,8 false com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder [UI]
Button.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Button.dashedRectGapHeight [active] 6
Button.dashedRectGapWidth [active] 6
Button.dashedRectGapX [active] 3
Button.dashedRectGapY [active] 3
Button.defaultButtonFollowsFocus true
Button.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
Button.disabledShadow [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.focus [active] #000000 java.awt.Color
Button.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Button.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Button.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
Button.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
Button.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Button.showMnemonics [active] false
Button.textIconGap 4
Button.textShiftOffset [active] 0
ButtonUI com.sun.java.swing.plaf.windows.WindowsButtonUI
#---- Caret ----
Caret.width [active] 1
#---- CheckBox ----
CheckBox.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBox.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
CheckBox.focus [active] #000000 java.awt.Color
CheckBox.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBox.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon [lazy] 13,13 com.sun.java.swing.plaf.windows.WindowsIconFactory$CheckBoxIcon
CheckBox.interiorBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBox.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
CheckBox.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBox.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
CheckBox.textIconGap 4
CheckBox.textShiftOffset 0
CheckBox.totalInsets 4,4,4,4 java.awt.Insets
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.afterCheckIconGap [active] 9
CheckBoxMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
CheckBoxMenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBoxMenuItem.borderPainted false
CheckBoxMenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
CheckBoxMenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
CheckBoxMenuItem.commandSound win.sound.menuCommand
CheckBoxMenuItem.evenHeight [active] true
CheckBoxMenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.minimumTextOffset [active] 31
CheckBoxMenuItem.opaque [active] false
CheckBoxMenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItemUI com.sun.java.swing.plaf.windows.WindowsCheckBoxMenuItemUI
#---- CheckBox ----
CheckBoxUI com.sun.java.swing.plaf.windows.WindowsCheckBoxUI
#---- ColorChooser ----
ColorChooser.background #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesDefaultRecentColor #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesRecentSwatchSize 10,10 java.awt.Dimension
ColorChooser.swatchesSwatchSize 10,10 java.awt.Dimension
ColorChooserUI javax.swing.plaf.basic.BasicColorChooserUI
#---- ComboBox ----
ComboBox.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
ComboBox.buttonBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
ComboBox.editorBorder [active] 1,3,1,1 false javax.swing.border.EmptyBorder
ComboBox.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false
ComboBox.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ComboBox.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.timeFactor 1000
ComboBoxUI com.sun.java.swing.plaf.windows.WindowsComboBoxUI
#---- Desktop ----
Desktop.background [active] #ababab javax.swing.plaf.ColorUIResource [UI]
Desktop.minOnScreenInsets 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
#---- DesktopIcon ----
DesktopIcon.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #b4b4b4 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$InternalFrameLineBorder [UI]
DesktopIcon.width 160
DesktopIconUI com.sun.java.swing.plaf.windows.WindowsDesktopIconUI
#---- DesktopPane ----
DesktopPaneUI com.sun.java.swing.plaf.windows.WindowsDesktopPaneUI
#---- EditorPane ----
EditorPane.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
EditorPane.caretBlinkRate 500
EditorPane.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
EditorPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
EditorPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
EditorPane.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
EditorPane.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPaneUI com.sun.java.swing.plaf.windows.WindowsEditorPaneUI
#---- FileChooser ----
FileChooser.detailsViewIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.homeFolderIcon [lazy] [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.listFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
FileChooser.listViewBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
FileChooser.listViewBorder [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
FileChooser.listViewIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.listViewWindowsStyle true
FileChooser.newFolderIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.noPlacesBar [active] false
FileChooser.readOnly false
FileChooser.upFolderIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.useSystemExtensionHiding true
FileChooser.usesSingleFilePane true
FileChooser.viewMenuIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooserUI com.sun.java.swing.plaf.windows.WindowsFileChooserUI
#---- FileView ----
FileView.computerIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.directoryIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.fileIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.floppyDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.hardDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- FormattedTextField ----
FormattedTextField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #6d6d6d javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
FormattedTextField.selectionBackground #0078d7 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextFieldUI javax.swing.plaf.basic.BasicFormattedTextFieldUI
#---- InternalFrame ----
InternalFrame.activeBorderColor [active] #b4b4b4 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleBackground [active] #99b4d1 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleGradient [active] #b9d1ea javax.swing.plaf.ColorUIResource [UI]
InternalFrame.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #b4b4b4 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$InternalFrameLineBorder [UI]
InternalFrame.borderColor [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderLight [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderWidth [active] 1
InternalFrame.closeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.closeSound win.sound.close
InternalFrame.icon [lazy] 16,16 com.sun.java.swing.plaf.windows.WindowsInternalFrameTitlePane$ScalableIconUIResource [UI]
InternalFrame.iconifyIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.inactiveBorderColor [active] #f4f7fc javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleBackground [active] #bfcddb javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleGradient [active] #d7e4f2 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.layoutTitlePaneAtOrigin [active] true
InternalFrame.maximizeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.maximizeSound win.sound.maximize
InternalFrame.minimizeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.minimizeIconBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.minimizeSound win.sound.minimize
InternalFrame.resizeIconHighlight [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.resizeIconShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.restoreDownSound win.sound.restoreDown
InternalFrame.restoreUpSound win.sound.restoreUp
InternalFrame.titleButtonHeight [active] 22
InternalFrame.titleButtonToolTipsOn [active] true
InternalFrame.titleButtonWidth [active] 36
InternalFrame.titleFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
InternalFrame.titlePaneHeight [active] 22
InternalFrame.windowBindings length=6 [Ljava.lang.Object;
[0] shift ESCAPE
[1] showSystemMenu
[2] ctrl SPACE
[3] showSystemMenu
[4] ESCAPE
[5] hideSystemMenu
#---- InternalFrameTitlePane ----
InternalFrameTitlePane.closeButtonOpacity true
InternalFrameTitlePane.iconifyButtonOpacity true
InternalFrameTitlePane.maximizeButtonOpacity true
#---- InternalFrame ----
InternalFrameUI com.sun.java.swing.plaf.windows.WindowsInternalFrameUI
#---- Label ----
Label.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Label.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Label.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
LabelUI com.sun.java.swing.plaf.windows.WindowsLabelUI
#---- List ----
List.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
List.cellRenderer [active] javax.swing.DefaultListCellRenderer$UIResource [UI]
List.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
List.focusCellHighlightBorder [lazy] line: null 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$ComplementDashedBorder [UI]
List.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
List.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
List.lockToPositionOnScroll true
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
List.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
List.timeFactor 1000
ListUI javax.swing.plaf.basic.BasicListUI
#---- Menu ----
Menu.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.afterCheckIconGap [active] 9
Menu.arrowIcon [lazy] 9,9 com.sun.java.swing.plaf.windows.WindowsIconFactory$MenuArrowIcon [UI]
Menu.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Menu.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Menu.borderPainted false
Menu.cancelMode hideLastSubmenu
Menu.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
Menu.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
Menu.crossMenuMnemonic false
Menu.evenHeight [active] true
Menu.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Menu.menuPopupOffsetX 0
Menu.menuPopupOffsetY 0
Menu.minimumTextOffset [active] 31
Menu.opaque [active] false
Menu.preserveTopLevelSelection true
Menu.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Menu.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.shortcutKeys length=2 [I
[0] 8
[1] 8200
Menu.submenuPopupOffsetX -4
Menu.submenuPopupOffsetY -3
Menu.useMenuBarBackgroundForTopLevel true
#---- MenuBar ----
MenuBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.border [lazy] 0,0,2,0 false javax.swing.plaf.basic.BasicBorders$MenuBarBorder [UI]
MenuBar.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuBar.height [active] 19
MenuBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.rolloverEnabled [active] true
MenuBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus
MenuBarUI com.sun.java.swing.plaf.windows.WindowsMenuBarUI
#---- MenuItem ----
MenuItem.acceleratorDelimiter +
MenuItem.acceleratorFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.afterCheckIconGap [active] 9
MenuItem.arrowIcon [lazy] 4,8 com.sun.java.swing.plaf.windows.WindowsIconFactory$MenuItemArrowIcon [UI]
MenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
MenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
MenuItem.borderPainted false
MenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
MenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
MenuItem.commandSound win.sound.menuCommand
MenuItem.disabledAreNavigable true
MenuItem.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
MenuItem.evenHeight [active] true
MenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.minimumTextOffset [active] 31
MenuItem.opaque [active] false
MenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
MenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItemUI com.sun.java.swing.plaf.windows.WindowsMenuItemUI
#---- Menu ----
MenuUI com.sun.java.swing.plaf.windows.WindowsMenuUI
#---- OptionPane ----
OptionPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 10,10,12,10 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonAreaBorder [lazy] 6,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonClickThreshhold 500
OptionPane.buttonFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.buttonMinimumWidth [active] 75
OptionPane.errorIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.errorSound win.sound.hand
OptionPane.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.informationIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.informationSound win.sound.asterisk
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.messageFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.messageForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.questionIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.questionSound win.sound.question
OptionPane.warningIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.warningSound win.sound.exclamation
OptionPane.windowBindings length=2 [Ljava.lang.Object;
[0] ESCAPE
[1] close
OptionPaneUI javax.swing.plaf.basic.BasicOptionPaneUI
#---- Panel ----
Panel.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Panel.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Panel.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PanelUI javax.swing.plaf.basic.BasicPanelUI
#---- PasswordField ----
PasswordField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
PasswordField.caretBlinkRate 500
PasswordField.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PasswordField.echoChar [active] '\u25cf'
PasswordField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
PasswordField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
PasswordField.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
PasswordField.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordFieldUI com.sun.java.swing.plaf.windows.WindowsPasswordFieldUI
#---- PopupMenu ----
PopupMenu.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.border [active] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #a0a0a0 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
2,2,2,2 false javax.swing.border.EmptyBorder
PopupMenu.consumeEventOnClose true
PopupMenu.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.popupSound win.sound.menuPopup
#---- PopupMenuSeparator ----
PopupMenuSeparatorUI com.sun.java.swing.plaf.windows.WindowsPopupMenuSeparatorUI
#---- PopupMenu ----
PopupMenuUI com.sun.java.swing.plaf.windows.WindowsPopupMenuUI
#---- ProgressBar ----
ProgressBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
1,1,1,1 false com.sun.java.swing.plaf.windows.WindowsBorders$ProgressBarBorder [UI]
1,1,1,1 false javax.swing.border.EmptyBorder
ProgressBar.cellLength 7
ProgressBar.cellSpacing 2
ProgressBar.cycleTime 3000
ProgressBar.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,12 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.indeterminateInsets 3,3,3,3 java.awt.Insets
ProgressBar.repaintInterval 50
ProgressBar.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.selectionForeground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.verticalSize 12,146 javax.swing.plaf.DimensionUIResource [UI]
ProgressBarUI com.sun.java.swing.plaf.windows.WindowsProgressBarUI
#---- RadioButton ----
RadioButton.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButton.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
RadioButton.focus [active] #000000 java.awt.Color
RadioButton.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon [lazy] 13,13 com.sun.java.swing.plaf.windows.WindowsIconFactory$RadioButtonIcon [UI]
RadioButton.interiorBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
RadioButton.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButton.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.textIconGap 4
RadioButton.textShiftOffset 0
RadioButton.totalInsets 4,4,4,4 java.awt.Insets
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.afterCheckIconGap [active] 9
RadioButtonMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
RadioButtonMenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButtonMenuItem.borderPainted false
RadioButtonMenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
RadioButtonMenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
RadioButtonMenuItem.commandSound win.sound.menuCommand
RadioButtonMenuItem.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.evenHeight [active] true
RadioButtonMenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.minimumTextOffset [active] 31
RadioButtonMenuItem.opaque [active] false
RadioButtonMenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItemUI com.sun.java.swing.plaf.windows.WindowsRadioButtonMenuItemUI
#---- RadioButton ----
RadioButtonUI com.sun.java.swing.plaf.windows.WindowsRadioButtonUI
#---- RootPane ----
RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[0] ENTER
[1] press
[2] released ENTER
[3] release
[4] ctrl ENTER
[5] press
[6] ctrl released ENTER
[7] release
RootPaneUI com.sun.java.swing.plaf.windows.WindowsRootPaneUI
#---- ScrollBar ----
ScrollBar.background [active] #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.foreground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.maximumThumbSize 4096,4096 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.minimumThumbSize 8,8 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.thumb [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.track #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackForeground [active] #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlight #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlightForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.width [active] 17
ScrollBarUI com.sun.java.swing.plaf.windows.WindowsScrollBarUI
#---- ScrollPane ----
ScrollPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
ScrollPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollPaneUI javax.swing.plaf.basic.BasicScrollPaneUI
#---- Separator ----
Separator.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.foreground [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Separator.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.shadow #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
SeparatorUI com.sun.java.swing.plaf.windows.WindowsSeparatorUI
#---- Slider ----
Slider.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Slider.focus [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Slider.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Slider.foreground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension
Slider.minimumHorizontalSize 36,21 java.awt.Dimension
Slider.minimumVerticalSize 21,36 java.awt.Dimension
Slider.onlyLeftMouseButtonDrag true
Slider.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Slider.tickColor #000000 java.awt.Color
Slider.verticalSize 21,200 java.awt.Dimension
SliderUI com.sun.java.swing.plaf.windows.WindowsSliderUI
#---- Spinner ----
Spinner.arrowButtonInsets [active] 1,1,1,1 javax.swing.plaf.InsetsUIResource [UI]
Spinner.arrowButtonSize 17,9 java.awt.Dimension
Spinner.background #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Spinner.border [active] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
2,2,2,2 false javax.swing.border.EmptyBorder
Spinner.editorAlignment 11
Spinner.editorBorderPainted false
Spinner.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
SpinnerUI com.sun.java.swing.plaf.windows.WindowsSpinnerUI
#---- SplitPane ----
SplitPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
SplitPane.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneBorder [UI]
SplitPane.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerSize 5
SplitPane.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
SplitPane.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPaneDivider ----
SplitPaneDivider.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder [UI]
SplitPaneDivider.draggingColor #404040 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPane ----
SplitPaneUI com.sun.java.swing.plaf.windows.WindowsSplitPaneUI
#---- TabbedPane ----
TabbedPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentBorderInsets 2,2,3,3 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.contentOpaque true
TabbedPane.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.labelShift 1
TabbedPane.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectedLabelShift -1
TabbedPane.selectedTabPadInsets 2,2,2,1 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.selectionFollowsFocus true
TabbedPane.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaInsets [active] 3,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabInsets [active] 1,4,1,4 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabRunOverlay 2
TabbedPane.tabsOpaque true
TabbedPane.tabsOverlapBorder [active] true
TabbedPane.textIconGap 4
TabbedPaneUI com.sun.java.swing.plaf.windows.WindowsTabbedPaneUI
#---- Table ----
Table.ascendingSortIcon [active] 13,5 com.sun.java.swing.plaf.windows.WindowsLookAndFeel$SkinIcon [UI]
Table.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Table.descendingSortIcon [active] 13,5 com.sun.java.swing.plaf.windows.WindowsLookAndFeel$SkinIcon [UI]
Table.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.dropLineShortColor #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] line: null 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$ComplementDashedBorder [UI]
Table.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Table.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Table.gridColor #808080 javax.swing.plaf.ColorUIResource [UI]
Table.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
Table.scrollPaneBorder [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
Table.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Table.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconHighlight [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconLight #ffffff javax.swing.plaf.ColorUIResource [UI]
#---- TableHeader ----
TableHeader.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,3,3,3 false javax.swing.plaf.basic.BasicBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TableHeader.focusCellBackground [active] null
TableHeader.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TableHeaderUI com.sun.java.swing.plaf.windows.WindowsTableHeaderUI
#---- Table ----
TableUI javax.swing.plaf.basic.BasicTableUI
#---- ----
Text-specific LCD contrast key 120
Text-specific antialiasing enable key [unknown type] sun.awt.SunHints$Value
#---- TextArea ----
TextArea.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextArea.caretBlinkRate 500
TextArea.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextArea.font [active] Monospaced plain 13 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextArea.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TextArea.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextArea.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextAreaUI com.sun.java.swing.plaf.windows.WindowsTextAreaUI
#---- TextField ----
TextField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
TextField.caretBlinkRate 500
TextField.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
TextField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TextField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextField.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
TextField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TextField.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextField.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
TextFieldUI com.sun.java.swing.plaf.windows.WindowsTextFieldUI
#---- TextPane ----
TextPane.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextPane.caretBlinkRate 500
TextPane.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveForeground #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
TextPane.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextPane.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPaneUI com.sun.java.swing.plaf.windows.WindowsTextPaneUI
#---- TitledBorder ----
TitledBorder.border [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$EtchedBorderUIResource [UI]
TitledBorder.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor [active] #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToggleButton ----
ToggleButton.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
ToggleButton.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.focus [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
ToggleButton.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.textIconGap 4
ToggleButton.textShiftOffset 1
ToggleButtonUI com.sun.java.swing.plaf.windows.WindowsToggleButtonUI
#---- ToolBar ----
ToolBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.border [lazy] 1,1,1,1 false com.sun.java.swing.plaf.windows.WindowsBorders$ToolBarBorder [UI]
ToolBar.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #ff0000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
ToolBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
#---- ToolBarSeparator ----
ToolBarSeparatorUI com.sun.java.swing.plaf.windows.WindowsToolBarSeparatorUI
#---- ToolBar ----
ToolBarUI com.sun.java.swing.plaf.windows.WindowsToolBarUI
#---- ToolTip ----
ToolTip.background [active] #ffffe1 javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToolTipManager ----
ToolTipManager.enableToolTipMode activeApplication
#---- ToolTip ----
ToolTipUI javax.swing.plaf.basic.BasicToolTipUI
#---- Tree ----
Tree.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.changeSelectionWithFocus true
Tree.closedIcon [active] 16,16 sun.swing.ImageIconUIResource [UI] (java.awt.image.BufferedImage)
Tree.collapsedIcon 9,9 com.sun.java.swing.plaf.windows.WindowsTreeUI$CollapsedIcon
Tree.drawDashedFocusIndicator true
Tree.drawsFocusBorderAroundIcon false
Tree.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.expandedIcon 9,9 com.sun.java.swing.plaf.windows.WindowsTreeUI$ExpandedIcon
Tree.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Tree.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.hash #808080 javax.swing.plaf.ColorUIResource [UI]
Tree.leafIcon [lazy] 16,13 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.leftChildIndent 8
Tree.lineTypeDashed true
Tree.openIcon [active] 16,16 sun.swing.ImageIconUIResource [UI] (java.awt.image.BufferedImage)
Tree.paintLines true
Tree.rightChildIndent 11
Tree.rowHeight 16
Tree.scrollsOnExpand true
Tree.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionBorderColor #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.timeFactor 1000
TreeUI com.sun.java.swing.plaf.windows.WindowsTreeUI
#---- Viewport ----
Viewport.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Viewport.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ViewportUI javax.swing.plaf.basic.BasicViewportUI
#---- ----
activeCaption #99b4d1 javax.swing.plaf.ColorUIResource [UI]
activeCaptionBorder #b4b4b4 javax.swing.plaf.ColorUIResource [UI]
activeCaptionText #000000 javax.swing.plaf.ColorUIResource [UI]
control #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
controlDkShadow #696969 javax.swing.plaf.ColorUIResource [UI]
controlHighlight #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
controlLtHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlShadow #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
controlText #000000 javax.swing.plaf.ColorUIResource [UI]
desktop #000000 javax.swing.plaf.ColorUIResource [UI]
#---- html ----
html.missingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
html.pendingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- ----
inactiveCaption #bfcddb javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionBorder #f4f7fc javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionText #000000 javax.swing.plaf.ColorUIResource [UI]
info #ffffe1 javax.swing.plaf.ColorUIResource [UI]
infoText #000000 javax.swing.plaf.ColorUIResource [UI]
menu #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
menuPressedItemB #000000 javax.swing.plaf.ColorUIResource [UI]
menuPressedItemF #000000 javax.swing.plaf.ColorUIResource [UI]
menuText #000000 javax.swing.plaf.ColorUIResource [UI]
scrollbar #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
text #ffffff javax.swing.plaf.ColorUIResource [UI]
textHighlight #0078d7 javax.swing.plaf.ColorUIResource [UI]
textHighlightText #ffffff javax.swing.plaf.ColorUIResource [UI]
textInactiveText #6d6d6d javax.swing.plaf.ColorUIResource [UI]
textText #000000 javax.swing.plaf.ColorUIResource [UI]
window #ffffff javax.swing.plaf.ColorUIResource [UI]
windowBorder #646464 javax.swing.plaf.ColorUIResource [UI]
windowText #000000 javax.swing.plaf.ColorUIResource [UI]

View File

@@ -1,935 +0,0 @@
Class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
ID Windows
Name Windows
Java 9.0.4
OS Windows 10
#---- Application ----
Application.useSystemFontSettings true
#---- AuditoryCues ----
AuditoryCues.allAuditoryCues length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.cueList length=13 [Ljava.lang.Object;
[0] CheckBoxMenuItem.commandSound
[1] InternalFrame.closeSound
[2] InternalFrame.maximizeSound
[3] InternalFrame.minimizeSound
[4] InternalFrame.restoreDownSound
[5] InternalFrame.restoreUpSound
[6] MenuItem.commandSound
[7] OptionPane.errorSound
[8] OptionPane.informationSound
[9] OptionPane.questionSound
[10] OptionPane.warningSound
[11] PopupMenu.popupSound
[12] RadioButtonMenuItem.commandSound
AuditoryCues.noAuditoryCues length=1 [Ljava.lang.Object;
[0] mute
#---- Button ----
Button.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Button.border [active] 7,8,7,8 false com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder [UI]
Button.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Button.dashedRectGapHeight [active] 6
Button.dashedRectGapWidth [active] 6
Button.dashedRectGapX [active] 3
Button.dashedRectGapY [active] 3
Button.defaultButtonFollowsFocus true
Button.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
Button.disabledShadow [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.focus [active] #000000 java.awt.Color
Button.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Button.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Button.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Button.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
Button.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
Button.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Button.showMnemonics [active] false
Button.textIconGap 4
Button.textShiftOffset [active] 0
ButtonUI com.sun.java.swing.plaf.windows.WindowsButtonUI
#---- Caret ----
Caret.width [active] 1
#---- CheckBox ----
CheckBox.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
CheckBox.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBox.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
CheckBox.focus [active] #000000 java.awt.Color
CheckBox.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
CheckBox.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBox.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBox.icon [lazy] 13,13 com.sun.java.swing.plaf.windows.WindowsIconFactory$CheckBoxIcon
CheckBox.interiorBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBox.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
CheckBox.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBox.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
CheckBox.textIconGap 4
CheckBox.textShiftOffset 0
CheckBox.totalInsets 4,4,4,4 java.awt.Insets
#---- CheckBoxMenuItem ----
CheckBoxMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.afterCheckIconGap [active] 9
CheckBoxMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
CheckBoxMenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
CheckBoxMenuItem.borderPainted false
CheckBoxMenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
CheckBoxMenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
CheckBoxMenuItem.commandSound win.sound.menuCommand
CheckBoxMenuItem.evenHeight [active] true
CheckBoxMenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
CheckBoxMenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
CheckBoxMenuItem.minimumTextOffset [active] 31
CheckBoxMenuItem.opaque [active] false
CheckBoxMenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
CheckBoxMenuItemUI com.sun.java.swing.plaf.windows.WindowsCheckBoxMenuItemUI
#---- CheckBox ----
CheckBoxUI com.sun.java.swing.plaf.windows.WindowsCheckBoxUI
#---- ColorChooser ----
ColorChooser.background #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.font [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
ColorChooser.foreground #000000 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesDefaultRecentColor #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ColorChooser.swatchesRecentSwatchSize 10,10 java.awt.Dimension
ColorChooser.swatchesSwatchSize 10,10 java.awt.Dimension
ColorChooserUI javax.swing.plaf.basic.BasicColorChooserUI
#---- ComboBox ----
ComboBox.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
ComboBox.buttonBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.buttonShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ComboBox.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
ComboBox.editorBorder [active] 1,4,1,1 false javax.swing.border.EmptyBorder
ComboBox.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ComboBox.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ComboBox.isEnterSelectablePopup false
ComboBox.noActionOnKeyNavigation false
ComboBox.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ComboBox.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ComboBox.timeFactor 1000
ComboBoxUI com.sun.java.swing.plaf.windows.WindowsComboBoxUI
#---- Desktop ----
Desktop.background [active] #ababab javax.swing.plaf.ColorUIResource [UI]
Desktop.minOnScreenInsets 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
#---- DesktopIcon ----
DesktopIcon.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #b4b4b4 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$InternalFrameLineBorder [UI]
DesktopIcon.width 160
DesktopIconUI com.sun.java.swing.plaf.windows.WindowsDesktopIconUI
#---- DesktopPane ----
DesktopPaneUI com.sun.java.swing.plaf.windows.WindowsDesktopPaneUI
#---- EditorPane ----
EditorPane.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
EditorPane.caretBlinkRate 500
EditorPane.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
EditorPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
EditorPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPane.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
EditorPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
EditorPane.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
EditorPane.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
EditorPaneUI com.sun.java.swing.plaf.windows.WindowsEditorPaneUI
#---- FileChooser ----
FileChooser.detailsViewIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.homeFolderIcon [lazy] [lazy] 18,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileChooser.listFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
FileChooser.listViewBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
FileChooser.listViewBorder [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
FileChooser.listViewIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.listViewWindowsStyle true
FileChooser.newFolderIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.noPlacesBar [active] false
FileChooser.readOnly false
FileChooser.upFolderIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooser.useSystemExtensionHiding true
FileChooser.usesSingleFilePane true
FileChooser.viewMenuIcon [lazy] 16,16 javax.swing.ImageIcon (java.awt.image.BufferedImage)
FileChooserUI com.sun.java.swing.plaf.windows.WindowsFileChooserUI
#---- FileView ----
FileView.computerIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.directoryIcon [lazy] 16,18 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.fileIcon [lazy] 16,20 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.floppyDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
FileView.hardDriveIcon [lazy] 16,16 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- FormattedTextField ----
FormattedTextField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
FormattedTextField.caretBlinkRate 500
FormattedTextField.caretForeground #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
FormattedTextField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.inactiveForeground #6d6d6d javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
FormattedTextField.selectionBackground #0078d7 javax.swing.plaf.ColorUIResource [UI]
FormattedTextField.selectionForeground #ffffff javax.swing.plaf.ColorUIResource [UI]
FormattedTextFieldUI javax.swing.plaf.basic.BasicFormattedTextFieldUI
#---- InternalFrame ----
InternalFrame.activeBorderColor [active] #b4b4b4 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleBackground [active] #99b4d1 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.activeTitleGradient [active] #b9d1ea javax.swing.plaf.ColorUIResource [UI]
InternalFrame.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 true javax.swing.border.BevelBorder
line: #b4b4b4 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$InternalFrameLineBorder [UI]
InternalFrame.borderColor [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderLight [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.borderWidth [active] 1
InternalFrame.closeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.closeSound win.sound.close
InternalFrame.icon [lazy] 16,16 com.sun.java.swing.plaf.windows.WindowsInternalFrameTitlePane$ScalableIconUIResource [UI]
InternalFrame.iconifyIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.inactiveBorderColor [active] #f4f7fc javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleBackground [active] #bfcddb javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.inactiveTitleGradient [active] #d7e4f2 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.layoutTitlePaneAtOrigin [active] true
InternalFrame.maximizeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.maximizeSound win.sound.maximize
InternalFrame.minimizeIcon 30,18 com.sun.java.swing.plaf.windows.WindowsIconFactory$FrameButtonIcon
InternalFrame.minimizeIconBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.minimizeSound win.sound.minimize
InternalFrame.resizeIconHighlight [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.resizeIconShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
InternalFrame.restoreDownSound win.sound.restoreDown
InternalFrame.restoreUpSound win.sound.restoreUp
InternalFrame.titleButtonHeight [active] 22
InternalFrame.titleButtonToolTipsOn [active] true
InternalFrame.titleButtonWidth [active] 36
InternalFrame.titleFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
InternalFrame.titlePaneHeight [active] 22
InternalFrame.windowBindings length=6 [Ljava.lang.Object;
[0] shift ESCAPE
[1] showSystemMenu
[2] ctrl SPACE
[3] showSystemMenu
[4] ESCAPE
[5] hideSystemMenu
#---- InternalFrameTitlePane ----
InternalFrameTitlePane.closeButtonOpacity true
InternalFrameTitlePane.iconifyButtonOpacity true
InternalFrameTitlePane.maximizeButtonOpacity true
#---- InternalFrame ----
InternalFrameUI com.sun.java.swing.plaf.windows.WindowsInternalFrameUI
#---- Label ----
Label.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Label.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
Label.disabledShadow [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Label.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Label.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
LabelUI com.sun.java.swing.plaf.windows.WindowsLabelUI
#---- List ----
List.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
List.cellRenderer [active] javax.swing.DefaultListCellRenderer$UIResource [UI]
List.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
List.focusCellHighlightBorder [lazy] line: null 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$ComplementDashedBorder [UI]
List.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
List.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
List.lockToPositionOnScroll true
List.noFocusBorder 1,1,1,1 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
List.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
List.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
List.timeFactor 1000
ListUI javax.swing.plaf.basic.BasicListUI
#---- Menu ----
Menu.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.afterCheckIconGap [active] 9
Menu.arrowIcon [lazy] 9,9 com.sun.java.swing.plaf.windows.WindowsIconFactory$MenuArrowIcon [UI]
Menu.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Menu.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
Menu.borderPainted false
Menu.cancelMode hideLastSubmenu
Menu.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
Menu.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
Menu.crossMenuMnemonic false
Menu.evenHeight [active] true
Menu.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
Menu.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Menu.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Menu.menuPopupOffsetX 0
Menu.menuPopupOffsetY 0
Menu.minimumTextOffset [active] 31
Menu.opaque [active] false
Menu.preserveTopLevelSelection true
Menu.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Menu.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Menu.shortcutKeys length=1 [I
[0] 8
Menu.submenuPopupOffsetX -4
Menu.submenuPopupOffsetY -3
Menu.useMenuBarBackgroundForTopLevel true
#---- MenuBar ----
MenuBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.border [lazy] 0,0,2,0 false javax.swing.plaf.basic.BasicBorders$MenuBarBorder [UI]
MenuBar.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuBar.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuBar.height [active] 19
MenuBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuBar.rolloverEnabled [active] true
MenuBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
MenuBar.windowBindings length=2 [Ljava.lang.Object;
[0] F10
[1] takeFocus
MenuBarUI com.sun.java.swing.plaf.windows.WindowsMenuBarUI
#---- MenuItem ----
MenuItem.acceleratorDelimiter +
MenuItem.acceleratorFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.afterCheckIconGap [active] 9
MenuItem.arrowIcon [lazy] 4,8 com.sun.java.swing.plaf.windows.WindowsIconFactory$MenuItemArrowIcon [UI]
MenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
MenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
MenuItem.borderPainted false
MenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
MenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
MenuItem.commandSound win.sound.menuCommand
MenuItem.disabledAreNavigable true
MenuItem.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
MenuItem.evenHeight [active] true
MenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
MenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
MenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
MenuItem.minimumTextOffset [active] 31
MenuItem.opaque [active] false
MenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
MenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
MenuItemUI com.sun.java.swing.plaf.windows.WindowsMenuItemUI
#---- Menu ----
MenuUI com.sun.java.swing.plaf.windows.WindowsMenuUI
#---- OptionPane ----
OptionPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
OptionPane.border [lazy] 10,10,12,10 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonAreaBorder [lazy] 6,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.buttonClickThreshhold 500
OptionPane.buttonFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.buttonMinimumWidth [active] 75
OptionPane.errorIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.errorSound win.sound.hand
OptionPane.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.informationIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.informationSound win.sound.asterisk
OptionPane.messageAreaBorder [lazy] 0,0,0,0 false javax.swing.plaf.BorderUIResource$EmptyBorderUIResource [UI]
OptionPane.messageFont [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
OptionPane.messageForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
OptionPane.minimumSize 262,90 javax.swing.plaf.DimensionUIResource [UI]
OptionPane.questionIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.questionSound win.sound.question
OptionPane.warningIcon [lazy] 32,32 javax.swing.ImageIcon (java.awt.image.BufferedImage)
OptionPane.warningSound win.sound.exclamation
OptionPane.windowBindings length=2 [Ljava.lang.Object;
[0] ESCAPE
[1] close
OptionPaneUI javax.swing.plaf.basic.BasicOptionPaneUI
#---- Panel ----
Panel.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Panel.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Panel.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PanelUI javax.swing.plaf.basic.BasicPanelUI
#---- PasswordField ----
PasswordField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
PasswordField.caretBlinkRate 500
PasswordField.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PasswordField.echoChar [active] '\u25cf'
PasswordField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
PasswordField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PasswordField.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
PasswordField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
PasswordField.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
PasswordField.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
PasswordFieldUI com.sun.java.swing.plaf.windows.WindowsPasswordFieldUI
#---- PopupMenu ----
PopupMenu.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.border [active] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #a0a0a0 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
2,2,2,2 false javax.swing.border.EmptyBorder
PopupMenu.consumeEventOnClose true
PopupMenu.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
PopupMenu.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
PopupMenu.popupSound win.sound.menuPopup
#---- PopupMenuSeparator ----
PopupMenuSeparatorUI com.sun.java.swing.plaf.windows.WindowsPopupMenuSeparatorUI
#---- PopupMenu ----
PopupMenuUI com.sun.java.swing.plaf.windows.WindowsPopupMenuUI
#---- ProgressBar ----
ProgressBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
1,1,1,1 false com.sun.java.swing.plaf.windows.WindowsBorders$ProgressBarBorder [UI]
1,1,1,1 false javax.swing.border.EmptyBorder
ProgressBar.cellLength 7
ProgressBar.cellSpacing 2
ProgressBar.cycleTime 3000
ProgressBar.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ProgressBar.foreground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ProgressBar.horizontalSize 146,12 javax.swing.plaf.DimensionUIResource [UI]
ProgressBar.indeterminateInsets 3,3,3,3 java.awt.Insets
ProgressBar.repaintInterval 50
ProgressBar.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.selectionForeground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ProgressBar.verticalSize 12,146 javax.swing.plaf.DimensionUIResource [UI]
ProgressBarUI com.sun.java.swing.plaf.windows.WindowsProgressBarUI
#---- RadioButton ----
RadioButton.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButton.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
RadioButton.focus [active] #000000 java.awt.Color
RadioButton.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
RadioButton.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButton.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.icon [lazy] 13,13 com.sun.java.swing.plaf.windows.WindowsIconFactory$RadioButtonIcon [UI]
RadioButton.interiorBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButton.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
RadioButton.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButton.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
RadioButton.textIconGap 4
RadioButton.textShiftOffset 0
RadioButton.totalInsets 4,4,4,4 java.awt.Insets
#---- RadioButtonMenuItem ----
RadioButtonMenuItem.acceleratorFont [lazy] Dialog plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.acceleratorForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.acceleratorSelectionForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.afterCheckIconGap [active] 9
RadioButtonMenuItem.arrowIcon [lazy] 4,8 javax.swing.plaf.basic.BasicIconFactory$MenuItemArrowIcon [UI]
RadioButtonMenuItem.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
RadioButtonMenuItem.borderPainted false
RadioButtonMenuItem.checkIcon [active] 22,22 com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory$VistaMenuItemCheckIcon [UI]
RadioButtonMenuItem.checkIconFactory [active] [unknown type] com.sun.java.swing.plaf.windows.WindowsIconFactory$VistaMenuItemCheckIconFactory
RadioButtonMenuItem.commandSound win.sound.menuCommand
RadioButtonMenuItem.disabledForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.evenHeight [active] true
RadioButtonMenuItem.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
RadioButtonMenuItem.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.margin 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
RadioButtonMenuItem.minimumTextOffset [active] 31
RadioButtonMenuItem.opaque [active] false
RadioButtonMenuItem.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItem.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
RadioButtonMenuItemUI com.sun.java.swing.plaf.windows.WindowsRadioButtonMenuItemUI
#---- RadioButton ----
RadioButtonUI com.sun.java.swing.plaf.windows.WindowsRadioButtonUI
#---- RootPane ----
RootPane.defaultButtonWindowKeyBindings length=8 [Ljava.lang.Object;
[0] ENTER
[1] press
[2] released ENTER
[3] release
[4] ctrl ENTER
[5] press
[6] ctrl released ENTER
[7] release
RootPaneUI com.sun.java.swing.plaf.windows.WindowsRootPaneUI
#---- ScrollBar ----
ScrollBar.background [active] #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.foreground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.maximumThumbSize 4096,4096 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.minimumThumbSize 8,8 javax.swing.plaf.DimensionUIResource [UI]
ScrollBar.thumb [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbDarkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbHighlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.thumbShadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.track #ffffff javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackForeground [active] #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlight #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.trackHighlightForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ScrollBar.width [active] 17
ScrollBarUI com.sun.java.swing.plaf.windows.WindowsScrollBarUI
#---- ScrollPane ----
ScrollPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ScrollPane.border [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
ScrollPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ScrollPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ScrollPaneUI javax.swing.plaf.basic.BasicScrollPaneUI
#---- Separator ----
Separator.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.foreground [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Separator.highlight #ffffff javax.swing.plaf.ColorUIResource [UI]
Separator.shadow #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
SeparatorUI com.sun.java.swing.plaf.windows.WindowsSeparatorUI
#---- Slider ----
Slider.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Slider.focus [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Slider.focusInsets 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
Slider.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Slider.foreground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Slider.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Slider.horizontalSize 200,21 java.awt.Dimension
Slider.minimumHorizontalSize 36,21 java.awt.Dimension
Slider.minimumVerticalSize 21,36 java.awt.Dimension
Slider.onlyLeftMouseButtonDrag true
Slider.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Slider.tickColor #000000 java.awt.Color
Slider.verticalSize 21,200 java.awt.Dimension
SliderUI com.sun.java.swing.plaf.windows.WindowsSliderUI
#---- Spinner ----
Spinner.arrowButtonInsets [active] 1,1,1,1 javax.swing.plaf.InsetsUIResource [UI]
Spinner.arrowButtonSize 17,9 java.awt.Dimension
Spinner.background #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Spinner.border [active] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
2,2,2,2 false javax.swing.border.EmptyBorder
Spinner.editorAlignment 11
Spinner.editorBorderPainted false
Spinner.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Spinner.foreground #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
SpinnerUI com.sun.java.swing.plaf.windows.WindowsSpinnerUI
#---- SplitPane ----
SplitPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
SplitPane.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneBorder [UI]
SplitPane.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
SplitPane.dividerSize 5
SplitPane.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
SplitPane.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPaneDivider ----
SplitPaneDivider.border [lazy] 1,1,1,1 true javax.swing.plaf.basic.BasicBorders$SplitPaneDividerBorder [UI]
SplitPaneDivider.draggingColor #404040 javax.swing.plaf.ColorUIResource [UI]
#---- SplitPane ----
SplitPaneUI com.sun.java.swing.plaf.windows.WindowsSplitPaneUI
#---- TabbedPane ----
TabbedPane.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.contentBorderInsets 2,2,3,3 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.contentOpaque true
TabbedPane.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.focus [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TabbedPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TabbedPane.labelShift 1
TabbedPane.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.selectedLabelShift -1
TabbedPane.selectedTabPadInsets 2,2,2,1 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.selectionFollowsFocus true
TabbedPane.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
TabbedPane.tabAreaInsets [active] 3,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabInsets [active] 1,4,1,4 javax.swing.plaf.InsetsUIResource [UI]
TabbedPane.tabRunOverlay 2
TabbedPane.tabsOpaque true
TabbedPane.tabsOverlapBorder [active] true
TabbedPane.textIconGap 4
TabbedPaneUI com.sun.java.swing.plaf.windows.WindowsTabbedPaneUI
#---- Table ----
Table.ascendingSortIcon [active] 13,5 com.sun.java.swing.plaf.windows.WindowsLookAndFeel$SkinIcon [UI]
Table.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
Table.descendingSortIcon [active] 13,5 com.sun.java.swing.plaf.windows.WindowsLookAndFeel$SkinIcon [UI]
Table.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.dropLineShortColor #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.focusCellForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Table.focusCellHighlightBorder [lazy] line: null 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.WindowsBorders$ComplementDashedBorder [UI]
Table.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Table.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Table.gridColor #808080 javax.swing.plaf.ColorUIResource [UI]
Table.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
Table.scrollPaneBorder [active] line: #828790 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
Table.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Table.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Table.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconHighlight [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Table.sortIconLight #ffffff javax.swing.plaf.ColorUIResource [UI]
#---- TableHeader ----
TableHeader.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TableHeader.cellBorder [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,3,3,3 false javax.swing.plaf.basic.BasicBorders$ButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TableHeader.focusCellBackground [active] null
TableHeader.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TableHeader.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TableHeaderUI com.sun.java.swing.plaf.windows.WindowsTableHeaderUI
#---- Table ----
TableUI javax.swing.plaf.basic.BasicTableUI
#---- ----
Text-specific LCD contrast key 120
Text-specific antialiasing enable key [unknown type] sun.awt.SunHints$Value
#---- TextArea ----
TextArea.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextArea.caretBlinkRate 500
TextArea.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextArea.font [active] Monospaced plain 13 javax.swing.plaf.FontUIResource [UI]
TextArea.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextArea.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextArea.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TextArea.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextArea.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextAreaUI com.sun.java.swing.plaf.windows.WindowsTextAreaUI
#---- TextField ----
TextField.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.border [active] line: #abadb3 javax.swing.plaf.ColorUIResource [UI] 1 false 1,1,1,1 true com.sun.java.swing.plaf.windows.XPStyle$XPFillBorder [UI]
TextField.caretBlinkRate 500
TextField.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
TextField.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextField.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TextField.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextField.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextField.inactiveForeground [active] #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextField.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
TextField.margin [active] 2,2,2,2 javax.swing.plaf.InsetsUIResource [UI]
TextField.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextField.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextField.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
TextFieldUI com.sun.java.swing.plaf.windows.WindowsTextFieldUI
#---- TextPane ----
TextPane.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.border [lazy] 0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
TextPane.caretBlinkRate 500
TextPane.caretForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.disabledBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
TextPane.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TextPane.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPane.inactiveForeground #6d6d6d javax.swing.plaf.ColorUIResource [UI]
TextPane.margin 3,3,3,3 javax.swing.plaf.InsetsUIResource [UI]
TextPane.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
TextPane.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
TextPaneUI com.sun.java.swing.plaf.windows.WindowsTextPaneUI
#---- TitledBorder ----
TitledBorder.border [lazy] 2,2,2,2 true javax.swing.plaf.BorderUIResource$EtchedBorderUIResource [UI]
TitledBorder.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
TitledBorder.titleColor [active] #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToggleButton ----
ToggleButton.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.border [lazy] javax.swing.plaf.BorderUIResource$CompoundBorderUIResource [UI]
2,2,2,2 false javax.swing.plaf.basic.BasicBorders$RadioButtonBorder [UI]
0,0,0,0 false javax.swing.plaf.basic.BasicBorders$MarginBorder [UI]
ToggleButton.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.focus [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
ToggleButton.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ToggleButton.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.margin 2,14,2,14 javax.swing.plaf.InsetsUIResource [UI]
ToggleButton.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
ToggleButton.textIconGap 4
ToggleButton.textShiftOffset 1
ToggleButtonUI com.sun.java.swing.plaf.windows.WindowsToggleButtonUI
#---- ToolBar ----
ToolBar.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.border [lazy] 1,1,1,1 false com.sun.java.swing.plaf.windows.WindowsBorders$ToolBarBorder [UI]
ToolBar.darkShadow [active] #696969 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.dockingForeground #ff0000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingBackground [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
ToolBar.floatingForeground #404040 javax.swing.plaf.ColorUIResource [UI]
ToolBar.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
ToolBar.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ToolBar.highlight [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
ToolBar.light [active] #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
ToolBar.shadow [active] #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
#---- ToolBarSeparator ----
ToolBarSeparatorUI com.sun.java.swing.plaf.windows.WindowsToolBarSeparatorUI
#---- ToolBar ----
ToolBarUI com.sun.java.swing.plaf.windows.WindowsToolBarUI
#---- ToolTip ----
ToolTip.background [active] #ffffe1 javax.swing.plaf.ColorUIResource [UI]
ToolTip.border [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
ToolTip.font [active] Segoe UI plain 12 javax.swing.plaf.FontUIResource [UI]
ToolTip.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
#---- ToolTipManager ----
ToolTipManager.enableToolTipMode activeApplication
#---- ToolTip ----
ToolTipUI javax.swing.plaf.basic.BasicToolTipUI
#---- Tree ----
Tree.background [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.changeSelectionWithFocus true
Tree.closedIcon [active] 16,16 sun.swing.ImageIconUIResource [UI] (java.awt.image.BufferedImage)
Tree.collapsedIcon 9,9 com.sun.java.swing.plaf.windows.WindowsTreeUI$CollapsedIcon
Tree.drawDashedFocusIndicator true
Tree.drawsFocusBorderAroundIcon false
Tree.dropLineColor #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
Tree.editorBorder [lazy] line: #000000 java.awt.Color 1 false 1,1,1,1 true javax.swing.plaf.BorderUIResource$LineBorderUIResource [UI]
Tree.expandedIcon 9,9 com.sun.java.swing.plaf.windows.WindowsTreeUI$ExpandedIcon
Tree.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Tree.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.hash #808080 javax.swing.plaf.ColorUIResource [UI]
Tree.leafIcon [lazy] 16,13 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
Tree.leftChildIndent 8
Tree.lineTypeDashed true
Tree.openIcon [active] 16,16 sun.swing.ImageIconUIResource [UI] (java.awt.image.BufferedImage)
Tree.paintLines true
Tree.rightChildIndent 11
Tree.rowHeight 16
Tree.scrollsOnExpand true
Tree.selectionBackground [active] #0078d7 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionBorderColor #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.selectionForeground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textBackground [active] #ffffff javax.swing.plaf.ColorUIResource [UI]
Tree.textForeground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
Tree.timeFactor 1000
TreeUI com.sun.java.swing.plaf.windows.WindowsTreeUI
#---- Viewport ----
Viewport.background [active] #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
Viewport.font [active] Tahoma plain 11 javax.swing.plaf.FontUIResource [UI]
Viewport.foreground [active] #000000 javax.swing.plaf.ColorUIResource [UI]
ViewportUI javax.swing.plaf.basic.BasicViewportUI
#---- ----
activeCaption #99b4d1 javax.swing.plaf.ColorUIResource [UI]
activeCaptionBorder #b4b4b4 javax.swing.plaf.ColorUIResource [UI]
activeCaptionText #000000 javax.swing.plaf.ColorUIResource [UI]
control #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
controlDkShadow #696969 javax.swing.plaf.ColorUIResource [UI]
controlHighlight #e3e3e3 javax.swing.plaf.ColorUIResource [UI]
controlLtHighlight #ffffff javax.swing.plaf.ColorUIResource [UI]
controlShadow #a0a0a0 javax.swing.plaf.ColorUIResource [UI]
controlText #000000 javax.swing.plaf.ColorUIResource [UI]
desktop #000000 javax.swing.plaf.ColorUIResource [UI]
#---- html ----
html.missingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
html.pendingImage [lazy] 38,38 sun.swing.ImageIconUIResource [UI] (sun.awt.image.ToolkitImage)
#---- ----
inactiveCaption #bfcddb javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionBorder #f4f7fc javax.swing.plaf.ColorUIResource [UI]
inactiveCaptionText #000000 javax.swing.plaf.ColorUIResource [UI]
info #ffffe1 javax.swing.plaf.ColorUIResource [UI]
infoText #000000 javax.swing.plaf.ColorUIResource [UI]
menu #f0f0f0 javax.swing.plaf.ColorUIResource [UI]
menuPressedItemB #000000 javax.swing.plaf.ColorUIResource [UI]
menuPressedItemF #000000 javax.swing.plaf.ColorUIResource [UI]
menuText #000000 javax.swing.plaf.ColorUIResource [UI]
scrollbar #c8c8c8 javax.swing.plaf.ColorUIResource [UI]
text #ffffff javax.swing.plaf.ColorUIResource [UI]
textHighlight #0078d7 javax.swing.plaf.ColorUIResource [UI]
textHighlightText #ffffff javax.swing.plaf.ColorUIResource [UI]
textInactiveText #6d6d6d javax.swing.plaf.ColorUIResource [UI]
textText #000000 javax.swing.plaf.ColorUIResource [UI]
window #ffffff javax.swing.plaf.ColorUIResource [UI]
windowBorder #646464 javax.swing.plaf.ColorUIResource [UI]
windowText #000000 javax.swing.plaf.ColorUIResource [UI]

View File

@@ -1,828 +0,0 @@
Class com.sun.java.swing.plaf.windows.WindowsLookAndFeel
ID Windows
Name Windows
Java 1.8.0_202
OS Windows 10
#---- Button ----
Button.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- CheckBox ----
CheckBox.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ComboBox ----
ComboBox.ancestorInputMap [lazy] 15 javax.swing.plaf.InputMapUIResource [UI]
alt DOWN togglePopup
alt KP_DOWN togglePopup
alt KP_UP togglePopup
alt UP togglePopup
DOWN selectNext2
END endPassThrough
ENTER enterPressed
ESCAPE hidePopup
F4 togglePopup
HOME homePassThrough
KP_DOWN selectNext2
KP_UP selectPrevious2
PAGE_DOWN pageDownPassThrough
PAGE_UP pageUpPassThrough
UP selectPrevious2
#---- Desktop ----
Desktop.ancestorInputMap [lazy] 21 javax.swing.plaf.InputMapUIResource [UI]
ctrl alt F6 selectNextFrame
ctrl F10 maximize
ctrl F12 navigateNext
ctrl F4 close
ctrl F5 restore
ctrl F6 selectNextFrame
ctrl F7 move
ctrl F8 resize
ctrl F9 minimize
ctrl TAB selectNextFrame
DOWN down
ESCAPE escape
KP_DOWN down
KP_LEFT left
KP_RIGHT right
KP_UP up
LEFT left
RIGHT right
UP up
shift ctrl alt F6 selectPreviousFrame
shift ctrl F12 navigatePrevious
#---- EditorPane ----
EditorPane.focusInputMap [lazy] 51 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- FileChooser ----
FileChooser.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
BACK_SPACE Go Up
ESCAPE cancelSelection
F2 editFileName
F5 refresh
#---- FormattedTextField ----
FormattedTextField.focusInputMap [lazy] 44 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl KP_LEFT caret-previous-word
ctrl KP_RIGHT caret-next-word
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN decrement
END caret-end-line
ENTER notify-field-accept
ESCAPE reset-field-edit
HOME caret-begin-line
KP_DOWN decrement
KP_LEFT caret-backward
KP_RIGHT caret-forward
KP_UP increment
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
UP increment
shift ctrl KP_LEFT selection-previous-word
shift ctrl KP_RIGHT selection-next-word
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift KP_LEFT selection-backward
shift KP_RIGHT selection-forward
shift LEFT selection-backward
shift RIGHT selection-forward
#---- List ----
List.focusInputMap.RightToLeft [lazy] 16 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
List.focusInputMap [lazy] 64 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRowChangeLead
ctrl HOME selectFirstRowChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastRow
HOME selectFirstRow
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDown
PAGE_UP scrollUp
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastRowExtendSelection
shift HOME selectFirstRowExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift UP selectPreviousRowExtendSelection
#---- PasswordField ----
PasswordField.focusInputMap [lazy] 31 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl C copy-to-clipboard
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-begin-line
ctrl RIGHT caret-end-line
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl LEFT selection-begin-line
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-end-line
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift RIGHT selection-forward
#---- PopupMenu ----
PopupMenu.selectedWindowInputMapBindings.RightToLeft length=8 [Ljava.lang.Object;
[0] LEFT
[1] selectChild
[2] KP_LEFT
[3] selectChild
[4] RIGHT
[5] selectParent
[6] KP_RIGHT
[7] selectParent
PopupMenu.selectedWindowInputMapBindings length=24 [Ljava.lang.Object;
[0] ESCAPE
[1] cancel
[2] DOWN
[3] selectNext
[4] KP_DOWN
[5] selectNext
[6] UP
[7] selectPrevious
[8] KP_UP
[9] selectPrevious
[10] LEFT
[11] selectParent
[12] KP_LEFT
[13] selectParent
[14] RIGHT
[15] selectChild
[16] KP_RIGHT
[17] selectChild
[18] ENTER
[19] return
[20] ctrl ENTER
[21] return
[22] SPACE
[23] return
#---- RadioButton ----
RadioButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- RootPane ----
RootPane.ancestorInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
CONTEXT_MENU postPopup
shift F10 postPopup
#---- ScrollBar ----
ScrollBar.ancestorInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
ScrollBar.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN positiveBlockIncrement
ctrl PAGE_UP negativeBlockIncrement
DOWN positiveUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN positiveUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP negativeUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN positiveBlockIncrement
PAGE_UP negativeBlockIncrement
RIGHT positiveUnitIncrement
UP negativeUnitIncrement
#---- ScrollPane ----
ScrollPane.ancestorInputMap.RightToLeft [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
ctrl PAGE_DOWN scrollLeft
ctrl PAGE_UP scrollRight
ScrollPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl END scrollEnd
ctrl HOME scrollHome
ctrl PAGE_DOWN scrollRight
ctrl PAGE_UP scrollLeft
DOWN unitScrollDown
KP_DOWN unitScrollDown
KP_LEFT unitScrollLeft
KP_RIGHT unitScrollRight
KP_UP unitScrollUp
LEFT unitScrollLeft
PAGE_DOWN scrollDown
PAGE_UP scrollUp
RIGHT unitScrollRight
UP unitScrollUp
#---- Slider ----
Slider.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT positiveUnitIncrement
KP_RIGHT negativeUnitIncrement
LEFT positiveUnitIncrement
RIGHT negativeUnitIncrement
Slider.focusInputMap [lazy] 12 javax.swing.plaf.InputMapUIResource [UI]
DOWN negativeUnitIncrement
END maxScroll
HOME minScroll
KP_DOWN negativeUnitIncrement
KP_LEFT negativeUnitIncrement
KP_RIGHT positiveUnitIncrement
KP_UP positiveUnitIncrement
LEFT negativeUnitIncrement
PAGE_DOWN negativeBlockIncrement
PAGE_UP positiveBlockIncrement
RIGHT positiveUnitIncrement
UP positiveUnitIncrement
#---- Spinner ----
Spinner.ancestorInputMap [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
DOWN decrement
KP_DOWN decrement
KP_UP increment
UP increment
#---- SplitPane ----
SplitPane.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
ctrl TAB focusOutForward
DOWN positiveIncrement
END selectMax
F6 toggleFocus
F8 startResize
HOME selectMin
KP_DOWN positiveIncrement
KP_LEFT negativeIncrement
KP_RIGHT positiveIncrement
KP_UP negativeIncrement
LEFT negativeIncrement
RIGHT positiveIncrement
UP negativeIncrement
shift ctrl TAB focusOutBackward
#---- TabbedPane ----
TabbedPane.ancestorInputMap [lazy] 6 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_UP requestFocus
ctrl PAGE_DOWN navigatePageDown
ctrl PAGE_UP navigatePageUp
ctrl TAB navigateNext
ctrl UP requestFocus
shift ctrl TAB navigatePrevious
TabbedPane.focusInputMap [lazy] 10 javax.swing.plaf.InputMapUIResource [UI]
ctrl DOWN requestFocusForVisibleComponent
ctrl KP_DOWN requestFocusForVisibleComponent
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Table ----
Table.ancestorInputMap.RightToLeft [lazy] 20 javax.swing.plaf.InputMapUIResource [UI]
ctrl KP_LEFT selectNextColumnChangeLead
ctrl KP_RIGHT selectPreviousColumnChangeLead
ctrl LEFT selectNextColumnChangeLead
ctrl PAGE_DOWN scrollLeftChangeSelection
ctrl PAGE_UP scrollRightChangeSelection
ctrl RIGHT selectPreviousColumnChangeLead
KP_LEFT selectNextColumn
KP_RIGHT selectPreviousColumn
LEFT selectNextColumn
RIGHT selectPreviousColumn
shift ctrl KP_LEFT selectNextColumnExtendSelection
shift ctrl KP_RIGHT selectPreviousColumnExtendSelection
shift ctrl LEFT selectNextColumnExtendSelection
shift ctrl PAGE_DOWN scrollLeftExtendSelection
shift ctrl PAGE_UP scrollRightExtendSelection
shift ctrl RIGHT selectPreviousColumnExtendSelection
shift KP_LEFT selectNextColumnExtendSelection
shift KP_RIGHT selectPreviousColumnExtendSelection
shift LEFT selectNextColumnExtendSelection
shift RIGHT selectPreviousColumnExtendSelection
Table.ancestorInputMap [lazy] 71 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextRowChangeLead
ctrl END selectLastRow
ctrl HOME selectFirstRow
ctrl INSERT copy
ctrl KP_DOWN selectNextRowChangeLead
ctrl KP_LEFT selectPreviousColumnChangeLead
ctrl KP_RIGHT selectNextColumnChangeLead
ctrl KP_UP selectPreviousRowChangeLead
ctrl LEFT selectPreviousColumnChangeLead
ctrl PAGE_DOWN scrollRightChangeSelection
ctrl PAGE_UP scrollLeftChangeSelection
ctrl RIGHT selectNextColumnChangeLead
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousRowChangeLead
ctrl V paste
ctrl X cut
COPY copy
CUT cut
DOWN selectNextRow
END selectLastColumn
ENTER selectNextRowCell
ESCAPE cancel
F2 startEditing
F8 focusHeader
HOME selectFirstColumn
KP_DOWN selectNextRow
KP_LEFT selectPreviousColumn
KP_RIGHT selectNextColumn
KP_UP selectPreviousRow
LEFT selectPreviousColumn
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectNextColumn
SPACE addToSelection
TAB selectNextColumnCell
UP selectPreviousRow
shift ctrl DOWN selectNextRowExtendSelection
shift ctrl END selectLastRowExtendSelection
shift ctrl HOME selectFirstRowExtendSelection
shift ctrl KP_DOWN selectNextRowExtendSelection
shift ctrl KP_LEFT selectPreviousColumnExtendSelection
shift ctrl KP_RIGHT selectNextColumnExtendSelection
shift ctrl KP_UP selectPreviousRowExtendSelection
shift ctrl LEFT selectPreviousColumnExtendSelection
shift ctrl PAGE_DOWN scrollRightExtendSelection
shift ctrl PAGE_UP scrollLeftExtendSelection
shift ctrl RIGHT selectNextColumnExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousRowExtendSelection
shift DELETE cut
shift DOWN selectNextRowExtendSelection
shift END selectLastColumnExtendSelection
shift ENTER selectPreviousRowCell
shift HOME selectFirstColumnExtendSelection
shift INSERT paste
shift KP_DOWN selectNextRowExtendSelection
shift KP_LEFT selectPreviousColumnExtendSelection
shift KP_RIGHT selectNextColumnExtendSelection
shift KP_UP selectPreviousRowExtendSelection
shift LEFT selectPreviousColumnExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift RIGHT selectNextColumnExtendSelection
shift SPACE extendTo
shift TAB selectPreviousColumnCell
shift UP selectPreviousRowExtendSelection
#---- TableHeader ----
TableHeader.ancestorInputMap [lazy] 14 javax.swing.plaf.InputMapUIResource [UI]
alt KP_LEFT moveColumnLeft
alt KP_RIGHT moveColumnRight
alt LEFT moveColumnLeft
alt RIGHT moveColumnRight
ESCAPE focusTable
KP_LEFT selectColumnToLeft
KP_RIGHT selectColumnToRight
LEFT selectColumnToLeft
RIGHT selectColumnToRight
SPACE toggleSortOrder
shift alt KP_LEFT resizeLeft
shift alt KP_RIGHT resizeRight
shift alt LEFT resizeLeft
shift alt RIGHT resizeRight
#---- TextArea ----
TextArea.focusInputMap [lazy] 51 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- TextField ----
TextField.focusInputMap [lazy] 33 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl H delete-previous
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
END caret-end-line
ENTER notify-field-accept
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PASTE paste-from-clipboard
RIGHT caret-forward
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl RIGHT selection-next-word
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift RIGHT selection-forward
#---- TextPane ----
TextPane.focusInputMap [lazy] 51 javax.swing.plaf.InputMapUIResource [UI]
ctrl A select-all
ctrl BACK_SLASH unselect
ctrl BACK_SPACE delete-previous-word
ctrl C copy-to-clipboard
ctrl DELETE delete-next-word
ctrl END caret-end
ctrl H delete-previous
ctrl HOME caret-begin
ctrl INSERT copy-to-clipboard
ctrl LEFT caret-previous-word
ctrl RIGHT caret-next-word
ctrl SPACE activate-link-action
ctrl T next-link-action
ctrl V paste-from-clipboard
ctrl X cut-to-clipboard
BACK_SPACE delete-previous
COPY copy-to-clipboard
CUT cut-to-clipboard
DELETE delete-next
DOWN caret-down
END caret-end-line
ENTER insert-break
HOME caret-begin-line
KP_LEFT caret-backward
KP_RIGHT caret-forward
LEFT caret-backward
PAGE_DOWN page-down
PAGE_UP page-up
PASTE paste-from-clipboard
RIGHT caret-forward
TAB insert-tab
UP caret-up
shift ctrl END selection-end
shift ctrl HOME selection-begin
shift ctrl LEFT selection-previous-word
shift ctrl O toggle-componentOrientation
shift ctrl PAGE_DOWN selection-page-right
shift ctrl PAGE_UP selection-page-left
shift ctrl RIGHT selection-next-word
shift ctrl T previous-link-action
shift BACK_SPACE delete-previous
shift DELETE cut-to-clipboard
shift DOWN selection-down
shift END selection-end-line
shift HOME selection-begin-line
shift INSERT paste-from-clipboard
shift LEFT selection-backward
shift PAGE_DOWN selection-page-down
shift PAGE_UP selection-page-up
shift RIGHT selection-forward
shift UP selection-up
#---- ToggleButton ----
ToggleButton.focusInputMap [lazy] 2 javax.swing.plaf.InputMapUIResource [UI]
SPACE pressed
released SPACE released
#---- ToolBar ----
ToolBar.ancestorInputMap [lazy] 8 javax.swing.plaf.InputMapUIResource [UI]
DOWN navigateDown
KP_DOWN navigateDown
KP_LEFT navigateLeft
KP_RIGHT navigateRight
KP_UP navigateUp
LEFT navigateLeft
RIGHT navigateRight
UP navigateUp
#---- Tree ----
Tree.ancestorInputMap [lazy] 1 javax.swing.plaf.InputMapUIResource [UI]
ESCAPE cancel
Tree.focusInputMap.RightToLeft [lazy] 4 javax.swing.plaf.InputMapUIResource [UI]
KP_LEFT selectChild
KP_RIGHT selectParent
LEFT selectChild
RIGHT selectParent
Tree.focusInputMap [lazy] 59 javax.swing.plaf.InputMapUIResource [UI]
ctrl A selectAll
ctrl BACK_SLASH clearSelection
ctrl C copy
ctrl DOWN selectNextChangeLead
ctrl END selectLastChangeLead
ctrl HOME selectFirstChangeLead
ctrl INSERT copy
ctrl KP_DOWN selectNextChangeLead
ctrl KP_LEFT scrollLeft
ctrl KP_RIGHT scrollRight
ctrl KP_UP selectPreviousChangeLead
ctrl LEFT scrollLeft
ctrl PAGE_DOWN scrollDownChangeLead
ctrl PAGE_UP scrollUpChangeLead
ctrl RIGHT scrollRight
ctrl SLASH selectAll
ctrl SPACE toggleAndAnchor
ctrl UP selectPreviousChangeLead
ctrl V paste
ctrl X cut
ADD expand
COPY copy
CUT cut
DOWN selectNext
END selectLast
F2 startEditing
HOME selectFirst
KP_DOWN selectNext
KP_LEFT selectParent
KP_RIGHT selectChild
KP_UP selectPrevious
LEFT selectParent
PAGE_DOWN scrollDownChangeSelection
PAGE_UP scrollUpChangeSelection
PASTE paste
RIGHT selectChild
SPACE addToSelection
SUBTRACT collapse
UP selectPrevious
shift ctrl DOWN selectNextExtendSelection
shift ctrl END selectLastExtendSelection
shift ctrl HOME selectFirstExtendSelection
shift ctrl KP_DOWN selectNextExtendSelection
shift ctrl KP_UP selectPreviousExtendSelection
shift ctrl PAGE_DOWN scrollDownExtendSelection
shift ctrl PAGE_UP scrollUpExtendSelection
shift ctrl SPACE moveSelectionTo
shift ctrl UP selectPreviousExtendSelection
shift DELETE cut
shift DOWN selectNextExtendSelection
shift END selectLastExtendSelection
shift HOME selectFirstExtendSelection
shift INSERT paste
shift KP_DOWN selectNextExtendSelection
shift KP_UP selectPreviousExtendSelection
shift PAGE_DOWN scrollDownExtendSelection
shift PAGE_UP scrollUpExtendSelection
shift SPACE extendTo
shift UP selectPreviousExtendSelection