I am trying to set a hyperlink in my eclipse java project.
when someone clicks on a button, it should open up an email client along with the given
email id. is it possible to implement it with java.awt.Desktop?
I am trying to set a hyperlink in my eclipse java project. when someone
Share
Yes it is possible using desktop.mail()
and regarding the
mailtoURI you have to create it yourself.