Replacing default icon in JDialog
843804Oct 25 2004 — edited Jan 9 2005This doesn't work, is there any other way to replicate this procedure for dialogs as opposed to frames
ImageIcon customIcon = new ImageIcon("com/cboe/guiapp/search.jpg");
dialog.setIconImage(customIcon.getImage());