The application has a help button, which displays a help screen but I also want it to link to my help online at BMI Help Page Contents.
Which is the best way of doing this, the code contained within the button so far isI want to add so that if they press help on the application that they can view the web page(s) as above.Code:if(evt.getSource()==cmdHelp);
optPane etc etc etc
Which is the best way?
Thanks in advance
