icon image in JDialog
this one line code is enough to load ur image and it displays at title bar of ur dialog.... it will changes the default coffee image in the dialog and place your own images there..... dialogObj.setIconImage(new ImageIcon(getClass().getResource("/baby.gif")).getImage());