[ 
https://issues.apache.org/jira/browse/NETBEANS-5865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390047#comment-17390047
 ] 

Karl Tauber commented on NETBEANS-5865:
---------------------------------------

The problem is that Swing does not find the FlatLaf resource bundle because of 
the NetBeans module system. Swing tries to load it from system class loader (in 
UIDefaults.getResourceCache()):
{code:java}
b = ResourceBundle.getBundle(bundleName, l,
                       ClassLoader.getSystemClassLoader());
{code}

> FlatLaf filechooser labels missing
> ----------------------------------
>
>                 Key: NETBEANS-5865
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5865
>             Project: NetBeans
>          Issue Type: Bug
>          Components: FlatLaf
>            Reporter: Neil C Smith
>            Assignee: Karl Tauber
>            Priority: Minor
>
> In the standard filechooser (eg. from Open File) using FlatLaf, the popup 
> menu has blank labels, and the details view has the property keys as table 
> headers (similar to image at 
> [https://github.com/JFormDesigner/FlatLaf/issues/98#issuecomment-627454929] ) 
>  Seems to be specific to use inside NetBeans.  Missing values from 
> [https://github.com/JFormDesigner/FlatLaf/blob/main/flatlaf-core/src/main/resources/com/formdev/flatlaf/resources/Bundle.properties]
>  ?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to