2009-12-23 15 views

उत्तर

3

यह जावा कार्यान्वयन पर निर्भर करता है। Here एक साधारण कोड वाला ब्लॉगपोस्ट है जिसे आप सभी उपलब्ध गुणों और उनके वर्तमान मानों को देखने के लिए चला सकते हैं।

+6

स्टैक ओवरफ़्लो में लिंक में उत्तर देना निराश है। उस पृष्ठ का वह हिस्सा प्रदान करें जो आपके उत्तर में ओपी के प्रश्न का उत्तर देता है ताकि भविष्य में पाठक इसे पढ़ सकें, भले ही लिंक टूटा हुआ हो। –

5

इसके लायक होने के लिए, आप इसका एक प्रशंसक संस्करण पा सकते हैं जहां सभी गुण एक टैबड फलक में एक अलग टैब पर प्रत्येक घटक के साथ एक जीयूआई में प्रदर्शित होते हैं। आप एलएएफ भी बदल सकते हैं। UIManager Defaults देखें।

+0

धन्यवाद! मैं एक बार पहले इस उपकरण पर ठोकर खाई थी और यह वह लिंक था जिसने मुझे फिर से नेतृत्व किया। बहुत उपयोगी। (मैं जावा 8 को उचित हायडीपीआई समर्थन में फेंकने की कोशिश कर रहा हूं - फोंट, आइकन और स्पेसिंग। मुझे आशा है कि जावा 9 आधिकारिक समर्थन जोड़ने से पहले यह मूर्खतापूर्ण त्रुटि नहीं है ...) –

3

पहले पोस्ट किए गए कोड को वर्तमान स्वरूप & द्वारा निर्धारित गुण प्राप्त होते हैं जो डिफ़ॉल्ट रूप से धातु l & f है।

यह Windows एल & एफ और मोटिफ एल & एफ पर परिभाषित कम के साथ मैं इंटरनेट पर एक और सूची पाया (http://www.java2s.com/Tutorial/Java/0240__Swing/ListingUIDefaultProperties.htm) अपने सिस्टम (जावा 1.6.0_17 साथ WinXP) पर 636 परिभाषित गुण की कुल सूचीबद्ध करता है, जहां 795 हैं मिल गया।

तो मुझे लगता है कि प्रश्न अभी भी बना हुआ है: कौन सी संपत्तियां हैं? जाहिर है, यहां तक ​​कि धातु एल & एफ उन्हें सभी सेट नहीं करता है (या परिणामस्वरूप कोड 795 गलत है)।

मैं इस तथ्य से परेशान हूं कि सूर्य द्वारा आधिकारिक सूची मौजूद नहीं है, जो मैं वास्तव में देख रहा हूं (साथ ही ओपी अगर मुझे सही सवाल मिल रहा है)।

+0

मेरे पास [एक ही समस्या] है (http : //stackoverflow.com/questions/5729306/ui-properties-does-not-contain-some-keys)! – Alberto

+0

@Alberto मेरे अपने प्रश्न का उत्तर यहां देखें [यहां] (http://stackoverflow.com/questions/2085271/java-swing-a-list-of-all-uidefaults-properties), वहां आपको एक स्पष्टीकरण मिलेगा समस्या वास्तव में क्यों नहीं है। असल में, आप जो चाहते हैं उसे सेट कर सकते हैं, लेकिन एल एंड एफ के गुणों की जांच कर रहे हैं जो आप वहां हैं, क्योंकि इन्हें एल एंड एफ द्वारा उपयोग की जाने वाली एकमात्र गुण होने की उम्मीद की जा सकती है। –

17

मैंने पाया निंबस देखो में इस्तेमाल किया और संसाधन चाबियों का आधिकारिक सूची महसूस:

http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/_nimbusDefaults.html

और सरकारी घटक गुण:

http://docs.oracle.com/javase/8/docs/api/javax/swing/plaf/synth/doc-files/componentProperties.html

और यहाँ एक और थका देने वाली सूची है (निंबस से संबंधित नहीं)। This is the source

AbstractButton.clickText 
AbstractDocument.additionText 
AbstractDocument.deletionText 
AbstractDocument.redoText 
AbstractDocument.styleChangeText 
AbstractDocument.undoText 
AbstractUndoableEdit.redoText 
AbstractUndoableEdit.undoText 
AuditoryCues.allAuditoryCues 
AuditoryCues.cueList 
AuditoryCues.noAuditoryCues 
Button.background 
Button.border 
Button.darkShadow 
Button.defaultButtonFollowsFocus 
Button.disabledText 
Button.focusInputMap 
Button.font 
Button.foreground 
Button.highlight 
Button.light 
Button.margin 
Button.opaque 
Button.select 
Button.shadow 
Button.textIconGap 
Button.textShiftOffset 
ButtonUI 
CheckBox.background 
CheckBox.border 
CheckBox.disabledText 
CheckBox.focusInputMap 
CheckBox.font 
CheckBox.foreground 
CheckBox.icon 
CheckBox.margin 
CheckBox.select 
CheckBox.textIconGap 
CheckBox.textShiftOffset 
CheckBoxMenuItem.acceleratorDelimiter 
CheckBoxMenuItem.acceleratorFont 
CheckBoxMenuItem.acceleratorForeground 
CheckBoxMenuItem.acceleratorSelectionForeground 
CheckBoxMenuItem.arrowIcon 
CheckBoxMenuItem.background 
CheckBoxMenuItem.border 
CheckBoxMenuItem.borderPainted 
CheckBoxMenuItem.checkIcon 
CheckBoxMenuItem.dashIcon 
CheckBoxMenuItem.disabledBackground 
CheckBoxMenuItem.disabledForeground 
CheckBoxMenuItem.font 
CheckBoxMenuItem.foreground 
CheckBoxMenuItem.margin 
CheckBoxMenuItem.selectionBackground 
CheckBoxMenuItem.selectionForeground 
CheckBoxMenuItemUI 
CheckBoxUI 
ColorChooser.background 
ColorChooser.cancelText 
ColorChooser.font 
ColorChooser.foreground 
ColorChooser.hsbBlueText 
ColorChooser.hsbBrightnessText 
ColorChooser.hsbDisplayedMnemonicIndex 
ColorChooser.hsbGreenText 
ColorChooser.hsbHueText 
ColorChooser.hsbMnemonic 
ColorChooser.hsbNameText 
ColorChooser.hsbRedText 
ColorChooser.hsbSaturationText 
ColorChooser.okText 
ColorChooser.previewText 
ColorChooser.resetMnemonic 
ColorChooser.resetText 
ColorChooser.rgbBlueMnemonic 
ColorChooser.rgbBlueText 
ColorChooser.rgbDisplayedMnemonicIndex 
ColorChooser.rgbGreenMnemonic 
ColorChooser.rgbGreenText 
ColorChooser.rgbMnemonic 
ColorChooser.rgbNameText 
ColorChooser.rgbRedMnemonic 
ColorChooser.rgbRedText 
ColorChooser.sampleText 
ColorChooser.swatchesDefaultRecentColor 
ColorChooser.swatchesDisplayedMnemonicIndex 
ColorChooser.swatchesMnemonic 
ColorChooser.swatchesNameText 
ColorChooser.swatchesRecentSwatchSize 
ColorChooser.swatchesRecentText 
ColorChooser.swatchesSwatchSize 
ColorChooserUI 
ComboBox.ancestorInputMap 
ComboBox.background 
ComboBox.buttonBackground 
ComboBox.buttonDarkShadow 
ComboBox.buttonHighlight 
ComboBox.buttonShadow 
ComboBox.disabledBackground 
ComboBox.disabledForeground 
ComboBox.font 
ComboBox.foreground 
ComboBox.isEnterSelectablePopup 
ComboBox.selectionBackground 
ComboBox.selectionForeground 
ComboBox.timeFactor 
ComboBox.togglePopupText 
ComboBoxUI 
Desktop.ancestorInputMap 
Desktop.background 
Desktop.minOnScreenInsets 
DesktopIcon.border 
DesktopIconUI 
DesktopPaneUI 
EditorPane.background 
EditorPane.border 
EditorPane.caretBlinkRate 
EditorPane.caretForeground 
EditorPane.focusInputMap 
EditorPane.font 
EditorPane.foreground 
EditorPane.inactiveBackground 
EditorPane.inactiveForeground 
EditorPane.margin 
EditorPane.selectionBackground 
EditorPane.selectionForeground 
EditorPaneUI 
FileChooser.acceptAllFileFilterText 
FileChooser.ancestorInputMap 
FileChooser.byDateText 
FileChooser.byNameText 
FileChooser.cancelButtonMnemonic 
FileChooser.cancelButtonText 
FileChooser.chooseButtonText 
FileChooser.createButtonText 
FileChooser.desktopName 
FileChooser.detailsViewIcon 
FileChooser.directoryDescriptionText 
FileChooser.directoryOpenButtonMnemonic 
FileChooser.directoryOpenButtonText 
FileChooser.fileDescriptionText 
FileChooser.fileNameLabelMnemonic 
FileChooser.fileNameLabelText 
FileChooser.fileSizeGigaBytes 
FileChooser.fileSizeKiloBytes 
FileChooser.fileSizeMegaBytes 
FileChooser.filesOfTypeLabelMnemonic 
FileChooser.filesOfTypeLabelText 
FileChooser.helpButtonMnemonic 
FileChooser.helpButtonText 
FileChooser.homeFolderIcon 
FileChooser.listViewIcon 
FileChooser.lookInLabelMnemonic 
FileChooser.mac.newFolder 
FileChooser.mac.newFolder.subsequent 
FileChooser.newFolderAccessibleName 
FileChooser.newFolderButtonText 
FileChooser.newFolderErrorSeparator 
FileChooser.newFolderErrorText 
FileChooser.newFolderExistsErrorText 
FileChooser.newFolderIcon 
FileChooser.newFolderPromptText 
FileChooser.newFolderTitleText 
FileChooser.openButtonMnemonic 
FileChooser.openButtonText 
FileChooser.openDialogTitleText 
FileChooser.openTitleText 
FileChooser.readOnly 
FileChooser.saveButtonMnemonic 
FileChooser.saveButtonText 
FileChooser.saveDialogFileNameLabelText 
FileChooser.saveDialogTitleText 
FileChooser.saveTitleText 
FileChooser.untitledFileName 
FileChooser.untitledFolderName 
FileChooser.upFolderIcon 
FileChooser.updateButtonMnemonic 
FileChooser.updateButtonText 
FileChooser.useSystemExtensionHiding 
FileChooser.usesSingleFilePane 
FileChooserUI 
FileView.computerIcon 
FileView.directoryIcon 
FileView.fileIcon 
FileView.floppyDriveIcon 
FileView.hardDriveIcon 
Focus.color 
FormView.browseFileButtonText 
FormView.resetButtonText 
FormView.submitButtonText 
FormattedTextField.background 
FormattedTextField.border 
FormattedTextField.caretBlinkRate 
FormattedTextField.caretForeground 
FormattedTextField.focusInputMap 
FormattedTextField.font 
FormattedTextField.foreground 
FormattedTextField.inactiveBackground 
FormattedTextField.inactiveForeground 
FormattedTextField.margin 
FormattedTextField.selectionBackground 
FormattedTextField.selectionForeground 
FormattedTextFieldUI 
IconButton.font 
InsetBorder.aquaVariant 
InternalFrame.activeTitleBackground 
InternalFrame.activeTitleForeground 
InternalFrame.background 
InternalFrame.borderColor 
InternalFrame.borderDarkShadow 
InternalFrame.borderHighlight 
InternalFrame.borderLight 
InternalFrame.borderShadow 
InternalFrame.closeButtonToolTip 
InternalFrame.closeIcon 
InternalFrame.iconButtonToolTip 
InternalFrame.iconifyIcon 
InternalFrame.inactiveTitleBackground 
InternalFrame.inactiveTitleForeground 
InternalFrame.maxButtonToolTip 
InternalFrame.maximizeIcon 
InternalFrame.minimizeIcon 
InternalFrame.opaque 
InternalFrame.optionDialogBackground 
InternalFrame.optionDialogTitleFont 
InternalFrame.paletteBackground 
InternalFrame.paletteTitleFont 
InternalFrame.restoreButtonToolTip 
InternalFrame.titleFont 
InternalFrame.windowBindings 
InternalFrameTitlePane.closeButtonAccessibleName 
InternalFrameTitlePane.closeButtonOpacity 
InternalFrameTitlePane.closeButtonText 
InternalFrameTitlePane.iconifyButtonAccessibleName 
InternalFrameTitlePane.iconifyButtonOpacity 
InternalFrameTitlePane.maximizeButtonAccessibleName 
InternalFrameTitlePane.maximizeButtonOpacity 
InternalFrameTitlePane.maximizeButtonText 
InternalFrameTitlePane.minimizeButtonText 
InternalFrameTitlePane.moveButtonText 
InternalFrameTitlePane.restoreButtonText 
InternalFrameTitlePane.sizeButtonText 
InternalFrameUI 
IsindexView.prompt 
Label.background 
Label.disabledForeground 
Label.disabledShadow 
Label.font 
Label.foreground 
Label.opaque 
LabelUI 
List.background 
List.cellRenderer 
List.dropLineColor 
List.evenRowBackgroundPainter 
List.focusCellHighlightBorder 
List.focusInputMap 
List.focusInputMap.RightToLeft 
List.font 
List.foreground 
List.oddRowBackgroundPainter 
List.selectionBackground 
List.selectionForeground 
List.sourceListBackgroundPainter 
List.sourceListFocusedSelectionBackgroundPainter 
List.sourceListSelectionBackgroundPainter 
List.timeFactor 
ListUI 
Menu.acceleratorFont 
Menu.acceleratorForeground 
Menu.acceleratorSelectionForeground 
Menu.arrowIcon 
Menu.background 
Menu.border 
Menu.borderPainted 
Menu.checkIcon 
Menu.consumesTabs 
Menu.crossMenuMnemonic 
Menu.disabledBackground 
Menu.disabledForeground 
Menu.font 
Menu.foreground 
Menu.margin 
Menu.menuPopupOffsetX 
Menu.menuPopupOffsetY 
Menu.selectionBackground 
Menu.selectionForeground 
Menu.shortcutKeys 
Menu.submenuPopupOffsetX 
Menu.submenuPopupOffsetY 
MenuBar.background 
MenuBar.backgroundPainter 
MenuBar.border 
MenuBar.disabledBackground 
MenuBar.disabledForeground 
MenuBar.font 
MenuBar.foreground 
MenuBar.highlight 
MenuBar.margin 
MenuBar.selectedBackgroundPainter 
MenuBar.selectionBackground 
MenuBar.selectionForeground 
MenuBar.shadow 
MenuBar.windowBindings 
MenuBarUI 
MenuItem.acceleratorDelimiter 
MenuItem.acceleratorFont 
MenuItem.acceleratorForeground 
MenuItem.acceleratorSelectionForeground 
MenuItem.arrowIcon 
MenuItem.background 
MenuItem.border 
MenuItem.borderPainted 
MenuItem.checkIcon 
MenuItem.disabledBackground 
MenuItem.disabledForeground 
MenuItem.font 
MenuItem.foreground 
MenuItem.margin 
MenuItem.selectedBackgroundPainter 
MenuItem.selectionBackground 
MenuItem.selectionForeground 
MenuItemUI 
MenuUI 
OptionPane.background 
OptionPane.border 
OptionPane.buttonAreaBorder 
OptionPane.buttonClickThreshhold 
OptionPane.buttonFont 
OptionPane.cancelButtonMnemonic 
OptionPane.cancelButtonText 
OptionPane.errorIcon 
OptionPane.font 
OptionPane.foreground 
OptionPane.informationIcon 
OptionPane.inputDialogTitle 
OptionPane.messageAreaBorder 
OptionPane.messageDialogTitle 
OptionPane.messageFont 
OptionPane.messageForeground 
OptionPane.minimumSize 
OptionPane.noButtonMnemonic 
OptionPane.noButtonText 
OptionPane.okButtonMnemonic 
OptionPane.okButtonText 
OptionPane.questionIcon 
OptionPane.titleText 
OptionPane.warningIcon 
OptionPane.windowBindings 
OptionPane.yesButtonMnemonic 
OptionPane.yesButtonText 
OptionPaneUI 
Panel.background 
Panel.font 
Panel.foreground 
Panel.opaque 
PanelUI 
PasswordField.background 
PasswordField.border 
PasswordField.caretBlinkRate 
PasswordField.caretForeground 
PasswordField.echoChar 
PasswordField.focusInputMap 
PasswordField.font 
PasswordField.foreground 
PasswordField.inactiveBackground 
PasswordField.inactiveForeground 
PasswordField.margin 
PasswordField.selectionBackground 
PasswordField.selectionForeground 
PasswordFieldUI 
PopupMenu.background 
PopupMenu.border 
PopupMenu.consumeEventOnClose 
PopupMenu.font 
PopupMenu.foreground 
PopupMenu.selectedWindowInputMapBindings 
PopupMenu.selectedWindowInputMapBindings.RightToLeft 
PopupMenu.selectionBackground 
PopupMenu.selectionForeground 
PopupMenuSeparatorUI 
PopupMenuUI 
PrintingDialog.abortButtonDisplayedMnemonicIndex 
PrintingDialog.abortButtonMnemonic 
PrintingDialog.abortButtonText 
PrintingDialog.abortButtonToolTipText 
PrintingDialog.contentAbortingText 
PrintingDialog.contentInitialText 
PrintingDialog.contentProgressText 
PrintingDialog.titleAbortingText 
PrintingDialog.titleProgressText 
ProgressBar.background 
ProgressBar.border 
ProgressBar.cellLength 
ProgressBar.cellSpacing 
ProgressBar.cycleTime 
ProgressBar.font 
ProgressBar.foreground 
ProgressBar.horizontalSize 
ProgressBar.repaintInterval 
ProgressBar.selectionBackground 
ProgressBar.selectionForeground 
ProgressBar.verticalSize 
ProgressBarUI 
ProgressMonitor.progressText 
RadioButton.background 
RadioButton.border 
RadioButton.darkShadow 
RadioButton.disabledText 
RadioButton.focusInputMap 
RadioButton.font 
RadioButton.foreground 
RadioButton.highlight 
RadioButton.icon 
RadioButton.light 
RadioButton.margin 
RadioButton.select 
RadioButton.shadow 
RadioButton.textIconGap 
RadioButton.textShiftOffset 
RadioButtonMenuItem.acceleratorDelimiter 
RadioButtonMenuItem.acceleratorFont 
RadioButtonMenuItem.acceleratorForeground 
RadioButtonMenuItem.acceleratorSelectionForeground 
RadioButtonMenuItem.arrowIcon 
RadioButtonMenuItem.background 
RadioButtonMenuItem.border 
RadioButtonMenuItem.borderPainted 
RadioButtonMenuItem.checkIcon 
RadioButtonMenuItem.dashIcon 
RadioButtonMenuItem.disabledBackground 
RadioButtonMenuItem.disabledForeground 
RadioButtonMenuItem.font 
RadioButtonMenuItem.foreground 
RadioButtonMenuItem.margin 
RadioButtonMenuItem.selectionBackground 
RadioButtonMenuItem.selectionForeground 
RadioButtonMenuItemUI 
RadioButtonUI 
RootPane.ancestorInputMap 
RootPane.defaultButtonWindowKeyBindings 
RootPaneUI 
ScrollBar.ancestorInputMap 
ScrollBar.ancestorInputMap.RightToLeft 
ScrollBar.background 
ScrollBar.focusInputMap 
ScrollBar.focusInputMap.RightToLeft 
ScrollBar.foreground 
ScrollBar.maximumThumbSize 
ScrollBar.minimumThumbSize 
ScrollBar.thumb 
ScrollBar.thumbDarkShadow 
ScrollBar.thumbHighlight 
ScrollBar.thumbShadow 
ScrollBar.track 
ScrollBar.trackHighlight 
ScrollBar.width 
ScrollBarUI 
ScrollPane.ancestorInputMap 
ScrollPane.ancestorInputMap.RightToLeft 
ScrollPane.background 
ScrollPane.border 
ScrollPane.font 
ScrollPane.foreground 
ScrollPaneUI 
Separator.foreground 
Separator.highlight 
Separator.shadow 
SeparatorUI 
Slider.background 
Slider.focus 
Slider.focusInputMap 
Slider.focusInputMap.RightToLeft 
Slider.focusInsets 
Slider.font 
Slider.foreground 
Slider.highlight 
Slider.horizontalSize 
Slider.minimumHorizontalSize 
Slider.minimumVerticalSize 
Slider.shadow 
Slider.tickColor 
Slider.verticalSize 
SliderUI 
Spinner.ancestorInputMap 
Spinner.arrowButtonSize 
Spinner.background 
Spinner.editorAlignment 
Spinner.editorBorderPainted 
Spinner.font 
Spinner.foreground 
SpinnerUI 
SplitPane.ancestorInputMap 
SplitPane.background 
SplitPane.border 
SplitPane.darkShadow 
SplitPane.dividerSize 
SplitPane.highlight 
SplitPane.leftButtonText 
SplitPane.rightButtonText 
SplitPane.shadow 
SplitPaneDivider.draggingColor 
SplitPaneDivider.horizontalGradientVariant 
SplitPaneUI 
TabbedPane.ancestorInputMap 
TabbedPane.background 
TabbedPane.contentBorderInsets 
TabbedPane.contentOpaque 
TabbedPane.darkShadow 
TabbedPane.focus 
TabbedPane.focusInputMap 
TabbedPane.font 
TabbedPane.foreground 
TabbedPane.highlight 
TabbedPane.leftTabInsets 
TabbedPane.light 
TabbedPane.opaque 
TabbedPane.rightTabInsets 
TabbedPane.selectedTabPadInsets 
TabbedPane.shadow 
TabbedPane.smallFont 
TabbedPane.tabAreaInsets 
TabbedPane.tabInsets 
TabbedPane.tabRunOverlay 
TabbedPane.tabsOpaque 
TabbedPane.tabsOverlapBorder 
TabbedPane.textIconGap 
TabbedPane.useSmallLayout 
TabbedPaneUI 
Table.ancestorInputMap 
Table.ancestorInputMap.RightToLeft 
Table.ascendingSortIcon 
Table.background 
Table.descendingSortIcon 
Table.dropLineColor 
Table.dropLineShortColor 
Table.focusCellBackground 
Table.focusCellForeground 
Table.focusCellHighlightBorder 
Table.font 
Table.foreground 
Table.gridColor 
Table.scrollPaneBorder 
Table.selectionBackground 
Table.selectionForeground 
Table.sortIconColor 
TableHeader.ancestorInputMap 
TableHeader.background 
TableHeader.cellBorder 
TableHeader.focusCellBackground 
TableHeader.font 
TableHeader.foreground 
TableHeaderUI 
TableUI 
TextArea.background 
TextArea.border 
TextArea.caretBlinkRate 
TextArea.caretForeground 
TextArea.focusInputMap 
TextArea.font 
TextArea.foreground 
TextArea.inactiveBackground 
TextArea.inactiveForeground 
TextArea.margin 
TextArea.selectionBackground 
TextArea.selectionForeground 
TextAreaUI 
TextComponent.selectionBackgroundInactive 
TextField.background 
TextField.border 
TextField.caretBlinkRate 
TextField.caretForeground 
TextField.darkShadow 
TextField.focusInputMap 
TextField.font 
TextField.foreground 
TextField.highlight 
TextField.inactiveBackground 
TextField.inactiveForeground 
TextField.light 
TextField.margin 
TextField.selectionBackground 
TextField.selectionForeground 
TextField.shadow 
TextFieldUI 
TextPane.background 
TextPane.border 
TextPane.caretBlinkRate 
TextPane.caretForeground 
TextPane.focusInputMap 
TextPane.font 
TextPane.foreground 
TextPane.inactiveBackground 
TextPane.inactiveForeground 
TextPane.margin 
TextPane.selectionBackground 
TextPane.selectionForeground 
TextPaneUI 
TitledBorder.aquaVariant 
TitledBorder.border 
TitledBorder.font 
TitledBorder.titleColor 
ToggleButton.background 
ToggleButton.border 
ToggleButton.darkShadow 
ToggleButton.disabledText 
ToggleButton.focusInputMap 
ToggleButton.font 
ToggleButton.foreground 
ToggleButton.highlight 
ToggleButton.light 
ToggleButton.margin 
ToggleButton.shadow 
ToggleButton.textIconGap 
ToggleButton.textShiftOffset 
ToggleButtonUI 
ToolBar.ancestorInputMap 
ToolBar.background 
ToolBar.border 
ToolBar.darkShadow 
ToolBar.dockingBackground 
ToolBar.dockingForeground 
ToolBar.floatingBackground 
ToolBar.floatingForeground 
ToolBar.font 
ToolBar.foreground 
ToolBar.highlight 
ToolBar.light 
ToolBar.shadow 
ToolBarButton.insets 
ToolBarButton.margin 
ToolBarSeparatorUI 
ToolBarUI 
ToolTip.background 
ToolTip.border 
ToolTip.font 
ToolTip.foreground 
ToolTipManager.enableToolTipMode 
ToolTipUI 
Tree.ancestorInputMap 
Tree.background 
Tree.changeSelectionWithFocus 
Tree.closedIcon 
Tree.collapsedIcon 
Tree.drawsFocusBorderAroundIcon 
Tree.dropLineColor 
Tree.editorBorder 
Tree.expandedIcon 
Tree.focusInputMap 
Tree.focusInputMap.RightToLeft 
Tree.font 
Tree.foreground 
Tree.hash 
Tree.leafIcon 
Tree.leftChildIndent 
Tree.line 
Tree.lineTypeDashed 
Tree.openIcon 
Tree.paintLines 
Tree.rightChildIndent 
Tree.rightToLeftCollapsedIcon 
Tree.rowHeight 
Tree.scrollsOnExpand 
Tree.selectionBackground 
Tree.selectionBorderColor 
Tree.selectionForeground 
Tree.textBackground 
Tree.textForeground 
Tree.timeFactor 
TreeUI 
Viewport.background 
Viewport.font 
Viewport.foreground 
ViewportUI 
_SecurityDecisionIcon 
activeCaption 
activeCaptionBorder 
activeCaptionText 
control 
controlDkShadow 
controlHighlight 
controlLtHighlight 
controlShadow 
controlText 
desktop 
html.missingImage 
html.pendingImage 
inactiveCaption 
inactiveCaptionBorder 
inactiveCaptionText 
info 
infoText 
menu 
menuText 
scrollbar 
text 
textHighlight 
textHighlightText 
textInactiveText 
textText 
window 
windowBorder 
windowText 
+0

क्या आपको नहीं लगता कि यह एक लिंक है केवल जवाब? –

+0

हां, यह है, लेकिन सवाल बहुत आसान है जो कुंजी की एक सूची चाहता है, और लिंक किए गए वेब पेज में सूची है। मैं खुशी से अपने उत्तर में अन्य सामग्री जोड़ूंगा लेकिन मुझे कुछ और अधिक उचित महसूस नहीं होता है और अनावश्यक पाठ को स्पैम नहीं करना चाहता था। – icza

+0

या क्या आपको लगता है कि सूची मेरे उत्तर में शामिल की जा सकती है (स्पष्ट रूप से स्रोत युक्त)? – icza

0

मेरे पास एक समान समस्या थी जहां कुछ यूआई तत्व छोटे फ़ॉन्ट्स में प्रदर्शित होते थे। मैंने नीचे दिए गए कोड का उपयोग करके सभी चाबियाँ मुद्रित की हैं और विशिष्ट तत्वों को अपडेट किया है

for (Iterator i = UIManager.getLookAndFeelDefaults().keySet().iterator(); i.hasNext();) { 
      String key = new String(); 
      Object tmpKey = i.next();    
      if (tmpKey instanceof StringBuffer) { 
       StringBuffer s = (StringBuffer) tmpKey; 
       key = s.toString();     
      } else { 
       key = (String) tmpKey; 
      } 
      //Print all the keys available in UI manager 
      System.out.println("Key: " + key); 
      if (key.endsWith("TabbedPane.font")) {     
       Font font = UIManager.getFont(key); 
       Font biggerFont = font.deriveFont(2* font.getSize2D()); 
       // change ui default to bigger font 
       UIManager.put(key, biggerFont); 
      }else if(key.endsWith("Tree.rowHeight")){ 
       int rowHeight = UIManager.getInt(key); 
       int bigRowHeight = 2*rowHeight; 
       UIManager.put(key, bigRowHeight); 
      } 
     } 
संबंधित मुद्दे