Hello,
Im trying to make jLabel component start default system browser and go to the specified page.
I've tried to do this by adding listener to the jLabel and this part works fine, i have the problem with starting up the browser.
I have only found system specific ways to run browser, but i want to all parts of my program to be system independent.
any help will be deeply appreciated