| 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
|
 |
 |
|
|
subject: how to show error message in awt.frame
|
|
|