I want to create a new email message when the user hits a certain button. I have looked through the API for 1.4.2, and I'm not quite sure what I'm looking for. I just want the button to call the default email client and populate the "To:" field from String in a JTextField. Basically its like when you hit a "mailto:" link in an html page, but in a Java app. How do I do it? Thanks...
You aren't finding it because that functionality isn't in the J2SE. That functionality is in the J2EE, the JavaMail API to be exact. Very popular subject in the Other Java APIs forum.