[rfc] netx: split code to show warnings from the SecurityWarningDialog class
Omair Majid
omajid at redhat.com
Thu Oct 14 07:09:54 PDT 2010
Hi,
The current implementation of SecurityWarningDialog class mixes a few
responsibilities - it is responsible for creating SecurityWarningDialogs
as well as getting the user response to these security prompts. The
attached patch splits up the class into two classes:
SecurityWarningDialog and SecurityWarning. The SecurityWarningDialog is
still responsible for creating the actual security dialog, but the new
SecurityWarning class is responsible for showing and getting the user
response to these security prompts.
This split will much more important in the near future - I am working on
a patch that will cause security dialogs to be shown by a different
thread then the thread calling (say) the showAccessWarning() method.
Any thoughts or comments?
Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea6-jnlp-split-dialog-showing-01.patch
Type: text/x-patch
Size: 34307 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20101014/3452aa01/icedtea6-jnlp-split-dialog-showing-01.patch
More information about the distro-pkg-dev
mailing list