Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Lets say I made a button and gave it the id 100, to long to show in this pastebin...
- if(button.id == 100)
- {
- if(Desktop.isDesktopSupported())
- {
- try{
- Desktop.getDesktop().browse(new URI("http://www.brawl.com/history/player/BEASSSSSSSSSSSST"));
- }catch (URISyntaxException e){
- e.printStackTrace();
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement