1 32 33 package it.businesslogic.ireport; 34 35 39 public class IRCompilerDocument extends javax.swing.text.html.HTMLDocument { 40 41 42 public IRCompilerDocument() { 43 super(); 44 } 45 46 public void processHTMLFrameHyperlinkEvent(javax.swing.text.html.HTMLFrameHyperlinkEvent e) 47 { 48 javax.swing.JOptionPane.showMessageDialog(null,"Link: "+e.getURL()); 49 } 50 } 51 52 | Popular Tags |