From c4bef6cad39892b850022c8f85c1edd97b0c7b40 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 17 Jan 2014 13:43:09 -0500 Subject: Added PolicyPanel to itweb-settings for custom policies Added itweb-settings panel to explain custom policy files and allow launching a policy editor for user's policy file. * netx/net/sourceforge/jnlp/controlpanel/ControlPanel.java: (createMainSettingsPanel, createPolicySettingsPanel) added PolicyPanel * netx/net/sourceforge/jnlp/resources/Messages.properties: new messages for PolicyPanel * netx/net/sourceforge/jnlp/controlpanel/PolicyPanel.java: new panel to allow launching of external policy editor * tests/reproducers/simple/CustomPolicies/resources/CustomPolicies.html: new test to ensure custom user policy files work correctly * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesApplet.jnlp * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesApplication.jnlp * tests/reproducers/simple/CustomPolicies/resources/CustomPoliciesJnlpHref.html * tests/reproducers/simple/CustomPolicies/srcs/CustomPolicies.java * tests/reproducers/simple/CustomPolicies/testcases/CustomPoliciesTest.java --- .../CustomPolicies/resources/CustomPolicies.html | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 tests/reproducers/simple/CustomPolicies/resources/CustomPolicies.html (limited to 'tests/reproducers/simple/CustomPolicies/resources/CustomPolicies.html') diff --git a/tests/reproducers/simple/CustomPolicies/resources/CustomPolicies.html b/tests/reproducers/simple/CustomPolicies/resources/CustomPolicies.html new file mode 100644 index 0000000..06d4508 --- /dev/null +++ b/tests/reproducers/simple/CustomPolicies/resources/CustomPolicies.html @@ -0,0 +1,48 @@ + + + + + + + + -- cgit v1.2.3