[jira] [Commented] (NETBEANS-3713) Progress UI is ugly with FlatLaf

2020-01-18 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3713:
---

Yes, you've found it, second screenshot.

> Progress UI is ugly with FlatLaf
> 
>
> Key: NETBEANS-3713
> URL: https://issues.apache.org/jira/browse/NETBEANS-3713
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-18-17-27-18-089.png, 
> image-2020-01-18-19-38-15-514.png
>
>
> Well originally, I just wanted to fix the width of the unbounded progress 
> bars.
> Adding:
> {code:java}
>  # ProgressBar 
> ProgressBar.horizontalSize=146,15
>  {code}
> to the FlatLaf.properties, as you suggested makes it work, then I realized, 
> that the close buttons are ugly and the separator in the Active running task 
> is out of LaL as well.
> I've tried to use CloseButtonFactory.createCloseButton(); for those buttons, 
> while result was better, it was not perfect, so I decided to leave that to 
> the expert.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3713) Progress UI is ugly with FlatLaf

2020-01-18 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3713:
---

I think I've found the "separator in the Active running task", right?

!image-2020-01-18-19-38-15-514.png!

> Progress UI is ugly with FlatLaf
> 
>
> Key: NETBEANS-3713
> URL: https://issues.apache.org/jira/browse/NETBEANS-3713
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-18-17-27-18-089.png, 
> image-2020-01-18-19-38-15-514.png
>
>
> Well originally, I just wanted to fix the width of the unbounded progress 
> bars.
> Adding:
> {code:java}
>  # ProgressBar 
> ProgressBar.horizontalSize=146,15
>  {code}
> to the FlatLaf.properties, as you suggested makes it work, then I realized, 
> that the close buttons are ugly and the separator in the Active running task 
> is out of LaL as well.
> I've tried to use CloseButtonFactory.createCloseButton(); for those buttons, 
> while result was better, it was not perfect, so I decided to leave that to 
> the expert.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3713) Progress UI is ugly with FlatLaf

2020-01-18 Thread Karl Tauber (Jira)


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

Karl Tauber commented on NETBEANS-3713:
---

The progress bar height should be stable after merging 
[https://github.com/apache/netbeans/pull/1882.]

Not sure what you mean with "separator in the Active running task".

Is it the one in the below screenshot?

!image-2020-01-18-17-27-18-089.png!

> Progress UI is ugly with FlatLaf
> 
>
> Key: NETBEANS-3713
> URL: https://issues.apache.org/jira/browse/NETBEANS-3713
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
> Attachments: image-2020-01-18-17-27-18-089.png
>
>
> Well originally, I just wanted to fix the width of the unbounded progress 
> bars.
> Adding:
> {code:java}
>  # ProgressBar 
> ProgressBar.horizontalSize=146,15
>  {code}
> to the FlatLaf.properties, as you suggested makes it work, then I realized, 
> that the close buttons are ugly and the separator in the Active running task 
> is out of LaL as well.
> I've tried to use CloseButtonFactory.createCloseButton(); for those buttons, 
> while result was better, it was not perfect, so I decided to leave that to 
> the expert.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-3713) Progress UI is ugly with FlatLaf

2020-01-17 Thread Laszlo Kishalmi (Jira)


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

Laszlo Kishalmi commented on NETBEANS-3713:
---

BTW the module is platform/progress.ui and it is Ok to set javac.source=1.8 in 
the Project Properties

> Progress UI is ugly with FlatLaf
> 
>
> Key: NETBEANS-3713
> URL: https://issues.apache.org/jira/browse/NETBEANS-3713
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf
>Reporter: Laszlo Kishalmi
>Assignee: Karl Tauber
>Priority: Major
>
> Well originally, I just wanted to fix the width of the unbounded progress 
> bars.
> Adding:
> {code:java}
>  # ProgressBar 
> ProgressBar.horizontalSize=146,15
>  {code}
> to the FlatLaf.properties, as you suggested makes it work, then I realized, 
> that the close buttons are ugly and the separator in the Active running task 
> is out of LaL as well.
> I've tried to use CloseButtonFactory.createCloseButton(); for those buttons, 
> while result was better, it was not perfect, so I decided to leave that to 
> the expert.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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