Message Box, Email and Tooltip

admin

Administrator
Staff member
1) I was wondering what are the different ways one can emulate a message boxusing java AWT package. I was thinking of using the Dialog class to do it.Any1 with a better or simpler idea?2) Can I actually send an email via an applet? Like I have someone inputthe email address and some data and then click a button to send... Can Ido that?3) The Swing components have the method setToolTipText. Is there an equivalentin the AWT components? Or is there a way to simulate tooltips?Thanks
 
Top