diff options
author | Omair Majid <[email protected]> | 2011-01-12 12:50:13 -0500 |
---|---|---|
committer | Omair Majid <[email protected]> | 2011-01-12 12:50:13 -0500 |
commit | 89f754862df381147217093df8eb241feb62aaf4 (patch) | |
tree | 55add0e1b8bba245ab6261f841892f08580f1e61 /ChangeLog | |
parent | 9679f89fa9b4db346cf898924e20e630c509838c (diff) |
fix problems in control panel caused by removing JNLPRuntime.initialize()
2011-01-12 Omair Majid <[email protected]>
* netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java
(main): Set look and feel. Set config object to use with KeyStores.
* netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java
(initialize): Set config object to use with KeyStores.
* netx/net/sourceforge/jnlp/security/KeyStores.java: Add new member
config.
(setConfiguration): New method. Sets the value of config after security
check.
(getKeyStoreLocation): Use config object instead of querying JNLPRuntime.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2011-01-12 Omair Majid <[email protected]> + * netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java + (main): Set look and feel. Set config object to use with KeyStores. + * netx/net/sourceforge/jnlp/runtime/JNLPRuntime.java + (initialize): Set config object to use with KeyStores. + * netx/net/sourceforge/jnlp/security/KeyStores.java: Add new member + config. + (setConfiguration): New method. Sets the value of config after security + check. + (getKeyStoreLocation): Use config object instead of querying JNLPRuntime. + +2011-01-12 Omair Majid <[email protected]> + * netx/net/sourceforge/jnlp/JNLPFile: Add missing generic type to info. (getInformation): Remove redundant cast. |