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

2019-07-29 Thread Yann Dameron (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yann Dameron updated NETBEANS-2880:
---
Fix Version/s: 11.2

> 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
> Fix For: 11.2
>
>   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



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

2019-07-29 Thread Yann Dameron (JIRA)


 [ 
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



[jira] [Resolved] (NETBEANS-2667) L&F - Netbeans Dialog API

2019-07-23 Thread Yann Dameron (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yann Dameron resolved NETBEANS-2667.

   Resolution: Fixed
Fix Version/s: 11.2

> L&F - Netbeans Dialog API
> -
>
> Key: NETBEANS-2667
> URL: https://issues.apache.org/jira/browse/NETBEANS-2667
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Dialogs&Wizards
>Affects Versions: 11.0
>Reporter: Yann Dameron
>Assignee: Yann Dameron
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 11.2
>
> Attachments: example-java-api.png, example-netbeans-api.png
>
>  Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> This log described an issue observed with the Dialog APIs when you change few 
> look & feel properties. 
> As an example, I defined a border to apply on the OptionPaneUI. 
> When I'm opening an information message with the Java APIs, the rendering 
> looks OK (i.e. the border is in front of the message area and the button 
> area).
> When I'm opening an information message with the Netbeans APIs, the rendering 
> is bad.
> Border is well displayed in front of the original message area and original 
> button area but due to the addition of a new button panel done in 
> org.netbeans.core.windows.services.NbPresenter we have a weird rendering.



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



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

2019-07-22 Thread Yann Dameron (JIRA)
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-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



[jira] [Issue Comment Deleted] (NETBEANS-2667) L&F - Netbeans Dialog API

2019-06-27 Thread Yann Dameron (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yann Dameron updated NETBEANS-2667:
---
Comment: was deleted

(was: [https://github.com/apache/netbeans/pull/1335])

> L&F - Netbeans Dialog API
> -
>
> Key: NETBEANS-2667
> URL: https://issues.apache.org/jira/browse/NETBEANS-2667
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Dialogs&Wizards
>Affects Versions: 11.0
>Reporter: Yann Dameron
>Assignee: Yann Dameron
>Priority: Minor
>  Labels: pull-request-available
> Attachments: example-java-api.png, example-netbeans-api.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This log described an issue observed with the Dialog APIs when you change few 
> look & feel properties. 
> As an example, I defined a border to apply on the OptionPaneUI. 
> When I'm opening an information message with the Java APIs, the rendering 
> looks OK (i.e. the border is in front of the message area and the button 
> area).
> When I'm opening an information message with the Netbeans APIs, the rendering 
> is bad.
> Border is well displayed in front of the original message area and original 
> button area but due to the addition of a new button panel done in 
> org.netbeans.core.windows.services.NbPresenter we have a weird rendering.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[jira] [Commented] (NETBEANS-2667) L&F - Netbeans Dialog API

2019-06-27 Thread Yann Dameron (JIRA)


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

Yann Dameron commented on NETBEANS-2667:


[https://github.com/apache/netbeans/pull/1335]

> L&F - Netbeans Dialog API
> -
>
> Key: NETBEANS-2667
> URL: https://issues.apache.org/jira/browse/NETBEANS-2667
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Dialogs&Wizards
>Affects Versions: 11.0
>Reporter: Yann Dameron
>Assignee: Yann Dameron
>Priority: Minor
>  Labels: pull-request-available
> Attachments: example-java-api.png, example-netbeans-api.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> This log described an issue observed with the Dialog APIs when you change few 
> look & feel properties. 
> As an example, I defined a border to apply on the OptionPaneUI. 
> When I'm opening an information message with the Java APIs, the rendering 
> looks OK (i.e. the border is in front of the message area and the button 
> area).
> When I'm opening an information message with the Netbeans APIs, the rendering 
> is bad.
> Border is well displayed in front of the original message area and original 
> button area but due to the addition of a new button panel done in 
> org.netbeans.core.windows.services.NbPresenter we have a weird rendering.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[jira] [Assigned] (NETBEANS-2667) L&F - Netbeans Dialog API

2019-06-17 Thread Yann Dameron (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yann Dameron reassigned NETBEANS-2667:
--

Assignee: Yann Dameron

> L&F - Netbeans Dialog API
> -
>
> Key: NETBEANS-2667
> URL: https://issues.apache.org/jira/browse/NETBEANS-2667
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Dialogs&Wizards
>Affects Versions: 11.0
>Reporter: Yann Dameron
>Assignee: Yann Dameron
>Priority: Minor
> Attachments: example-java-api.png, example-netbeans-api.png
>
>
> This log described an issue observed with the Dialog APIs when you change few 
> look & feel properties. 
> As an example, I defined a border to apply on the OptionPaneUI. 
> When I'm opening an information message with the Java APIs, the rendering 
> looks OK (i.e. the border is in front of the message area and the button 
> area).
> When I'm opening an information message with the Netbeans APIs, the rendering 
> is bad.
> Border is well displayed in front of the original message area and original 
> button area but due to the addition of a new button panel done in 
> org.netbeans.core.windows.services.NbPresenter we have a weird rendering.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[jira] [Commented] (NETBEANS-2667) L&F - Netbeans Dialog API

2019-06-16 Thread Yann Dameron (JIRA)


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

Yann Dameron commented on NETBEANS-2667:


I fixed it. Waiting legal approval before creating the PR.

> L&F - Netbeans Dialog API
> -
>
> Key: NETBEANS-2667
> URL: https://issues.apache.org/jira/browse/NETBEANS-2667
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Dialogs&Wizards
>Affects Versions: 11.0
>Reporter: Yann Dameron
>Priority: Minor
> Attachments: example-java-api.png, example-netbeans-api.png
>
>
> This log described an issue observed with the Dialog APIs when you change few 
> look & feel properties. 
> As an example, I defined a border to apply on the OptionPaneUI. 
> When I'm opening an information message with the Java APIs, the rendering 
> looks OK (i.e. the border is in front of the message area and the button 
> area).
> When I'm opening an information message with the Netbeans APIs, the rendering 
> is bad.
> Border is well displayed in front of the original message area and original 
> button area but due to the addition of a new button panel done in 
> org.netbeans.core.windows.services.NbPresenter we have a weird rendering.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[jira] [Comment Edited] (NETBEANS-2667) L&F - Netbeans Dialog API

2019-06-14 Thread Yann Dameron (JIRA)


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

Yann Dameron edited comment on NETBEANS-2667 at 6/14/19 7:42 AM:
-

[~GeertjanWielenga] that's the plan but I need to do it out of my business 
hours (waiting an official approval) ;)


was (Author: yannlecorse):
[~GeertjanWielenga] that's the plan but I need to do it out of my business 
hours ;)

> L&F - Netbeans Dialog API
> -
>
> Key: NETBEANS-2667
> URL: https://issues.apache.org/jira/browse/NETBEANS-2667
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Dialogs&Wizards
>Affects Versions: 11.0
>Reporter: Yann Dameron
>Priority: Minor
> Attachments: example-java-api.png, example-netbeans-api.png
>
>
> This log described an issue observed with the Dialog APIs when you change few 
> look & feel properties. 
> As an example, I defined a border to apply on the OptionPaneUI. 
> When I'm opening an information message with the Java APIs, the rendering 
> looks OK (i.e. the border is in front of the message area and the button 
> area).
> When I'm opening an information message with the Netbeans APIs, the rendering 
> is bad.
> Border is well displayed in front of the original message area and original 
> button area but due to the addition of a new button panel done in 
> org.netbeans.core.windows.services.NbPresenter we have a weird rendering.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[jira] [Commented] (NETBEANS-2667) L&F - Netbeans Dialog API

2019-06-13 Thread Yann Dameron (JIRA)


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

Yann Dameron commented on NETBEANS-2667:


[~GeertjanWielenga] that's the plan but I need to do it out of my business 
hours ;)

> L&F - Netbeans Dialog API
> -
>
> Key: NETBEANS-2667
> URL: https://issues.apache.org/jira/browse/NETBEANS-2667
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Dialogs&Wizards
>Affects Versions: 11.0
>Reporter: Yann Dameron
>Priority: Minor
> Attachments: example-java-api.png, example-netbeans-api.png
>
>
> This log described an issue observed with the Dialog APIs when you change few 
> look & feel properties. 
> As an example, I defined a border to apply on the OptionPaneUI. 
> When I'm opening an information message with the Java APIs, the rendering 
> looks OK (i.e. the border is in front of the message area and the button 
> area).
> When I'm opening an information message with the Netbeans APIs, the rendering 
> is bad.
> Border is well displayed in front of the original message area and original 
> button area but due to the addition of a new button panel done in 
> org.netbeans.core.windows.services.NbPresenter we have a weird rendering.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[jira] [Updated] (NETBEANS-2667) L&F - Netbeans Dialog API

2019-06-13 Thread Yann Dameron (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yann Dameron updated NETBEANS-2667:
---
Affects Version/s: 11.0

> L&F - Netbeans Dialog API
> -
>
> Key: NETBEANS-2667
> URL: https://issues.apache.org/jira/browse/NETBEANS-2667
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - Dialogs&Wizards
>Affects Versions: 11.0
>Reporter: Yann Dameron
>Priority: Minor
> Attachments: example-java-api.png, example-netbeans-api.png
>
>
> This log described an issue observed with the Dialog APIs when you change few 
> look & feel properties. 
> As an example, I defined a border to apply on the OptionPaneUI. 
> When I'm opening an information message with the Java APIs, the rendering 
> looks OK (i.e. the border is in front of the message area and the button 
> area).
> When I'm opening an information message with the Netbeans APIs, the rendering 
> is bad.
> Border is well displayed in front of the original message area and original 
> button area but due to the addition of a new button panel done in 
> org.netbeans.core.windows.services.NbPresenter we have a weird rendering.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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



[jira] [Created] (NETBEANS-2667) L&F - Netbeans Dialog API

2019-06-13 Thread Yann Dameron (JIRA)
Yann Dameron created NETBEANS-2667:
--

 Summary: L&F - Netbeans Dialog API
 Key: NETBEANS-2667
 URL: https://issues.apache.org/jira/browse/NETBEANS-2667
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Dialogs&Wizards
Reporter: Yann Dameron
 Attachments: example-java-api.png, example-netbeans-api.png

This log described an issue observed with the Dialog APIs when you change few 
look & feel properties. 

As an example, I defined a border to apply on the OptionPaneUI. 

When I'm opening an information message with the Java APIs, the rendering looks 
OK (i.e. the border is in front of the message area and the button area).

When I'm opening an information message with the Netbeans APIs, the rendering 
is bad.
Border is well displayed in front of the original message area and original 
button area but due to the addition of a new button panel done in 
org.netbeans.core.windows.services.NbPresenter we have a weird rendering.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
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