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