[RFC] netx: stop using Look and Feel related methods (PR372)
Omair Majid
omajid at redhat.com
Fri Jul 16 06:11:46 PDT 2010
On 07/06/2010 11:28 AM, Omair Majid wrote:
> Netx (incorrectly) uses Look and Feel related hooks and methods to
> create the security-related dialogs it shows to the user [1]. While most
> of the time it has no consequences, a few JNLP applications that modify
> the Look and Feel demonstrate incorrect behaviour [2]. The attached
> patch uses the standard Swing methods to create and display GUIs. It is
> a somewhat large patch, even though most of it is fairly mundane -
> creating JDialogs, setting a JPanel in the center depending on the type
> of dialog and then adding the appropriate controls to the JPanel. I have
> tried to avoid changing anything that goes inside the JPanel - it should
> behave exactly as before. I have done some testing and it seems to work
> just as well as before, but I would appreciate it if others could look
> it over and try it out too.
>
Can anyone please review this?
Thanks,
Omair
More information about the distro-pkg-dev
mailing list