Create standard icon
From: Greg (gd_at_logium.pl)
Date: 10/30/03
- Previous message: Lucky Strike: "test"
- Next in thread: Sandip Chitale: "Re: Create standard icon"
- Reply: Sandip Chitale: "Re: Create standard icon"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Oct 2003 08:26:51 +0100
Hi
How can I create standard icon - the same which is in the dialog below?
//custom title, warning icon
JOptionPane.showMessageDialog(frame,
"Eggs aren't supposed to be green.",
"Inane warning",
JOptionPane.INFORMATION_MESSAGE);
Icon standardIcon = new Icon("what?!") or maybe is another way?
Thanks in advance
Best Regards
-- Greg
- Previous message: Lucky Strike: "test"
- Next in thread: Sandip Chitale: "Re: Create standard icon"
- Reply: Sandip Chitale: "Re: Create standard icon"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]