This site requires JavaScript, please enable it in your browser!
Greenfoot back
minecraft15
minecraft15 wrote ...

2011/12/14

Button or Key down that leads to a website url?

minecraft15 minecraft15

2011/12/14

#
Is it possible for a in your game/program when you press a button or a key, the program navigates you to a certain url?
mjrb4 mjrb4

2011/12/14

#
You could potentially use the browse method on the desktop class: http://docs.oracle.com/javase/7/docs/api/java/awt/Desktop.html ...but bear in mind this won't work on the gallery. It's probably best just to display a link!
You need to login to post a reply.