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

2020-01-18 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-3713:
-
Labels: pull-request-available  (was: )

> 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
>  Labels: pull-request-available
> 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] [Updated] (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:all-tabpanel
 ]

Karl Tauber updated NETBEANS-3713:
--
Attachment: 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] [Updated] (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:all-tabpanel
 ]

Karl Tauber updated NETBEANS-3713:
--
Attachment: 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] [Updated] (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:all-tabpanel
 ]

Laszlo Kishalmi updated NETBEANS-3713:
--
Description: 
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.

  was:
Well originally, I just wanted to fix the width of the unbounded progress bars.

Adding:

# ProgressBar 
ProgressBar.horizontalSize=146,15

 

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.


> 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