[ https://issues.apache.org/jira/browse/NETBEANS-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Yann Dameron resolved NETBEANS-2880. ------------------------------------ Resolution: Fixed > 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 > Priority: Minor > Labels: pull-request-available > Original Estimate: 24h > Time Spent: 50m > Remaining Estimate: 23h 10m > > 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-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