Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Swing / AWT / SWT and the fly likes how  to  show  error  message in awt.frame Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "how  to  show  error  message in awt.frame" Watch "how  to  show  error  message in awt.frame" New topic
Author

how to show error message in awt.frame

aminur rashid
Ranch Hand

Joined: Sep 21, 2001
Posts: 79
I have an awt frame in which i have a textfield and button and i want to show a popup when the button is clicked and the textfield is empty.With JPanel i can show it by showing message dialog JOptionPane.showMessageDialog(null, "hi ","Empty",JOptionPane.ERROR_MESSAGE);
How to do it with awt.frame
i know its simple but i am confused
Thanks in advance

------------------
Regards
Aminur


Regards<br />Aminur
 
jQuery in Action, 2nd edition
 
subject: how to show error message in awt.frame
 
Similar Threads
TEXTFIELDS / BUTTON
j2me - RMS & appending textfield
dynamic display of a row
error message
Does this piece of code hang for you all also ?