[RFC][icedtea-web] Change icon for AccessWarningPane dialogs

Deepak Bhole dbhole at redhat.com
Mon Dec 5 07:51:08 PST 2011


* Danesh Dadachanji <ddadacha at redhat.com> [2011-11-23 14:45]:
> Hi,
> 
> I noticed that dialogs for access warnings use the warning icon
> (yellow exclamation). This, to me, implies something went wrong and
> seems too alarming. I would like to change it to the question icon
> instead. Thoughts?
> 
> The attached patch can be tested with one of the webstart tests - I
> used persistserv.jnlp[1]
> 

Patch looks fine. Where is question.png btw? I'd like to take a look
before approving.

Cheers,
Deepak

> ChangeLog:
> +2011-11-23  Danesh Dadachanji <ddadacha at redhat.com>
> +
> +	Update UI for AccessWarningPane
> +	* netx/net/sourceforge/jnlp/security/AccessWarningPane.java:
> +	Use the question.png instead of the warning.png for access dialogs.
> +
> 
> Does this look good for HEAD?
> 
> Regards,
> Danesh
> [1] http://www.pscode.org/jws/persistserv.jnlp

> diff -r 22db4e09bbc7 netx/net/sourceforge/jnlp/security/AccessWarningPane.java
> --- a/netx/net/sourceforge/jnlp/security/AccessWarningPane.java	Fri Nov 11 14:40:26 2011 +0100
> +++ b/netx/net/sourceforge/jnlp/security/AccessWarningPane.java	Wed Nov 23 13:56:39 2011 -0500
> @@ -150,7 +150,7 @@ public class AccessWarningPane extends S
>                      topLabelText = R("SNetworkAccess", "(address here)");
>          }
>  
> -        ImageIcon icon = new ImageIcon((new sun.misc.Launcher()).getClassLoader().getResource("net/sourceforge/jnlp/resources/warning.png"));
> +        ImageIcon icon = new ImageIcon((new sun.misc.Launcher()).getClassLoader().getResource("net/sourceforge/jnlp/resources/question.png"));
>          JLabel topLabel = new JLabel(htmlWrap(topLabelText), icon, SwingConstants.LEFT);
>          topLabel.setFont(new Font(topLabel.getFont().toString(),
>                          Font.BOLD, 12));




More information about the distro-pkg-dev mailing list