Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import java.awt.Desktop;
  2. import java.net.URI;
  3. import java.net.URISyntaxException;
  4. import java.net.UnknownHostException;
  5.  
  6. try {
  7. desktop.mail( new URI( "mailto:javaexamplecenter@gmail.com?subject=Test%20message" ) );
  8. }
  9. catch ( IOException ex )
  10. {
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement