Advertisement
Guest User

History

a guest
Jul 27th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. //Lets say I made a button and gave it the id 100, to long to show in this pastebin...
  2. if(button.id == 100)
  3. {
  4. if(Desktop.isDesktopSupported())
  5. {
  6. try{
  7. Desktop.getDesktop().browse(new URI("http://www.brawl.com/history/player/BEASSSSSSSSSSSST"));
  8. }catch (URISyntaxException e){
  9. e.printStackTrace();
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement