I have GUI window for users to write their feedback, comments, etc. in JTextArea component. What I want to do is for user send this text they typed via email when they press the button Submit.
What classes should I use to achieve this? I googled it but found nothing useful.