You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Yann Dameron (JIRA)" <ji...@apache.org> on 2019/07/23 06:07:00 UTC

[jira] [Created] (NETBEANS-2880) L&F - Ellipsis button can't be modified on PropUtils

Yann Dameron created NETBEANS-2880:
--------------------------------------

             Summary: L&F - Ellipsis button can't be modified on PropUtils
                 Key: NETBEANS-2880
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2880
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.0
            Reporter: Yann Dameron
            Assignee: Yann Dameron


On the PropUtils class, there is a bunch of properties to customize the rendering but there is no way to use another icon than the hardcoded on for ellipsis buttons.
{code:java}
/** Lazily creates the custom editor button icon */
static Icon getCustomButtonIcon() {
    return new BpIcon(); 
}{code}
The goal of this ticket is to add a property to define the icon to use. 
If the property is not defined, rely on the BpIcon. 

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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