eirikbakke commented on code in PR #5760:
URL: https://github.com/apache/netbeans/pull/5760#discussion_r1155166360


##########
platform/o.n.swing.laf.flatlaf/src/org/netbeans/swing/laf/flatlaf/FlatLFCustoms.java:
##########
@@ -78,6 +79,9 @@ public Object[] createApplicationSpecificKeysAndValues() {
             // necessary for org.openide.explorer.propertysheet.PropertySheet 
and others
             CONTROLFONT, UIManager.getFont("Label.font"), // NOI18N
 
+            EXPLORER_FOLDER_ICON ,       
ImageUtilities.loadImage("org/netbeans/swing/plaf/resources/hidpi-folder-closed.png"),
+            EXPLORER_FOLDER_OPENED_ICON, 
ImageUtilities.loadImage("org/netbeans/swing/plaf/resources/hidpi-folder-open.png"),

Review Comment:
   I have a similar patch in my own NetBeans build, but in that case I used 
"Tree.closedIcon" and "Tree.openIcon" as the UIManager keys instead of 
"Nb.Explorer.Folder.icon" (EXPLORER_FOLDER_ICON) and 
"Nb.Explorer.Folder.openedIcon"(EXPLORER_FOLDER_OPENED_ICON). Perhaps the 
former is better, since it is probably applied in both the NetBeans explorer 
components as well as in the more general JTree component?



-- 
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