hello there
i've made a JOptionPane that contains a string url
and i'm wondering if it is possible to add MousMotionListener
to the url and if it is possible to open that url in the default Browser?
JOptionPane.showMessageDialog(null, " Visit us at www.google.com" ,"Visit us",JOptionPane.ERROR_MESSAGE);