|
@@ -41,6 +41,13 @@ public class LinkHyperListener implements BillItemHyperlinkListener{
|
|
|
//ClientToolKit.showDocument(new URL(val), "_blank");
|
|
|
Desktop.getDesktop().browse(new URI(val));
|
|
|
}
|
|
|
+ if ("def22".equals(event.getItem().getKey())) {
|
|
|
+ String val = event.getValue().toString();
|
|
|
+
|
|
|
+ //¸Ä³ÉʹÓÃĬÈÏä¯ÀÀÆ÷
|
|
|
+ //ClientToolKit.showDocument(new URL(val), "_blank");
|
|
|
+ Desktop.getDesktop().browse(new URI(val));
|
|
|
+ }
|
|
|
} catch (Exception e) {
|
|
|
ExceptionUtils.wrappBusinessException(e.getMessage());
|
|
|
}
|