This commit is contained in:
boccioli_m
2015-09-02 09:01:33 +02:00
parent e2775a6491
commit d5f7c95549
8 changed files with 312 additions and 199 deletions

View File

@@ -286,7 +286,7 @@ public class TestingListDetails extends javax.swing.JPanel {
@Override
public void hyperlinkUpdate(HyperlinkEvent hle) {
if (HyperlinkEvent.EventType.ACTIVATED.equals(hle.getEventType())) {
System.out.println(hle.getURL());
//System.out.println(hle.getURL());
Desktop desktop = Desktop.getDesktop();
try {
desktop.browse(hle.getURL().toURI());