hi,
can you help me please by telling me how can i open a web page by a clic on "ok" button that i've created on a netbeans interface..
thnx for helping me :)
Printable View
hi,
can you help me please by telling me how can i open a web page by a clic on "ok" button that i've created on a netbeans interface..
thnx for helping me :)
Many ways to do that. Read more about,
Code:Runtime.getRuntime().exec()
Also, try looking at:
Code:Desktop.getDesktop().browse();
Actually in the way I explain you've to deals with the system DLLs in Windows OSs. And in UNIX you should have a different approach.