I have to open some html page.
this is my code
oblab = new JLabel("<html><a href=C:\\Documents and Settings\\Allusers\\
My Documents\\d.html>hello</a></html>");
I want to open html file in browser when I click on JLabel, but it doesn't work
what's the problem?