156157158159160161162163164165166
String url = null; public StringLinkDisplay(String name) { super(name); lblLink = new JClickLabel(); lblLink.setForeground(Color.BLUE); lblLink.setActionListener( new ActionListener() { public void actionPerformed(ActionEvent e) {