You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Karl Tauber (Jira)" <ji...@apache.org> on 2021/07/29 17:42:00 UTC

[jira] [Commented] (NETBEANS-5865) FlatLaf filechooser labels missing

    [ 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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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