This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I want to create a window to pop up that tells a user an error has occured that looks like the ones that normally pop up in Windows (centered on screen, with an icon, single or up to 3 buttons such as "OK", "Cancel", "Yes", "No"). Is there a class that does this? Matching a windows Alert Dialog Box exactly is not required, but would be preferred. Thanks
Kathy Lynch
Greenhorn
Joined: Feb 26, 2001
Posts: 25
posted
0
Javax Swing has an JOptionPane class that has a .showConfirmDialog method that has the Yes/No/Cancel options you mentioned. [This message has been edited by Kathy Lynch (edited March 09, 2001).]
Siva Prasad
Ranch Hand
Joined: Feb 22, 2001
Posts: 104
posted
0
If you just have a look at the class JOptionPane in javax(java swing) classes, you will find the all kind of dialogs you need. Just explore this class in JDK documentation. HTH cheers Siva Prasad
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.