diff --git a/manifest.mf b/manifest.mf index d0add9a..5fe2932 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,8 +1,7 @@ Manifest-Version: 1.0 AutoUpdate-Show-In-Client: true OpenIDE-Module: org.idp.laf/1 -OpenIDE-Module-Implementation-Version: 1.2 +OpenIDE-Module-Implementation-Version: 2 OpenIDE-Module-Localizing-Bundle: org/idp/laf/Bundle.properties OpenIDE-Module-Install: org/idp/laf/Installer.class OpenIDE-Module-Requires: org.openide.windows.WindowManager -OpenIDE-Module-Specification-Version: 1.0 diff --git a/nbproject/project.properties b/nbproject/project.properties index e6684e7..3093fc7 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -3,3 +3,4 @@ javac.source=1.6 javac.compilerargs=-Xlint -Xlint:-serial javadoc.arch=${basedir}/arch.xml nbm.needs.restart=true +spec.version.base=1.0 diff --git a/src/org/idp/laf/Kernel.java b/src/org/idp/laf/Kernel.java index 7840626..762dd0b 100644 --- a/src/org/idp/laf/Kernel.java +++ b/src/org/idp/laf/Kernel.java @@ -47,7 +47,6 @@ public class Kernel { String cfh_dir = retrieve_app_folder(); boolean a = (new File (cfh_dir).mkdirs()); - System.out.println(">>" + cfh_dir); load_setup (cfh_dir); } else @@ -181,7 +180,7 @@ public class Kernel { public static void save () { - String nb_etc = retrieve_netbeans_etc_dir(); + String nb_etc = retrieve_app_folder(); File scheme_file = new File(nb_etc + File.separator + scheme_file_name); String path = scheme_file.getAbsolutePath(); save_scheme (path); @@ -189,7 +188,7 @@ public class Kernel { public static void reload () { - String nb_etc = retrieve_netbeans_etc_dir(); + String nb_etc = retrieve_app_folder(); File scheme_file = new File(nb_etc + File.separator + scheme_file_name); String path = scheme_file.getAbsolutePath(); read_scheme (path); diff --git a/src/org/idp/laf/Keys.java b/src/org/idp/laf/Keys.java index 5e7adf3..d73199e 100644 --- a/src/org/idp/laf/Keys.java +++ b/src/org/idp/laf/Keys.java @@ -20,9 +20,11 @@ public class Keys { "Button.light", "Button.select", "Button.shadow", + "CheckBox.background", "CheckBox.disabledText", "CheckBox.foreground", + "CheckBoxMenuItem.acceleratorForeground", "CheckBoxMenuItem.acceleratorSelectionForeground", "CheckBoxMenuItem.background", @@ -30,9 +32,11 @@ public class Keys { "CheckBoxMenuItem.foreground", "CheckBoxMenuItem.selectionBackground", "CheckBoxMenuItem.selectionForeground", + "ColorChooser.background", "ColorChooser.foreground", "ColorChooser.swatchesDefaultRecentColor", + "ComboBox.background", "ComboBox.buttonBackground", "ComboBox.buttonDarkShadow", @@ -43,13 +47,16 @@ public class Keys { "ComboBox.foreground", "ComboBox.selectionBackground", "ComboBox.selectionForeground", + "Desktop.background", + "EditorPane.background", "EditorPane.caretForeground", "EditorPane.foreground", "EditorPane.inactiveForeground", "EditorPane.selectionBackground", "EditorPane.selectionForeground", + "FormattedTextField.background", "FormattedTextField.caretForeground", "FormattedTextField.foreground", @@ -57,6 +64,7 @@ public class Keys { "FormattedTextField.inactiveForeground", "FormattedTextField.selectionBackground", "FormattedTextField.selectionForeground", + "InternalFrame.activeTitleBackground", "InternalFrame.activeTitleForeground", "InternalFrame.borderColor", @@ -66,15 +74,18 @@ public class Keys { "InternalFrame.borderShadow", "InternalFrame.inactiveTitleBackground", "InternalFrame.inactiveTitleForeground", + "Label.background", "Label.disabledForeground", "Label.disabledShadow", "Label.foreground", + "List.background", "List.dropLineColor", "List.foreground", "List.selectionBackground", "List.selectionForeground", + "Menu.acceleratorForeground", "Menu.acceleratorSelectionForeground", "Menu.background", @@ -82,10 +93,12 @@ public class Keys { "Menu.foreground", "Menu.selectionBackground", "Menu.selectionForeground", + "MenuBar.background", "MenuBar.foreground", "MenuBar.highlight", "MenuBar.shadow", + "MenuItem.acceleratorForeground", "MenuItem.acceleratorSelectionForeground", "MenuItem.background", @@ -93,11 +106,14 @@ public class Keys { "MenuItem.foreground", "MenuItem.selectionBackground", "MenuItem.selectionForeground", + "OptionPane.background", "OptionPane.foreground", "OptionPane.messageForeground", + "Panel.background", "Panel.foreground", + "PasswordField.background", "PasswordField.caretForeground", "PasswordField.foreground", @@ -105,12 +121,15 @@ public class Keys { "PasswordField.inactiveForeground", "PasswordField.selectionBackground", "PasswordField.selectionForeground", + "PopupMenu.background", "PopupMenu.foreground", + "ProgressBar.background", "ProgressBar.foreground", "ProgressBar.selectionBackground", "ProgressBar.selectionForeground", + "RadioButton.background", "RadioButton.darkShadow", "RadioButton.disabledText", @@ -119,6 +138,7 @@ public class Keys { "RadioButton.light", "RadioButton.select", "RadioButton.shadow", + "RadioButtonMenuItem.acceleratorForeground", "RadioButtonMenuItem.acceleratorSelectionForeground", "RadioButtonMenuItem.background", @@ -126,6 +146,7 @@ public class Keys { "RadioButtonMenuItem.foreground", "RadioButtonMenuItem.selectionBackground", "RadioButtonMenuItem.selectionForeground", + "ScrollBar.background", "ScrollBar.foreground", "ScrollBar.thumb", @@ -134,24 +155,31 @@ public class Keys { "ScrollBar.thumbShadow", "ScrollBar.track", "ScrollBar.trackHighlight", + "ScrollPane.background", "ScrollPane.foreground", + "Separator.foreground", "Separator.highlight", "Separator.shadow", + "Slider.background", "Slider.focus", "Slider.foreground", "Slider.highlight", "Slider.shadow", "Slider.tickColor", + "Spinner.background", "Spinner.foreground", + "SplitPane.background", "SplitPane.darkShadow", "SplitPane.highlight", "SplitPane.shadow", + "SplitPaneDivider.draggingColor", + "TabbedPane.background", "TabbedPane.darkShadow", "TabbedPane.focus", @@ -159,6 +187,7 @@ public class Keys { "TabbedPane.highlight", "TabbedPane.light", "TabbedPane.shadow", + "Table.background", "Table.dropLineColor", "Table.dropLineShortColor", @@ -168,15 +197,18 @@ public class Keys { "Table.selectionBackground", "Table.selectionForeground", "Table.sortIconColor", + "TableHeader.background", "TableHeader.focusCellBackground", "TableHeader.foreground", + "TextArea.background", "TextArea.caretForeground", "TextArea.foreground", "TextArea.inactiveForeground", "TextArea.selectionBackground", "TextArea.selectionForeground", + "TextField.background", "TextField.caretForeground", "TextField.darkShadow", @@ -188,13 +220,16 @@ public class Keys { "TextField.selectionBackground", "TextField.selectionForeground", "TextField.shadow", + "TextPane.background", "TextPane.caretForeground", "TextPane.foreground", "TextPane.inactiveForeground", "TextPane.selectionBackground", "TextPane.selectionForeground", + "TitledBorder.titleColor", + "ToggleButton.background", "ToggleButton.darkShadow", "ToggleButton.disabledText", @@ -202,6 +237,7 @@ public class Keys { "ToggleButton.highlight", "ToggleButton.light", "ToggleButton.shadow", + "ToolBar.background", "ToolBar.darkShadow", "ToolBar.dockingBackground", @@ -212,8 +248,10 @@ public class Keys { "ToolBar.highlight", "ToolBar.light", "ToolBar.shadow", + "ToolTip.background", "ToolTip.foreground", + "Tree.background", "Tree.dropLineColor", "Tree.foreground", @@ -224,8 +262,10 @@ public class Keys { "Tree.selectionForeground", "Tree.textBackground", "Tree.textForeground", + "Viewport.background", "Viewport.foreground", + "activeCaption", "activeCaptionBorder", "activeCaptionText", @@ -292,775 +332,40 @@ public class Keys { "TabRenderer.selectedActivatedBackground", "TabRenderer.selectedActivatedForeground", "TabRenderer.selectedForeground", - "TabRenderer.selectedBackground" -}; - - - private static final String [] keys = { "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", - -"nb_workplace_fill", -"customFontSize", -"nbDefaultFontSize", -"Nb.Editor.Status.leftBorder", -"Nb.Editor.Status.innerBorder", -"Nb.Editor.Status.rightBorder", -"Nb.Editor.Status.onlyOneBorder", -"Nb.Editor.Toolbar.border", -"Nb.Editor.ErrorStripe.ScrollBar.Insets", -"Nb.Explorer.Status.border", -"Nb.Explorer.Folder.icon", -"Nb.Explorer.Folder.openedIcon", -"Nb.Desktop.border", -"Nb.Toolbar.ui", -"Nb.Desktop.background", -"nb.output.selectionBackground", -"nb.hyperlink.foreground", -"nb.output.background", -"nb.output.foreground", -"Tree.altbackground", -"PropSheet.setBackground", -"PropSheet.selectedSetBackground", -"PropSheet.setForeground", -"PropSheet.selectedSetForeground", -"PropSheet.disabledForeground", -"PropSheet.selectionBackground", -"PropSheet.selectionForeground", -"PropSheet.customButtonForeground", -"netbeans.ps.buttonColor", -"netbeans.ps.background", -"netbeans.ps.iconmargin", -"netbeans.ps.rowheight", -"nb.errorForeground", -"nb.warningForeground", -"TabbedContainerUI", -"EditorTabDisplayerUI", -"ViewTabDisplayerUI", -"SlidingTabDisplayerUI", -"IndexButtonUI", -"SlidingButtonUI", -"TabbedContainer.editor.contentBorder", -"TabbedContainer.editor.tabsBorder", -"TabbedContainer.editor.outerBorder", -"TabbedContainer.view.contentBorder", -"TabbedContainer.view.tabsBorder", -"TabbedContainer.view.outerBorder", -"TabbedContainer.sliding.contentBorder", -"TabbedContainer.sliding.tabsBorder", -"TabbedContainer.sliding.outerBorder", -"TabRenderer.selectedActivatedBackground", -"TabRenderer.selectedActivatedForeground", -"TabRenderer.selectedForeground", -"TabRenderer.selectedBackground", -"nb.explorer.ministatusbar.border", -"nb.desktop.splitpane.border", -"nb.propertysheet", -"Nb.SplitPane.dividerSize.vertical", -"Nb.SplitPane.dividerSize.horizontal" + "TabRenderer.selectedBackground", + "Button.focus", + "CheckBox.focus", + "Checkbox.select", + "DesktopIcon.background", + "DesktopIcon.foreground", + "OptionPane.errorDialog.border.background", + "OptionPane.errorDialog.titlePane.background", + "OptionPane.errorDialog.titlePane.foreground", + "OptionPane.errorDialog.titlePane.shadow", + "OptionPane.questionDialog.border.background", + "OptionPane.questionDialog.titlePane.background", + "OptionPane.questionDialog.titlePane.foreground", + "OptionPane.questionDialog.titlePane.shadow", + "OptionPane.warningDialog.border.background", + "OptionPane.warningDialog.titlePane.background", + "OptionPane.warningDialog.titlePane.foreground", + "OptionPane.warningDialog.titlePane.shadow", + "RadioButton.focus", + "ScrollBar.darkShadow", + "ScrollBar.highlight", + "ScrollBar.shadow", + "Separator.background", + "SplitPane.dividerFocusColor", + "TabbedPane.selected", + "TabbedPane.selectHighlight", + "TabbedPane.tabAreaBackground", + "Table.foreground", + "ToggleButton.focus", + "ToggleButton.select", + "ToolTip.backgroundInactive", + "ToolTip.foregroundInactive" }; - + } diff --git a/update/org-idp-laf-1.0.2.nbm b/update/org-idp-laf-1.0.2.nbm new file mode 100644 index 0000000..e3b4f8c Binary files /dev/null and b/update/org-idp-laf-1.0.2.nbm differ diff --git a/update/updates.xml b/update/updates.xml index a418bd2..9c68f13 100644 --- a/update/updates.xml +++ b/update/updates.xml @@ -1,12 +1,13 @@ - + - - + + +