⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 basiclookandfeel.java

📁 this gcc-g++-3.3.1.tar.gz is a source file of gcc, you can learn more about gcc through this codes f
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
        "released SPACE", "released"      }),      "Button.font", new FontUIResource("Dialog", Font.PLAIN, 12),      "Button.foreground", new ColorUIResource(Color.black),      "Button.margin", new InsetsUIResource(2, 14, 2, 14),      "Button.textIconGap", new Integer(4),      "Button.textShiftOffset", new Integer(0),      "CheckBox.background", new ColorUIResource(Color.lightGray),      "CheckBox.border", new BorderUIResource.CompoundBorderUIResource(null,                                                                       null),      "CheckBox.focusInputMap", new UIDefaults.LazyInputMap(new Object[] {        "SPACE",  "pressed",        "released SPACE", "released"      }),      "CheckBox.font", new FontUIResource("Dialog", Font.PLAIN, 12),      "CheckBox.foreground", new ColorUIResource(Color.black),      "CheckBox.icon", BasicIconFactory.getCheckBoxIcon(),      "CheckBox.margin",new InsetsUIResource(2, 2, 2, 2),      "CheckBox.textIconGap", new Integer(4),      "CheckBox.textShiftOffset", new Integer(0),      "CheckBoxMenuItem.acceleratorFont", new FontUIResource("Dialog",                                                             Font.PLAIN, 12),      "CheckBoxMenuItem.acceleratorForeground", new ColorUIResource(Color.black),      "CheckBoxMenuItem.acceleratorSelectionForeground", new ColorUIResource(Color.white),      "CheckBoxMenuItem.arrowIcon", BasicIconFactory.getMenuItemArrowIcon(),      "CheckBoxMenuItem.background", new ColorUIResource(Color.lightGray),      "CheckBoxMenuItem.border", new BasicBorders.MarginBorder(),      "CheckBoxMenuItem.borderPainted", Boolean.FALSE,      "CheckBoxMenuItem.checkIcon", BasicIconFactory.getCheckBoxMenuItemIcon(),      "CheckBoxMenuItem.font", new FontUIResource("Dialog", Font.PLAIN, 12),      "CheckBoxMenuItem.foreground", new ColorUIResource(Color.black),      "CheckBoxMenuItem.margin", new InsetsUIResource(2, 2, 2, 2),      "CheckBoxMenuItem.selectionBackground", new ColorUIResource(0, 0, 128),      "CheckBoxMenuItem.selectionForeground", new ColorUIResource(Color.white),      "ColorChooser.background", new ColorUIResource(Color.lightGray),      "ColorChooser.cancelText", "Cancel",      "ColorChooser.font", new FontUIResource("Dialog", Font.PLAIN, 12),      "ColorChooser.foreground", new ColorUIResource(Color.black),      "ColorChooser.hsbBlueText", "B",      "ColorChooser.hsbBrightnessText", "B",      "ColorChooser.hsbGreenText", "G",      "ColorChooser.hsbHueText", "H",      "ColorChooser.hsbNameText", "HSB",      "ColorChooser.hsbRedText", "R",      "ColorChooser.hsbSaturationText", "S",      "ColorChooser.okText", "OK",      "ColorChooser.previewText", "Preview",      "ColorChooser.resetText", "Reset",      "ColorChooser.rgbBlueMnemonic", new Integer(66),      "ColorChooser.rgbBlueText", "Blue",      "ColorChooser.rgbGreenMnemonic", new Integer(71),      "ColorChooser.rgbGreenText", "Green",      "ColorChooser.rgbNameText", "RGB",      "ColorChooser.rgbRedMnemonic", new Integer(82),      "ColorChooser.rgbRedText", "Red",      "ColorChooser.sampleText", "Sample Text  Sample Text",      "ColorChooser.swatchesDefaultRecentColor", new ColorUIResource(Color.lightGray),      "ColorChooser.swatchesNameText", "Swatches",      "ColorChooser.swatchesRecentSwatchSize", new Dimension(10, 10),      "ColorChooser.swatchesRecentText", "Recent:",      "ColorChooser.swatchesSwatchSize", new Dimension(10, 10),      "ComboBox.ancestorInputMap", new UIDefaults.LazyInputMap(new Object[] {        "ESCAPE", "hidePopup",        "PAGE_UP", "pageUpPassThrough",        "PAGE_DOWN", "pageDownPassThrough",        "HOME",  "homePassThrough",        "END",  "endPassThrough"      }),      "ComboBox.background", new ColorUIResource(Color.white),      "ComboBox.disabledBackground", new ColorUIResource(Color.lightGray),      "ComboBox.disabledForeground", new ColorUIResource(Color.gray),      "ComboBox.font", new FontUIResource("SansSerif", Font.PLAIN, 12),      "ComboBox.foreground", new ColorUIResource(Color.black),      "ComboBox.selectionBackground", new ColorUIResource(0, 0, 128),      "ComboBox.selectionForeground", new ColorUIResource(Color.white),      "Desktop.ancestorInputMap", new UIDefaults.LazyInputMap(new Object[] {        "KP_LEFT", "left",        "KP_RIGHT", "right",        "ctrl F5", "restore",        "LEFT",  "left",        "ctrl alt F6", "selectNextFrame",        "UP",  "up",        "ctrl F6", "selectNextFrame",        "RIGHT", "right",        "DOWN",  "down",        "ctrl F7", "move",        "ctrl F8", "resize",        "ESCAPE", "escape",        "ctrl TAB", "selectNextFrame",        "ctrl F9", "minimize",        "KP_UP", "up",        "ctrl F4", "close",        "KP_DOWN", "down",        "ctrl F10", "maximize",        "ctrl alt shift F6","selectPreviousFrame"      }),      "Desktop.background", new ColorUIResource(0, 92, 92),      "DesktopIcon.border", new BorderUIResource.CompoundBorderUIResource(null,                                                                          null),      "EditorPane.background", new ColorUIResource(Color.white),      "EditorPane.border", new BasicBorders.MarginBorder(),      "EditorPane.caretBlinkRate", new Integer(500),      "EditorPane.caretForeground", new ColorUIResource(Color.red),      "EditorPane.font", new FontUIResource("Serif", Font.PLAIN, 12),      "EditorPane.foreground", new ColorUIResource(Color.black),      "EditorPane.inactiveForeground", new ColorUIResource(Color.gray),      "EditorPane.keyBindings", new JTextComponent.KeyBinding[] {        new JTextComponent.KeyBinding(KeyStroke.getKeyStroke(KeyEvent.VK_UP,                                                             0), "caret-up"),        new JTextComponent.KeyBinding(KeyStroke.getKeyStroke(KeyEvent.VK_DOWN,                                                             0), "caret-down"),        new JTextComponent.KeyBinding(KeyStroke.getKeyStroke(KeyEvent.VK_PAGE_UP,                                                             0), "page-up"),        new JTextComponent.KeyBinding(KeyStroke.getKeyStroke(KeyEvent.VK_PAGE_DOWN,                                                             0), "page-down"),        new JTextComponent.KeyBinding(KeyStroke.getKeyStroke(KeyEvent.VK_ENTER,                                                             0), "insert-break"),        new JTextComponent.KeyBinding(KeyStroke.getKeyStroke(KeyEvent.VK_TAB,                                                             0), "insert-tab")          },      "EditorPane.margin", new InsetsUIResource(3, 3, 3, 3),      "EditorPane.selectionBackground", new ColorUIResource(Color.lightGray),      "EditorPane.selectionForeground", new ColorUIResource(Color.white),      "FileChooser.acceptAllFileFilterText", "All Files (*.*)",      "FileChooser.ancestorInputMap", new UIDefaults.LazyInputMap(new Object[] {        "ESCAPE", "cancelSelection"      }),      "FileChooser.cancelButtonMnemonic", new Integer(67),      "FileChooser.cancelButtonText", "Cancel",      "FileChooser.cancelButtonToolTipText", "Abort file chooser dialog",      // XXX Don't use gif      "FileChooser.detailsViewIcon", new IconUIResource(new ImageIcon("icons/DetailsView.gif")),      "FileChooser.directoryDescriptionText", "Directory",      "FileChooser.fileDescriptionText", "Generic File",      "FileChooser.helpButtonMnemonic", new Integer(72),      "FileChooser.helpButtonText", "Help",      "FileChooser.helpButtonToolTipText", "FileChooser help",      // XXX Don't use gif      "FileChooser.homeFolderIcon", new IconUIResource(new ImageIcon("icons/HomeFolder.gif")),      // XXX Don't use gif      "FileChooser.listViewIcon", new IconUIResource(new ImageIcon("icons/ListView.gif")),      "FileChooser.newFolderErrorSeparator", ":",      "FileChooser.newFolderErrorText", "Error creating new folder",      // XXX Don't use gif      "FileChooser.newFolderIcon", new IconUIResource(new ImageIcon("icons/NewFolder.gif")),      "FileChooser.openButtonMnemonic", new Integer(79),      "FileChooser.openButtonText", "Open",      "FileChooser.openButtonToolTipText", "Open selected file",      "FileChooser.saveButtonMnemonic", new Integer(83),      "FileChooser.saveButtonText", "Save",      "FileChooser.saveButtonToolTipText", "Save selected file",      // XXX Don't use gif      "FileChooser.upFolderIcon", new IconUIResource(new ImageIcon("icons/UpFolder.gif")),      "FileChooser.updateButtonMnemonic", new Integer(85),      "FileChooser.updateButtonText", "Update",      "FileChooser.updateButtonToolTipText", "Update directory listing",      // XXX Don't use gif      "FileView.computerIcon", new IconUIResource(new ImageIcon("icons/Computer.gif")),      // XXX Don't use gif      "FileView.directoryIcon", new IconUIResource(new ImageIcon("icons/Directory.gif")),      // XXX Don't use gif      "FileView.fileIcon", new IconUIResource(new ImageIcon("icons/File.gif")),      // XXX Don't use gif      "FileView.floppyDriveIcon", new IconUIResource(new ImageIcon("icons/Floppy.gif")),      // XXX Don't use gif      "FileView.hardDriveIcon", new IconUIResource(new ImageIcon("icons/HardDrive.gif")),      "FocusManagerClassName", "TODO",      "FormView.resetButtonText", "Reset",      "FormView.submitButtonText", "Submit Query",      "InternalFrame.activeTitleBackground", new ColorUIResource(0, 0, 128),      "InternalFrame.activeTitleForeground", new ColorUIResource(Color.white),      "InternalFrame.border", new BorderUIResource.CompoundBorderUIResource(null,                                                                            null),      "InternalFrame.closeIcon", BasicIconFactory.createEmptyFrameIcon(),      // XXX Don't use gif      "InternalFrame.icon", new IconUIResource(new ImageIcon("icons/JavaCup.gif")),      "InternalFrame.iconifyIcon", BasicIconFactory.createEmptyFrameIcon(),      "InternalFrame.inactiveTitleBackground", new ColorUIResource(Color.gray),      "InternalFrame.inactiveTitleForeground", new ColorUIResource(Color.lightGray),      "InternalFrame.maximizeIcon", BasicIconFactory.createEmptyFrameIcon(),      "InternalFrame.minimizeIcon", BasicIconFactory.createEmptyFrameIcon(),      "InternalFrame.titleFont", new FontUIResource("Dialog", Font.PLAIN, 12),      "InternalFrame.windowBindings", new Object[] {        "shift ESCAPE", "showSystemMenu",        "ctrl SPACE",  "showSystemMenu",        "ESCAPE",  "showSystemMenu"      },      "Label.background", new ColorUIResource(Color.lightGray),      "Label.disabledForeground", new ColorUIResource(Color.white),      "Label.disabledShadow", new ColorUIResource(Color.gray),      "Label.font", new FontUIResource("Dialog", Font.PLAIN, 12),      "List.focusInputMap", new UIDefaults.LazyInputMap(new Object[] {        "PAGE_UP", "scrollUp",        "ctrl \\", "clearSelection",        "PAGE_DOWN", "scrollDown",        "shift PAGE_DOWN","scrollDownExtendSelection",        "END",  "selectLastRow",        "HOME",  "selectFirstRow",        "shift END", "selectLastRowExtendSelection",        "shift HOME", "selectFirstRowExtendSelection",        "UP",  "selectPreviousRow",        "ctrl /", "selectAll",        "ctrl A", "selectAll",        "DOWN",  "selectNextRow",        "shift UP", "selectPreviousRowExtendSelection",        "ctrl SPACE", "selectNextRowExtendSelection",        "shift DOWN", "selectNextRowExtendSelection",        "KP_UP", "selectPreviousRow",        "shift PAGE_UP","scrollUpExtendSelection",        "KP_DOWN", "selectNextRow"      }),      "List.foreground", new ColorUIResource(Color.black),      "List.selectionBackground", new ColorUIResource(0, 0, 128),      "List.selectionForeground", new ColorUIResource(Color.white),      "Menu.acceleratorFont", new FontUIResource("Dialog", Font.PLAIN, 12),      "Menu.acceleratorForeground", new ColorUIResource(Color.black),      "Menu.acceleratorSelectionForeground", new ColorUIResource(Color.white),      "Menu.arrowIcon", BasicIconFactory.getMenuArrowIcon(),      "Menu.background", new ColorUIResource(Color.lightGray),      "Menu.border", new BasicBorders.MarginBorder(),      "Menu.borderPainted", Boolean.FALSE,      "Menu.checkIcon", BasicIconFactory.getMenuItemCheckIcon(),      "Menu.consumesTabs", Boolean.TRUE,      "Menu.font", new FontUIResource("Dialog", Font.PLAIN, 12),      "Menu.foreground", new ColorUIResource(Color.black),      "Menu.margin", new InsetsUIResource(2, 2, 2, 2),      "Menu.selectedWindowInputMapBindings", new Object[] {        "ESCAPE", "cancel",        "DOWN",  "selectNext",        "KP_DOWN", "selectNext",        "UP",  "selectPrevious",        "KP_UP", "selectPrevious",

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -