sujitopics
Programmer
Hi
In Swings we have JOptionPane to display Dialog box.
for ex :
JOptionPane.showMessageDialog(this,"Message Here"
,"Title",JOptionPane.WARNING_MESSAGE);
In AWT i am able to display dialog by using another class which extends dialog. But,
Is there any thing like that in AWT to display dialog box ? [similar to JOptionPane]
Thanksinadvance
Yours
Suji
In Swings we have JOptionPane to display Dialog box.
for ex :
JOptionPane.showMessageDialog(this,"Message Here"
,"Title",JOptionPane.WARNING_MESSAGE);
In AWT i am able to display dialog by using another class which extends dialog. But,
Is there any thing like that in AWT to display dialog box ? [similar to JOptionPane]
Thanksinadvance
Yours
Suji