neilcsmith-net commented on code in PR #7164:
URL: https://github.com/apache/netbeans/pull/7164#discussion_r1551557375


##########
platform/o.n.swing.plaf/src/org/netbeans/swing/plaf/LFCustoms.java:
##########
@@ -436,4 +436,11 @@ public Object[] createGuaranteedKeysAndValues () {
     public static final String OPTIONS_USE_UI_DEFAULT_COLORS = 
"nb.options.useUIDefaultsColors";
     public static final String OPTIONS_CATEGORIES_SEPARATOR_COLOR = 
"nb.options.categories.separatorColor";
     public static final String OPTIONS_CATEGORIES_BUTTON_USE_NIMBUS = 
"nb.options.categories.button.useNimbusCategoryButton";
+
+    /**
+     * FileChooser
+     */
+    public static final String FILECHOOSER_SHORTCUTS_FILESFUNCTION = 
"FileChooser.shortcuts.filesFunction";
+    public static final String FILECHOOSER_SHORTCUTS_PANEL_FACTORY = 
"FileChooser.shortcuts.panel.factory";
+    public static final String FILECHOOSER_FAVORITES_ENABLED = 
"FileChooser.favorites.enabled";

Review Comment:
   Yes, I knew that when I suggested _adopting_ it.  Don't see a reason to use 
something different and have the problems of syncing.  Whether it's elegant or 
horrible ... :shrug: 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to