info message icon

cusax-fix
Yana Stamcheva 20 years ago
parent e6f1ed151d
commit 89482544b5

@ -102,6 +102,9 @@ public void addCustomEntriesToTable(UIDefaults table) {
"OptionPane.errorIcon",
new ImageIcon(ImageLoader.getImage(ImageLoader.ERROR_ICON)),
"OptionPane.infoIcon",
new ImageIcon(ImageLoader.getImage(ImageLoader.INFO_ICON)),
"RadioButton.gradient", buttonGradient,
"RadioButton.rollover", Boolean.TRUE,

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

@ -136,6 +136,12 @@ public class ImageLoader {
* of an option pane error message.
*/
public static final ImageID ERROR_ICON = new ImageID("ERROR_ICON");
/**
* The icon used in the <tt>SIPCommLookAndFeel</tt> to paint the icon
* of an option pane info message.
*/
public static final ImageID INFO_ICON = new ImageID("INFO_ICON");
/*------------------------------------------------------------------------
* ============================APPLICATION ICONS =========================

@ -82,6 +82,7 @@ CHAT_SEND_FILE_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/butt
WARNING_ICON=net/java/sip/communicator/impl/gui/resources/common/warning.png
ERROR_ICON=net/java/sip/communicator/impl/gui/resources/common/error.png
INFO_ICON=net/java/sip/communicator/impl/gui/resources/common/info.png
SEND_MESSAGE_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/sendMessage16x16.png
DELETE_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/delete16x16.png

Loading…
Cancel
Save