try {
URL url = WebPolicyEditor.class.getResource("/html/about.html");
if (url != null) {
DisplayDialog d = new DisplayDialog(url, false, 400, 300);
d.setTitle("WebPolicyEditor Version " + VERSION + " ("
+ REVISION + ")");
d.setVisible(true);
d.setResizable(false);
} else
WebPolicyEditor.showDialog(new URL(
"http://www.jwall.org/web/policy/lang.jsp"));