Hi, I know this is a little off the topic of this list, but since I have no major complaints or suggstions about Idea 2.5 (other than wanting support for javadoc comments and renaming a property variable should also rename setters and getters), I thought I would ask this question: How does Idea pop up the browser for help? I am not concerned with how it determines the url. Rather I want to know what java code I can use to launch a new browser for a given url. I have code (I think I first saw it on JavaWorld's web site) that uses a system call with the command
cmd = "cmd.exe /c start " + url.toString(); But this does not bring up a new browser on top of the other windows like Shift-F1 does in Idea. I would appreciate any help on this. Thanks, Phil _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
