aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/impl')
-rwxr-xr-xsrc/net/java/sip/communicator/impl/gui/utils/Constants.java2
-rw-r--r--src/net/java/sip/communicator/impl/gui/utils/images.properties403
-rw-r--r--src/net/java/sip/communicator/impl/protocol/gibberish/GibberishStatusEnum.java16
-rw-r--r--src/net/java/sip/communicator/impl/protocol/gibberish/ProtocolIconGibberishImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/icq/ProtocolIconAimImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/icq/ProtocolIconIcqImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/irc/IrcStatusEnum.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/irc/ProtocolIconIrcImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/jabber/ProtocolIconJabberImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/msn/ProtocolIconMsnImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/rss/ProtocolIconRssImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/rss/RssStatusEnum.java4
-rw-r--r--src/net/java/sip/communicator/impl/protocol/sip/ProtocolIconSipImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/sip/SipStatusEnum.java12
-rw-r--r--src/net/java/sip/communicator/impl/protocol/ssh/ProtocolIconSSHImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/ssh/SSHStatusEnum.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/yahoo/ProtocolIconYahooImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/zeroconf/ProtocolIconZeroconfImpl.java6
-rw-r--r--src/net/java/sip/communicator/impl/protocol/zeroconf/ZeroconfStatusEnum.java8
19 files changed, 250 insertions, 273 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/utils/Constants.java b/src/net/java/sip/communicator/impl/gui/utils/Constants.java
index 0a2e207..6dbbc00 100755
--- a/src/net/java/sip/communicator/impl/gui/utils/Constants.java
+++ b/src/net/java/sip/communicator/impl/gui/utils/Constants.java
@@ -344,7 +344,7 @@ public class Constants
* The default path, where chat window styles could be found.
*/
public static final String DEFAULT_STYLE_PATH
- = "net/java/sip/communicator/impl/gui/resources/styles";
+ = "resources/styles";
/*
* ======================================================================
diff --git a/src/net/java/sip/communicator/impl/gui/utils/images.properties b/src/net/java/sip/communicator/impl/gui/utils/images.properties
index f79abf7..4453cd2 100644
--- a/src/net/java/sip/communicator/impl/gui/utils/images.properties
+++ b/src/net/java/sip/communicator/impl/gui/utils/images.properties
@@ -1,214 +1,191 @@
SIP_COMMUNICATOR_LOGO=resources/images/logo/sc_logo16x16.png
-EMPTY_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/emptyIcon16x16.png
-
-ACCOUNT_ICON=net/java/sip/communicator/impl/gui/resources/buttons/addAccount.png
-QUICK_MENU_ADD_ICON=net/java/sip/communicator/impl/gui/resources/buttons/addContactIcon.png
-QUICK_MENU_CONFIGURE_ICON=net/java/sip/communicator/impl/gui/resources/buttons/configureIcon.png
-QUICK_MENU_INFO_ICON=net/java/sip/communicator/impl/gui/resources/buttons/infoIcon.png
-QUICK_MENU_BUTTON_BG=net/java/sip/communicator/impl/gui/resources/buttons/quickMenuButtonBg.png
-QUICK_MENU_BUTTON_ROLLOVER_BG=net/java/sip/communicator/impl/gui/resources/buttons/quickMenuButtonRolloverBg.png
-QUICK_MENU_SHOW_OFFLINE_ICON=net/java/sip/communicator/impl/gui/resources/buttons/showOffline.png
-QUICK_MENU_SOUND_ON_ICON=net/java/sip/communicator/impl/gui/resources/buttons/soundOn.png
-QUICK_MENU_SOUND_OFF_ICON=net/java/sip/communicator/impl/gui/resources/buttons/soundOff.png
-
-SEARCH_ICON=net/java/sip/communicator/impl/gui/resources/buttons/searchIcon.png
-SEARCH_ICON_16x16=net/java/sip/communicator/impl/gui/resources/common/searchIcon16x16.png
-CALL_BUTTON_BG=net/java/sip/communicator/impl/gui/resources/buttons/callButton.png
-CALL_BUTTON_PRESSED_BG=net/java/sip/communicator/impl/gui/resources/buttons/callButtonPressed.png
-HANGUP_BUTTON_BG=net/java/sip/communicator/impl/gui/resources/buttons/hangupButton.png
-CALL_ROLLOVER_BUTTON_BG=net/java/sip/communicator/impl/gui/resources/buttons/callButtonRollover.png
-HANGUP_ROLLOVER_BUTTON_BG=net/java/sip/communicator/impl/gui/resources/buttons/hangupButtonRollover.png
-HANGUP_BUTTON_PRESSED_BG=net/java/sip/communicator/impl/gui/resources/buttons/hangupButtonPressed.png
-STATUS_SELECTOR_BOX=net/java/sip/communicator/impl/gui/resources/buttons/combobox.png
-BUTTON_BG=net/java/sip/communicator/impl/gui/resources/buttons/dialButtonBg.png
-BUTTON_ROLLOVER_BG=net/java/sip/communicator/impl/gui/resources/buttons/dialButtonRolloverBg.png
-ONE_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/one.png
-TWO_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/two.png
-THREE_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/three.png
-FOUR_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/four.png
-FIVE_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/five.png
-SIX_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/six.png
-SEVEN_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/seven.png
-EIGHT_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/eight.png
-NINE_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/nine.png
-STAR_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/star.png
-ZERO_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/zero.png
-DIEZ_DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/diez.png
-DEFAULT_USER_PHOTO=net/java/sip/communicator/impl/gui/resources/common/personPhoto.png
-DEFAULT_CHAT_USER_PHOTO=net/java/sip/communicator/impl/gui/resources/common/personPhotoChat.png
-CALL_PANEL_MINIMIZE_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/callPanelMinimizeButton.png
-CALL_PANEL_RESTORE_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/callPanelRestoreButton.png
-CALL_PANEL_MINIMIZE_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/callPanelMinimizeButtonRollover.png
-CALL_PANEL_RESTORE_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/callPanelRestoreButtonRollover.png
-ADD_TO_CHAT_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/addToChat.png
-ADD_TO_CHAT_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/addToChatRollover.png
-ADD_TO_CHAT_ICON=net/java/sip/communicator/impl/gui/resources/buttons/addToChatIcon.png
-TOOLBAR_DIVIDER=net/java/sip/communicator/impl/gui/resources/buttons/toolbarDivider.png
-RIGHT_ARROW_ICON=net/java/sip/communicator/impl/gui/resources/common/rightArrow.png
-RIGHT_ARROW_ROLLOVER_ICON=net/java/sip/communicator/impl/gui/resources/common/rightArrowRollover.png
-BOTTOM_ARROW_ICON=net/java/sip/communicator/impl/gui/resources/common/bottomArrow.png
-BOTTOM_ARROW_ROLLOVER_ICON=net/java/sip/communicator/impl/gui/resources/common/bottomArrowRollover.png
-ALIGN_LEFT_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/alignLeft.png
-ALIGN_RIGHT_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/alignRight.png
-ALIGN_CENTER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/alignCenter.png
-ALIGN_LEFT_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/alignLeftRollover.png
-ALIGN_RIGHT_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/alignRightRollover.png
-ALIGN_CENTER_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/alignCenterRollover.png
-TEXT_BOLD_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/textBold.png
-TEXT_ITALIC_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/textItalic.png
-TEXT_UNDERLINED_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/textUnderlined.png
-TEXT_BOLD_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/textBoldRollover.png
-TEXT_ITALIC_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/textItalicRollover.png
-TEXT_UNDERLINED_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/textUnderlinedRollover.png
-DIAL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/dialButton.png
-INVITE_DIALOG_ICON=net/java/sip/communicator/impl/gui/resources/common/inviteDialogIcon.png
-
-MSG_TOOLBAR_BUTTON_BG=net/java/sip/communicator/impl/gui/resources/buttons/msgToolbarBg.png
-MSG_TOOLBAR_ROLLOVER_BUTTON_BG=net/java/sip/communicator/impl/gui/resources/buttons/msgToolBarRolloverBg.png
-COPY_ICON=net/java/sip/communicator/impl/gui/resources/buttons/copy.png
-CUT_ICON=net/java/sip/communicator/impl/gui/resources/buttons/cut.png
-PASTE_ICON=net/java/sip/communicator/impl/gui/resources/buttons/paste.png
-SMILIES_ICON=net/java/sip/communicator/impl/gui/resources/buttons/smiley.png
-SAVE_ICON=net/java/sip/communicator/impl/gui/resources/buttons/save.png
-PRINT_ICON=net/java/sip/communicator/impl/gui/resources/buttons/print.png
-CLOSE_ICON=net/java/sip/communicator/impl/gui/resources/buttons/close.png
-QUIT_ICON=net/java/sip/communicator/impl/gui/resources/buttons/quit.png
-PREVIOUS_ICON=net/java/sip/communicator/impl/gui/resources/buttons/previous.png
-NEXT_ICON=net/java/sip/communicator/impl/gui/resources/buttons/next.png
-HISTORY_ICON=net/java/sip/communicator/impl/gui/resources/buttons/history.png
-SEND_FILE_ICON=net/java/sip/communicator/impl/gui/resources/buttons/sendFile.png
-FONT_ICON=net/java/sip/communicator/impl/gui/resources/buttons/fontIcon.png
-
-CHAT_CONTACT_INFO_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/chatInfoButton.png
-CHAT_CONTACT_INFO_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/chatInfoButtonRollover.png
-CHAT_CONTACT_CALL_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/chatCallButton.png
-CHAT_CONTACT_CALL_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/chatCallButtonRollover.png
-CHAT_CONTACT_SEND_FILE_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/chatSendFile.png
-CHAT_SEND_FILE_ROLLOVER_BUTTON=net/java/sip/communicator/impl/gui/resources/buttons/chatSendFileRollover.png
-
-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
-CALL_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/call16x16.png
-DELETE_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/delete16x16.png
-HISTORY_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/history16x16.png
-SEND_FILE_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/sendFile16x16.png
-GROUPS_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/groups16x16.png
-INFO_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/userInfo16x16.png
-ADD_CONTACT_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/addContact16x16.png
-RENAME_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/rename16x16.png
-REMOVE_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/remove16x16.png
-ADD_GROUP_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/addGroup16x16.png
-MORE_INFO_ICON=net/java/sip/communicator/impl/gui/resources/common/moreInfo.png
-TOOLBAR_DRAG_ICON=net/java/sip/communicator/impl/gui/resources/common/toolbarDragIcon.png
-ADD_GROUP_ICON=net/java/sip/communicator/impl/gui/resources/common/addGroup.png
-MOVE_CONTACT=net/java/sip/communicator/impl/gui/resources/common/moveContact.png
-
-ICQ_32x32=net/java/sip/communicator/impl/gui/resources/protocols/icq/Icq.png
-ICQ_CONNECTING=net/java/sip/communicator/impl/gui/resources/protocols/icq/cr16-action-icq_connecting-1.gif
-ICQ_LOGO=net/java/sip/communicator/impl/gui/resources/protocols/icq/Icq16.png
-MSN_32x32=net/java/sip/communicator/impl/gui/resources/protocols/msn/Msn.png
-MSN_LOGO=net/java/sip/communicator/impl/gui/resources/protocols/msn/Msn16.png
-MSN_CONNECTING=net/java/sip/communicator/impl/gui/resources/protocols/msn/msn16x16-connecting.gif
-AIM_32x32=net/java/sip/communicator/impl/gui/resources/protocols/aim/Aim.png
-AIM_LOGO=net/java/sip/communicator/impl/gui/resources/protocols/aim/Aim16.png
-YAHOO_32x32=net/java/sip/communicator/impl/gui/resources/protocols/yahoo/Yahoo.png
-YAHOO_LOGO=net/java/sip/communicator/impl/gui/resources/protocols/yahoo/Yahoo16.png
-YAHOO_CONNECTING=net/java/sip/communicator/impl/gui/resources/protocols/yahoo/yahoo16x16-connecting.gif
-JABBER_32x32=net/java/sip/communicator/impl/gui/resources/protocols/jabber/Jabber2.png
-JABBER_CONNECTING=net/java/sip/communicator/impl/gui/resources/protocols/jabber/jabber16x16-connecting.gif
-JABBER_LOGO=net/java/sip/communicator/impl/gui/resources/protocols/jabber/Jabber16.png
-SKYPE_32x32=net/java/sip/communicator/impl/gui/resources/protocols/skype/Skype.png
-SKYPE_LOGO=net/java/sip/communicator/impl/gui/resources/protocols/skype/Skype16.png
-SIP_LOGO=net/java/sip/communicator/impl/gui/resources/protocols/sip/sip16x16.png
-SIP_32x32=net/java/sip/communicator/impl/gui/resources/protocols/sip/sip.png
-SIP_CONNECTING=net/java/sip/communicator/impl/gui/resources/protocols/sip/sip-connecting.gif
-GIBBERISH_32x32=net/java/sip/communicator/impl/gui/resources/protocols/gibberish/gibberish64.png
-GIBBERISH_CONNECTING=net/java/sip/communicator/impl/gui/resources/protocols/gibberish/cr16-action-icq_connecting-1.gif
-GIBBERISH_LOGO=net/java/sip/communicator/impl/gui/resources/protocols/gibberish/gibberish16.png
-
-SMILEY1=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley1.gif
-SMILEY2=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley2.gif
-SMILEY3=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley3.gif
-SMILEY4=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley4.gif
-SMILEY5=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley5.gif
-SMILEY6=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley6.gif
-SMILEY7=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley7.gif
-SMILEY8=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley8.gif
-SMILEY9=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley9.gif
-SMILEY10=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley10.gif
-SMILEY11=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley11.gif
-SMILEY12=net/java/sip/communicator/impl/gui/resources/common/smilies/default/smiley12.gif
-
-LOGIN_WINDOW_LOGO=net/java/sip/communicator/impl/gui/resources/common/loginWindowLogo.png
-AUTH_WINDOW_BACKGROUND=net/java/sip/communicator/impl/gui/resources/common/passWindowBackground.png
-
-USER_ONLINE_ICON=net/java/sip/communicator/impl/gui/resources/common/statusicons/online.png
-USER_OFFLINE_ICON=net/java/sip/communicator/impl/gui/resources/common/statusicons/offline.png
-USER_AWAY_ICON=net/java/sip/communicator/impl/gui/resources/common/statusicons/away.png
-USER_NA_ICON=net/java/sip/communicator/impl/gui/resources/common/statusicons/na.png
-USER_DND_ICON=net/java/sip/communicator/impl/gui/resources/common/statusicons/dnd.png
-USER_FFC_ICON=net/java/sip/communicator/impl/gui/resources/common/statusicons/freeForChat.png
-USER_OCCUPIED_ICON=net/java/sip/communicator/impl/gui/resources/common/statusicons/occupied.png
-
-CLOSE_TAB_ICON=net/java/sip/communicator/impl/gui/resources/buttons/closeTab.png
-CLOSE_TAB_SELECTED_ICON=net/java/sip/communicator/impl/gui/resources/buttons/closeTabSelected.png
-
-SELECTED_TAB_LEFT_BG=net/java/sip/communicator/impl/gui/resources/lookandfeel/selectedTabLeft.png
-SELECTED_TAB_MIDDLE_BG=net/java/sip/communicator/impl/gui/resources/lookandfeel/selectedTabMiddle.png
-SELECTED_TAB_RIGHT_BG=net/java/sip/communicator/impl/gui/resources/lookandfeel/selectedTabRight.png
-TAB_LEFT_BG=net/java/sip/communicator/impl/gui/resources/lookandfeel/tabLeft.png
-TAB_MIDDLE_BG=net/java/sip/communicator/impl/gui/resources/lookandfeel/tabMiddle.png
-TAB_RIGHT_BG=net/java/sip/communicator/impl/gui/resources/lookandfeel/tabRight.png
-DELETE_TEXT_ICON=net/java/sip/communicator/impl/gui/resources/lookandfeel/delete.png
-DELETE_TEXT_ROLLOVER_ICON=net/java/sip/communicator/impl/gui/resources/lookandfeel/deleteRollover.png
-
-SELECTED_CLOSABLE_TAB_BG=net/java/sip/communicator/impl/gui/resources/lookandfeel/closableTabSelected.png
-CLOSABLE_TAB_BG=net/java/sip/communicator/impl/gui/resources/lookandfeel/closableTab.png
-
-BUTTON=net/java/sip/communicator/impl/gui/resources/lookandfeel/button1.png
-BUTTON_ROLLOVER=net/java/sip/communicator/impl/gui/resources/lookandfeel/button2.png
-TOGGLE_BUTTON_PRESSED=net/java/sip/communicator/impl/gui/resources/lookandfeel/button3.png
-TOGGLE_BUTTON=net/java/sip/communicator/impl/gui/resources/lookandfeel/button4.png
-
-SPLITPANE_HORIZONTAL=net/java/sip/communicator/impl/gui/resources/lookandfeel/splitpaneHorizontal.png
-SPLITPANE_VERTICAL=net/java/sip/communicator/impl/gui/resources/lookandfeel/splitpaneVertical.png
-
-SCROLLBAR_HORIZONTAL=net/java/sip/communicator/impl/gui/resources/lookandfeel/scrollbar_horiz2.png
-SCROLLBAR_VERTICAL=net/java/sip/communicator/impl/gui/resources/lookandfeel/scrollbar_vert1.png
-SCROLLBAR_THUMB_HORIZONTAL=net/java/sip/communicator/impl/gui/resources/lookandfeel/horizThumbHandle.png
-SCROLLBAR_THUMB_VERTICAL=net/java/sip/communicator/impl/gui/resources/lookandfeel/vertThumbHandle.png
-
-ADD_CONTACT_WIZARD_ICON=net/java/sip/communicator/impl/gui/resources/common/addContactWizardIcon.png
-RENAME_DIALOG_ICON=net/java/sip/communicator/impl/gui/resources/common/renameDialogIcon.png
-
-BROWSER_ICON=net/java/sip/communicator/impl/gui/resources/common/browser16x16.png
-
-AUTHORIZATION_ICON=net/java/sip/communicator/impl/gui/resources/common/padlock.gif
-
-INCOMING_CALL=net/java/sip/communicator/impl/gui/resources/common/incomingCall.png
-OUTGOING_CALL=net/java/sip/communicator/impl/gui/resources/common/outgoingCall.png
-
-EXCLAMATION_MARK=net/java/sip/communicator/impl/gui/resources/common/exclamationMark.png
-
-ABOUT_WINDOW_BACKGROUND=net/java/sip/communicator/impl/gui/resources/common/aboutWindowBackground.png
-
-OPENED_GROUP=net/java/sip/communicator/impl/gui/resources/common/openedGroup.png
-CLOSED_GROUP=net/java/sip/communicator/impl/gui/resources/common/closedGroup.png
-
-CHAT_ROOM_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/chatRoom16x16.png
-CHAT_SERVER_16x16_ICON=net/java/sip/communicator/impl/gui/resources/common/multiUserChatServer16x16.png
-
-MESSAGE_RECEIVED_ICON=net/java/sip/communicator/impl/gui/resources/common/envelope.png
-
-REASON_DIALOG_ICON=net/java/sip/communicator/impl/gui/resources/common/reasonDialogIcon.png
-
-JOIN_ICON=net/java/sip/communicator/impl/gui/resources/common/join.png
-JOIN_AS_ICON=net/java/sip/communicator/impl/gui/resources/common/join.png
-LEAVE_ICON=net/java/sip/communicator/impl/gui/resources/common/leave.png
-
-WINDOW_LOGO=net/java/sip/communicator/impl/gui/resources/common/windowLogo.png
-
-STATUS_SEPARATOR_ICON=net/java/sip/communicator/impl/gui/resources/common/statusSeparator1.png \ No newline at end of file
+EMPTY_16x16_ICON=resources/images/impl/gui/common/emptyIcon16x16.png
+
+ACCOUNT_ICON=resources/images/impl/gui/buttons/addAccount.png
+QUICK_MENU_ADD_ICON=resources/images/impl/gui/buttons/addContactIcon.png
+QUICK_MENU_CONFIGURE_ICON=resources/images/impl/gui/buttons/configureIcon.png
+QUICK_MENU_INFO_ICON=resources/images/impl/gui/buttons/infoIcon.png
+QUICK_MENU_BUTTON_BG=resources/images/impl/gui/buttons/quickMenuButtonBg.png
+QUICK_MENU_BUTTON_ROLLOVER_BG=resources/images/impl/gui/buttons/quickMenuButtonRolloverBg.png
+QUICK_MENU_SHOW_OFFLINE_ICON=resources/images/impl/gui/buttons/showOffline.png
+QUICK_MENU_SOUND_ON_ICON=resources/images/impl/gui/buttons/soundOn.png
+QUICK_MENU_SOUND_OFF_ICON=resources/images/impl/gui/buttons/soundOff.png
+
+SEARCH_ICON=resources/images/impl/gui/buttons/searchIcon.png
+SEARCH_ICON_16x16=resources/images/impl/gui/common/searchIcon16x16.png
+CALL_BUTTON_BG=resources/images/impl/gui/buttons/callButton.png
+CALL_BUTTON_PRESSED_BG=resources/images/impl/gui/buttons/callButtonPressed.png
+HANGUP_BUTTON_BG=resources/images/impl/gui/buttons/hangupButton.png
+CALL_ROLLOVER_BUTTON_BG=resources/images/impl/gui/buttons/callButtonRollover.png
+HANGUP_ROLLOVER_BUTTON_BG=resources/images/impl/gui/buttons/hangupButtonRollover.png
+HANGUP_BUTTON_PRESSED_BG=resources/images/impl/gui/buttons/hangupButtonPressed.png
+STATUS_SELECTOR_BOX=resources/images/impl/gui/buttons/combobox.png
+BUTTON_BG=resources/images/impl/gui/buttons/dialButtonBg.png
+BUTTON_ROLLOVER_BG=resources/images/impl/gui/buttons/dialButtonRolloverBg.png
+ONE_DIAL_BUTTON=resources/images/impl/gui/buttons/one.png
+TWO_DIAL_BUTTON=resources/images/impl/gui/buttons/two.png
+THREE_DIAL_BUTTON=resources/images/impl/gui/buttons/three.png
+FOUR_DIAL_BUTTON=resources/images/impl/gui/buttons/four.png
+FIVE_DIAL_BUTTON=resources/images/impl/gui/buttons/five.png
+SIX_DIAL_BUTTON=resources/images/impl/gui/buttons/six.png
+SEVEN_DIAL_BUTTON=resources/images/impl/gui/buttons/seven.png
+EIGHT_DIAL_BUTTON=resources/images/impl/gui/buttons/eight.png
+NINE_DIAL_BUTTON=resources/images/impl/gui/buttons/nine.png
+STAR_DIAL_BUTTON=resources/images/impl/gui/buttons/star.png
+ZERO_DIAL_BUTTON=resources/images/impl/gui/buttons/zero.png
+DIEZ_DIAL_BUTTON=resources/images/impl/gui/buttons/diez.png
+DEFAULT_USER_PHOTO=resources/images/impl/gui/common/personPhoto.png
+DEFAULT_CHAT_USER_PHOTO=resources/images/impl/gui/common/personPhotoChat.png
+CALL_PANEL_MINIMIZE_BUTTON=resources/images/impl/gui/buttons/callPanelMinimizeButton.png
+CALL_PANEL_RESTORE_BUTTON=resources/images/impl/gui/buttons/callPanelRestoreButton.png
+CALL_PANEL_MINIMIZE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/callPanelMinimizeButtonRollover.png
+CALL_PANEL_RESTORE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/callPanelRestoreButtonRollover.png
+ADD_TO_CHAT_BUTTON=resources/images/impl/gui/buttons/addToChat.png
+ADD_TO_CHAT_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/addToChatRollover.png
+ADD_TO_CHAT_ICON=resources/images/impl/gui/buttons/addToChatIcon.png
+TOOLBAR_DIVIDER=resources/images/impl/gui/buttons/toolbarDivider.png
+RIGHT_ARROW_ICON=resources/images/impl/gui/common/rightArrow.png
+RIGHT_ARROW_ROLLOVER_ICON=resources/images/impl/gui/common/rightArrowRollover.png
+BOTTOM_ARROW_ICON=resources/images/impl/gui/common/bottomArrow.png
+BOTTOM_ARROW_ROLLOVER_ICON=resources/images/impl/gui/common/bottomArrowRollover.png
+ALIGN_LEFT_BUTTON=resources/images/impl/gui/buttons/alignLeft.png
+ALIGN_RIGHT_BUTTON=resources/images/impl/gui/buttons/alignRight.png
+ALIGN_CENTER_BUTTON=resources/images/impl/gui/buttons/alignCenter.png
+ALIGN_LEFT_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/alignLeftRollover.png
+ALIGN_RIGHT_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/alignRightRollover.png
+ALIGN_CENTER_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/alignCenterRollover.png
+TEXT_BOLD_BUTTON=resources/images/impl/gui/buttons/textBold.png
+TEXT_ITALIC_BUTTON=resources/images/impl/gui/buttons/textItalic.png
+TEXT_UNDERLINED_BUTTON=resources/images/impl/gui/buttons/textUnderlined.png
+TEXT_BOLD_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/textBoldRollover.png
+TEXT_ITALIC_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/textItalicRollover.png
+TEXT_UNDERLINED_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/textUnderlinedRollover.png
+DIAL_BUTTON=resources/images/impl/gui/buttons/dialButton.png
+INVITE_DIALOG_ICON=resources/images/impl/gui/common/inviteDialogIcon.png
+
+MSG_TOOLBAR_BUTTON_BG=resources/images/impl/gui/buttons/msgToolbarBg.png
+MSG_TOOLBAR_ROLLOVER_BUTTON_BG=resources/images/impl/gui/buttons/msgToolBarRolloverBg.png
+COPY_ICON=resources/images/impl/gui/buttons/copy.png
+CUT_ICON=resources/images/impl/gui/buttons/cut.png
+PASTE_ICON=resources/images/impl/gui/buttons/paste.png
+SMILIES_ICON=resources/images/impl/gui/buttons/smiley.png
+SAVE_ICON=resources/images/impl/gui/buttons/save.png
+PRINT_ICON=resources/images/impl/gui/buttons/print.png
+CLOSE_ICON=resources/images/impl/gui/buttons/close.png
+QUIT_ICON=resources/images/impl/gui/buttons/quit.png
+PREVIOUS_ICON=resources/images/impl/gui/buttons/previous.png
+NEXT_ICON=resources/images/impl/gui/buttons/next.png
+HISTORY_ICON=resources/images/impl/gui/buttons/history.png
+SEND_FILE_ICON=resources/images/impl/gui/buttons/sendFile.png
+FONT_ICON=resources/images/impl/gui/buttons/fontIcon.png
+
+CHAT_CONTACT_INFO_BUTTON=resources/images/impl/gui/buttons/chatInfoButton.png
+CHAT_CONTACT_INFO_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/chatInfoButtonRollover.png
+CHAT_CONTACT_CALL_BUTTON=resources/images/impl/gui/buttons/chatCallButton.png
+CHAT_CONTACT_CALL_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/chatCallButtonRollover.png
+CHAT_CONTACT_SEND_FILE_BUTTON=resources/images/impl/gui/buttons/chatSendFile.png
+CHAT_SEND_FILE_ROLLOVER_BUTTON=resources/images/impl/gui/buttons/chatSendFileRollover.png
+
+WARNING_ICON=resources/images/impl/gui/common/warning.png
+ERROR_ICON=resources/images/impl/gui/common/error.png
+INFO_ICON=resources/images/impl/gui/common/info.png
+
+SEND_MESSAGE_16x16_ICON=resources/images/impl/gui/common/sendMessage16x16.png
+CALL_16x16_ICON=resources/images/impl/gui/common/call16x16.png
+DELETE_16x16_ICON=resources/images/impl/gui/common/delete16x16.png
+HISTORY_16x16_ICON=resources/images/impl/gui/common/history16x16.png
+SEND_FILE_16x16_ICON=resources/images/impl/gui/common/sendFile16x16.png
+GROUPS_16x16_ICON=resources/images/impl/gui/common/groups16x16.png
+INFO_16x16_ICON=resources/images/impl/gui/common/userInfo16x16.png
+ADD_CONTACT_16x16_ICON=resources/images/impl/gui/common/addContact16x16.png
+RENAME_16x16_ICON=resources/images/impl/gui/common/rename16x16.png
+REMOVE_16x16_ICON=resources/images/impl/gui/common/remove16x16.png
+ADD_GROUP_16x16_ICON=resources/images/impl/gui/common/addGroup16x16.png
+MORE_INFO_ICON=resources/images/impl/gui/common/moreInfo.png
+TOOLBAR_DRAG_ICON=resources/images/impl/gui/common/toolbarDragIcon.png
+ADD_GROUP_ICON=resources/images/impl/gui/common/addGroup.png
+MOVE_CONTACT=resources/images/impl/gui/common/moveContact.png
+
+SMILEY1=resources/images/impl/gui/common/smilies/default/smiley1.gif
+SMILEY2=resources/images/impl/gui/common/smilies/default/smiley2.gif
+SMILEY3=resources/images/impl/gui/common/smilies/default/smiley3.gif
+SMILEY4=resources/images/impl/gui/common/smilies/default/smiley4.gif
+SMILEY5=resources/images/impl/gui/common/smilies/default/smiley5.gif
+SMILEY6=resources/images/impl/gui/common/smilies/default/smiley6.gif
+SMILEY7=resources/images/impl/gui/common/smilies/default/smiley7.gif
+SMILEY8=resources/images/impl/gui/common/smilies/default/smiley8.gif
+SMILEY9=resources/images/impl/gui/common/smilies/default/smiley9.gif
+SMILEY10=resources/images/impl/gui/common/smilies/default/smiley10.gif
+SMILEY11=resources/images/impl/gui/common/smilies/default/smiley11.gif
+SMILEY12=resources/images/impl/gui/common/smilies/default/smiley12.gif
+
+LOGIN_WINDOW_LOGO=resources/images/impl/gui/common/loginWindowLogo.png
+AUTH_WINDOW_BACKGROUND=resources/images/impl/gui/common/passWindowBackground.png
+
+USER_ONLINE_ICON=resources/images/impl/gui/common/statusicons/online.png
+USER_OFFLINE_ICON=resources/images/impl/gui/common/statusicons/offline.png
+USER_AWAY_ICON=resources/images/impl/gui/common/statusicons/away.png
+USER_NA_ICON=resources/images/impl/gui/common/statusicons/na.png
+USER_DND_ICON=resources/images/impl/gui/common/statusicons/dnd.png
+USER_FFC_ICON=resources/images/impl/gui/common/statusicons/freeForChat.png
+USER_OCCUPIED_ICON=resources/images/impl/gui/common/statusicons/occupied.png
+
+CLOSE_TAB_ICON=resources/images/impl/gui/buttons/closeTab.png
+CLOSE_TAB_SELECTED_ICON=resources/images/impl/gui/buttons/closeTabSelected.png
+
+SELECTED_TAB_LEFT_BG=resources/images/impl/gui/lookandfeel/selectedTabLeft.png
+SELECTED_TAB_MIDDLE_BG=resources/images/impl/gui/lookandfeel/selectedTabMiddle.png
+SELECTED_TAB_RIGHT_BG=resources/images/impl/gui/lookandfeel/selectedTabRight.png
+TAB_LEFT_BG=resources/images/impl/gui/lookandfeel/tabLeft.png
+TAB_MIDDLE_BG=resources/images/impl/gui/lookandfeel/tabMiddle.png
+TAB_RIGHT_BG=resources/images/impl/gui/lookandfeel/tabRight.png
+DELETE_TEXT_ICON=resources/images/impl/gui/lookandfeel/delete.png
+DELETE_TEXT_ROLLOVER_ICON=resources/images/impl/gui/lookandfeel/deleteRollover.png
+
+SELECTED_CLOSABLE_TAB_BG=resources/images/impl/gui/lookandfeel/closableTabSelected.png
+CLOSABLE_TAB_BG=resources/images/impl/gui/lookandfeel/closableTab.png
+
+BUTTON=resources/images/impl/gui/lookandfeel/button1.png
+BUTTON_ROLLOVER=resources/images/impl/gui/lookandfeel/button2.png
+TOGGLE_BUTTON_PRESSED=resources/images/impl/gui/lookandfeel/button3.png
+TOGGLE_BUTTON=resources/images/impl/gui/lookandfeel/button4.png
+
+SPLITPANE_HORIZONTAL=resources/images/impl/gui/lookandfeel/splitpaneHorizontal.png
+SPLITPANE_VERTICAL=resources/images/impl/gui/lookandfeel/splitpaneVertical.png
+
+SCROLLBAR_HORIZONTAL=resources/images/impl/gui/lookandfeel/scrollbar_horiz2.png
+SCROLLBAR_VERTICAL=resources/images/impl/gui/lookandfeel/scrollbar_vert1.png
+SCROLLBAR_THUMB_HORIZONTAL=resources/images/impl/gui/lookandfeel/horizThumbHandle.png
+SCROLLBAR_THUMB_VERTICAL=resources/images/impl/gui/lookandfeel/vertThumbHandle.png
+
+ADD_CONTACT_WIZARD_ICON=resources/images/impl/gui/common/addContactWizardIcon.png
+RENAME_DIALOG_ICON=resources/images/impl/gui/common/renameDialogIcon.png
+
+BROWSER_ICON=resources/images/impl/gui/common/browser16x16.png
+
+AUTHORIZATION_ICON=resources/images/impl/gui/common/padlock.gif
+
+INCOMING_CALL=resources/images/impl/gui/common/incomingCall.png
+OUTGOING_CALL=resources/images/impl/gui/common/outgoingCall.png
+
+EXCLAMATION_MARK=resources/images/impl/gui/common/exclamationMark.png
+
+ABOUT_WINDOW_BACKGROUND=resources/images/impl/gui/common/aboutWindowBackground.png
+
+OPENED_GROUP=resources/images/impl/gui/common/openedGroup.png
+CLOSED_GROUP=resources/images/impl/gui/common/closedGroup.png
+
+CHAT_ROOM_16x16_ICON=resources/images/impl/gui/common/chatRoom16x16.png
+CHAT_SERVER_16x16_ICON=resources/images/impl/gui/common/multiUserChatServer16x16.png
+
+MESSAGE_RECEIVED_ICON=resources/images/impl/gui/common/envelope.png
+
+REASON_DIALOG_ICON=resources/images/impl/gui/common/reasonDialogIcon.png
+
+JOIN_ICON=resources/images/impl/gui/common/join.png
+JOIN_AS_ICON=resources/images/impl/gui/common/join.png
+LEAVE_ICON=resources/images/impl/gui/common/leave.png
+
+WINDOW_LOGO=resources/images/impl/gui/common/windowLogo.png
+
+STATUS_SEPARATOR_ICON=resources/images/impl/gui/common/statusSeparator1.png \ No newline at end of file
diff --git a/src/net/java/sip/communicator/impl/protocol/gibberish/GibberishStatusEnum.java b/src/net/java/sip/communicator/impl/protocol/gibberish/GibberishStatusEnum.java
index b75b93e..153a043 100644
--- a/src/net/java/sip/communicator/impl/protocol/gibberish/GibberishStatusEnum.java
+++ b/src/net/java/sip/communicator/impl/protocol/gibberish/GibberishStatusEnum.java
@@ -31,7 +31,7 @@ public class GibberishStatusEnum
= new GibberishStatusEnum(
0
, "Offline"
- , loadIcon("resources/images/gibberish/gibberish-offline.png"));
+ , loadIcon("resources/images/protocol/gibberish/gibberish-offline.png"));
/**
* An Occupied status. Indicates that the user has connectivity and
@@ -41,7 +41,7 @@ public class GibberishStatusEnum
= new GibberishStatusEnum(
20
, "Occupied"
- , loadIcon("resources/images/gibberish/gibberish-occupied.png"));
+ , loadIcon("resources/images/protocol/gibberish/gibberish-occupied.png"));
/**
* The DND status. Indicates that the user has connectivity but prefers
@@ -51,7 +51,7 @@ public class GibberishStatusEnum
= new GibberishStatusEnum(
30
, "Do Not Disturb",
- loadIcon("resources/images/gibberish/gibberish-dnd.png"));
+ loadIcon("resources/images/protocol/gibberish/gibberish-dnd.png"));
/**
* The Not Available status. Indicates that the user has connectivity
@@ -63,7 +63,7 @@ public class GibberishStatusEnum
= new GibberishStatusEnum(
35
, "Not Available"
- , loadIcon("resources/images/gibberish/gibberish-na.png"));
+ , loadIcon("resources/images/protocol/gibberish/gibberish-na.png"));
/**
* The Away status. Indicates that the user has connectivity but might
@@ -73,7 +73,7 @@ public class GibberishStatusEnum
= new GibberishStatusEnum(
40
, "Away"
- , loadIcon("resources/images/gibberish/gibberish-away.png"));
+ , loadIcon("resources/images/protocol/gibberish/gibberish-away.png"));
/**
* The Invisible status. Indicates that the user has connectivity even
@@ -84,7 +84,7 @@ public class GibberishStatusEnum
= new GibberishStatusEnum(
45
, "Invisible"
- , loadIcon( "resources/images/gibberish/gibberish-invisible.png"));
+ , loadIcon( "resources/images/protocol/gibberish/gibberish-invisible.png"));
/**
* The Online status. Indicate that the user is able and willing to
@@ -94,7 +94,7 @@ public class GibberishStatusEnum
= new GibberishStatusEnum(
65
, "Online"
- , loadIcon("resources/images/gibberish/gibberish-online.png"));
+ , loadIcon("resources/images/protocol/gibberish/gibberish-online.png"));
/**
* The Free For Chat status. Indicates that the user is eager to
@@ -104,7 +104,7 @@ public class GibberishStatusEnum
= new GibberishStatusEnum(
85
, "Free For Chat"
- , loadIcon("resources/images/gibberish/gibberish-ffc.png"));
+ , loadIcon("resources/images/protocol/gibberish/gibberish-ffc.png"));
/**
* Initialize the list of supported status states.
diff --git a/src/net/java/sip/communicator/impl/protocol/gibberish/ProtocolIconGibberishImpl.java b/src/net/java/sip/communicator/impl/protocol/gibberish/ProtocolIconGibberishImpl.java
index a08f290..39e057d 100644
--- a/src/net/java/sip/communicator/impl/protocol/gibberish/ProtocolIconGibberishImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/gibberish/ProtocolIconGibberishImpl.java
@@ -37,10 +37,10 @@ public class ProtocolIconGibberishImpl
private static Hashtable iconsTable = new Hashtable();
static {
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/gibberish/gibberish-online.png"));
+ loadIcon("resources/images/protocol/gibberish/gibberish-online.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_64x64,
- loadIcon("resources/images/gibberish/gibberish64x64.png"));
+ loadIcon("resources/images/protocol/gibberish/gibberish64x64.png"));
}
/**
@@ -76,7 +76,7 @@ public class ProtocolIconGibberishImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/gibberish/gibberish-online.png");
+ return loadIcon("resources/images/protocol/gibberish/gibberish-online.png");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/icq/ProtocolIconAimImpl.java b/src/net/java/sip/communicator/impl/protocol/icq/ProtocolIconAimImpl.java
index d26ae67..0c56539 100644
--- a/src/net/java/sip/communicator/impl/protocol/icq/ProtocolIconAimImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/icq/ProtocolIconAimImpl.java
@@ -29,10 +29,10 @@ public class ProtocolIconAimImpl
private static Hashtable iconsTable = new Hashtable();
static {
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/aim/aim16x16-online.png"));
+ loadIcon("resources/images/protocol/aim/aim16x16-online.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_64x64,
- loadIcon("resources/images/aim/aim64x64.png"));
+ loadIcon("resources/images/protocol/aim/aim64x64.png"));
}
/**
@@ -68,7 +68,7 @@ public class ProtocolIconAimImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/aim/cr16-action-aim_connecting.gif");
+ return loadIcon("resources/images/protocol/aim/cr16-action-aim_connecting.gif");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/icq/ProtocolIconIcqImpl.java b/src/net/java/sip/communicator/impl/protocol/icq/ProtocolIconIcqImpl.java
index 9858ad3..d75a75a 100644
--- a/src/net/java/sip/communicator/impl/protocol/icq/ProtocolIconIcqImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/icq/ProtocolIconIcqImpl.java
@@ -29,10 +29,10 @@ public class ProtocolIconIcqImpl
private static Hashtable iconsTable = new Hashtable();
static {
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/icq/icq16x16-online.png"));
+ loadIcon("resources/images/protocol/icq/icq16x16-online.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_64x64,
- loadIcon("resources/images/icq/icq64x64.png"));
+ loadIcon("resources/images/protocol/icq/icq64x64.png"));
}
/**
@@ -68,7 +68,7 @@ public class ProtocolIconIcqImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/icq/cr16-action-icq_connecting-1.gif");
+ return loadIcon("resources/images/protocol/icq/cr16-action-icq_connecting-1.gif");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/irc/IrcStatusEnum.java b/src/net/java/sip/communicator/impl/protocol/irc/IrcStatusEnum.java
index d1fb474..5be6d58 100644
--- a/src/net/java/sip/communicator/impl/protocol/irc/IrcStatusEnum.java
+++ b/src/net/java/sip/communicator/impl/protocol/irc/IrcStatusEnum.java
@@ -32,7 +32,7 @@ public class IrcStatusEnum
= new IrcStatusEnum(
0
, "Offline"
- , loadIcon("resources/images/irc/cr16-action-irc_offline.png"));
+ , loadIcon("resources/images/protocol/irc/cr16-action-irc_offline.png"));
/**
* The Away status. Indicates that the user has connectivity but might
@@ -42,7 +42,7 @@ public class IrcStatusEnum
= new IrcStatusEnum(
40
, "Away"
- , loadIcon("resources/images/gibberish/gibberish-away.png"));
+ , loadIcon("resources/images/protocol/gibberish/gibberish-away.png"));
/**
* The Online status. Indicate that the user is able and willing to
@@ -52,7 +52,7 @@ public class IrcStatusEnum
= new IrcStatusEnum(
65
, "Online"
- , loadIcon("resources/images/irc/cr16-action-irc_online.png"));
+ , loadIcon("resources/images/protocol/irc/cr16-action-irc_online.png"));
/**
* Initialize the list of supported status states.
diff --git a/src/net/java/sip/communicator/impl/protocol/irc/ProtocolIconIrcImpl.java b/src/net/java/sip/communicator/impl/protocol/irc/ProtocolIconIrcImpl.java
index 78b9f8e..bd753df 100644
--- a/src/net/java/sip/communicator/impl/protocol/irc/ProtocolIconIrcImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/irc/ProtocolIconIrcImpl.java
@@ -30,10 +30,10 @@ public class ProtocolIconIrcImpl
private static Hashtable iconsTable = new Hashtable();
static {
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/irc/cr16-action-irc_online.png"));
+ loadIcon("resources/images/protocol/irc/cr16-action-irc_online.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_64x64,
- loadIcon("resources/images/irc/cr32-app-irc_protocol.png"));
+ loadIcon("resources/images/protocol/irc/cr32-app-irc_protocol.png"));
}
/**
@@ -69,7 +69,7 @@ public class ProtocolIconIrcImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/irc/cr16-action-irc_connecting-1.gif");
+ return loadIcon("resources/images/protocol/irc/cr16-action-irc_connecting-1.gif");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/ProtocolIconJabberImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/ProtocolIconJabberImpl.java
index a85908e..5882b99 100644
--- a/src/net/java/sip/communicator/impl/protocol/jabber/ProtocolIconJabberImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/ProtocolIconJabberImpl.java
@@ -29,10 +29,10 @@ public class ProtocolIconJabberImpl
private static Hashtable iconsTable = new Hashtable();
static {
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/jabber/jabber16x16-online.png"));
+ loadIcon("resources/images/protocol/jabber/jabber16x16-online.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_48x48,
- loadIcon("resources/images/jabber/jabber48x48.png"));
+ loadIcon("resources/images/protocol/jabber/jabber48x48.png"));
}
/**
@@ -68,7 +68,7 @@ public class ProtocolIconJabberImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/jabber/jabber16x16-connecting.gif");
+ return loadIcon("resources/images/protocol/jabber/jabber16x16-connecting.gif");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/msn/ProtocolIconMsnImpl.java b/src/net/java/sip/communicator/impl/protocol/msn/ProtocolIconMsnImpl.java
index 8efbd6b..fbeabc1 100644
--- a/src/net/java/sip/communicator/impl/protocol/msn/ProtocolIconMsnImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/msn/ProtocolIconMsnImpl.java
@@ -29,10 +29,10 @@ public class ProtocolIconMsnImpl
private static Hashtable iconsTable = new Hashtable();
static {
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/msn/msn16x16.png"));
+ loadIcon("resources/images/protocol/msn/msn16x16.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_64x64,
- loadIcon("resources/images/msn/msn64x64.png"));
+ loadIcon("resources/images/protocol/msn/msn64x64.png"));
}
/**
@@ -68,7 +68,7 @@ public class ProtocolIconMsnImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/msn/msn16x16-connecting.gif");
+ return loadIcon("resources/images/protocol/msn/msn16x16-connecting.gif");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/rss/ProtocolIconRssImpl.java b/src/net/java/sip/communicator/impl/protocol/rss/ProtocolIconRssImpl.java
index b91b5df..2133dbd 100644
--- a/src/net/java/sip/communicator/impl/protocol/rss/ProtocolIconRssImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/rss/ProtocolIconRssImpl.java
@@ -38,10 +38,10 @@ public class ProtocolIconRssImpl
static
{
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/rss/rss-online.png"));
+ loadIcon("resources/images/protocol/rss/rss-online.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_64x64,
- loadIcon("resources/images/rss/rss64x64.png"));
+ loadIcon("resources/images/protocol/rss/rss64x64.png"));
}
/**
@@ -77,7 +77,7 @@ public class ProtocolIconRssImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/rss/rss-online.png");
+ return loadIcon("resources/images/protocol/rss/rss-online.png");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/rss/RssStatusEnum.java b/src/net/java/sip/communicator/impl/protocol/rss/RssStatusEnum.java
index fa76428..263241a 100644
--- a/src/net/java/sip/communicator/impl/protocol/rss/RssStatusEnum.java
+++ b/src/net/java/sip/communicator/impl/protocol/rss/RssStatusEnum.java
@@ -31,7 +31,7 @@ public class RssStatusEnum
= new RssStatusEnum(
0
, "Offline"
- , loadIcon("resources/images/rss/rss-offline.png"));
+ , loadIcon("resources/images/protocol/rss/rss-offline.png"));
/**
* The Online status. Indicate that the user is able and willing to
@@ -41,7 +41,7 @@ public class RssStatusEnum
= new RssStatusEnum(
65
, "Online"
- , loadIcon("resources/images/rss/rss-online.png"));
+ , loadIcon("resources/images/protocol/rss/rss-online.png"));
/**
* Initialize the list of supported status states.
diff --git a/src/net/java/sip/communicator/impl/protocol/sip/ProtocolIconSipImpl.java b/src/net/java/sip/communicator/impl/protocol/sip/ProtocolIconSipImpl.java
index 6c160bd..aa15733 100644
--- a/src/net/java/sip/communicator/impl/protocol/sip/ProtocolIconSipImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/sip/ProtocolIconSipImpl.java
@@ -29,10 +29,10 @@ public class ProtocolIconSipImpl
private static Hashtable iconsTable = new Hashtable();
static {
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/sip/sip16x16.png"));
+ loadIcon("resources/images/protocol/sip/sip16x16.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_64x64,
- loadIcon("resources/images/sip/sip64x64.png"));
+ loadIcon("resources/images/protocol/sip/sip64x64.png"));
}
/**
@@ -68,7 +68,7 @@ public class ProtocolIconSipImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/sip/sip-connecting.gif");
+ return loadIcon("resources/images/protocol/sip/sip-connecting.gif");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/sip/SipStatusEnum.java b/src/net/java/sip/communicator/impl/protocol/sip/SipStatusEnum.java
index ad43dd9..d7af25a 100644
--- a/src/net/java/sip/communicator/impl/protocol/sip/SipStatusEnum.java
+++ b/src/net/java/sip/communicator/impl/protocol/sip/SipStatusEnum.java
@@ -31,7 +31,7 @@ public class SipStatusEnum
= new SipStatusEnum(
0
, "Offline"
- , loadIcon("resources/images/sip/sip16x16-offline.png"));
+ , loadIcon("resources/images/protocol/sip/sip16x16-offline.png"));
/**
* The busy status. Indicates that the user has connectivity but is doing
@@ -41,7 +41,7 @@ public class SipStatusEnum
= new SipStatusEnum(
30,
"Busy (DND)",
- loadIcon("resources/images/sip/sip16x16-busy.png"));
+ loadIcon("resources/images/protocol/sip/sip16x16-busy.png"));
/**
* The On the phone status. Indicates that the user is talking to the phone.
@@ -50,7 +50,7 @@ public class SipStatusEnum
= new SipStatusEnum(
37,
"On the phone",
- loadIcon("resources/images/sip/sip16x16-phone.png"));
+ loadIcon("resources/images/protocol/sip/sip16x16-phone.png"));
/**
* The Away status. Indicates that the user has connectivity but might
@@ -60,7 +60,7 @@ public class SipStatusEnum
= new SipStatusEnum(
40,
"Away",
- loadIcon("resources/images/sip/sip16x16-away.png"));
+ loadIcon("resources/images/protocol/sip/sip16x16-away.png"));
/**
* The Online status. Indicate that the user is able and willing to
@@ -70,7 +70,7 @@ public class SipStatusEnum
= new SipStatusEnum(
65
, "Online"
- , loadIcon("resources/images/sip/sip16x16-online.png"));
+ , loadIcon("resources/images/protocol/sip/sip16x16-online.png"));
/**
* The Unknown status. Indicate that we don't know if the user is present
@@ -79,7 +79,7 @@ public class SipStatusEnum
public static final SipStatusEnum UNKNOWN = new SipStatusEnum(
1,
"Unknown",
- loadIcon("resources/images/sip/sip16x16-offline.png"));
+ loadIcon("resources/images/protocol/sip/sip16x16-offline.png"));
/**
* Initialize the list of supported status states.
diff --git a/src/net/java/sip/communicator/impl/protocol/ssh/ProtocolIconSSHImpl.java b/src/net/java/sip/communicator/impl/protocol/ssh/ProtocolIconSSHImpl.java
index 0dd209b..4be9e27 100644
--- a/src/net/java/sip/communicator/impl/protocol/ssh/ProtocolIconSSHImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/ssh/ProtocolIconSSHImpl.java
@@ -35,10 +35,10 @@ public class ProtocolIconSSHImpl
private static Hashtable iconsTable = new Hashtable();
static {
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/ssh/ssh-online.png"));
+ loadIcon("resources/images/protocol/ssh/ssh-online.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_64x64,
- loadIcon("resources/images/ssh/ssh64x64.png"));
+ loadIcon("resources/images/protocol/ssh/ssh64x64.png"));
}
/**
@@ -77,7 +77,7 @@ public class ProtocolIconSSHImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/ssh/ssh-online.png");
+ return loadIcon("resources/images/protocol/ssh/ssh-online.png");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/ssh/SSHStatusEnum.java b/src/net/java/sip/communicator/impl/protocol/ssh/SSHStatusEnum.java
index e7689f1..12f518a 100644
--- a/src/net/java/sip/communicator/impl/protocol/ssh/SSHStatusEnum.java
+++ b/src/net/java/sip/communicator/impl/protocol/ssh/SSHStatusEnum.java
@@ -36,7 +36,7 @@ public class SSHStatusEnum
= new SSHStatusEnum(
0
, "Offline"
- , loadIcon("resources/images/ssh/ssh-offline.png"));
+ , loadIcon("resources/images/protocol/ssh/ssh-offline.png"));
/**
* The Not Available status. Indicates that the user has connectivity
@@ -48,7 +48,7 @@ public class SSHStatusEnum
= new SSHStatusEnum(
35
, "Not Available"
- , loadIcon("resources/images/ssh/ssh-na.png"));
+ , loadIcon("resources/images/protocol/ssh/ssh-na.png"));
/**
* The Connecting status. Indicate that the user is connecting to remote
@@ -58,7 +58,7 @@ public class SSHStatusEnum
= new SSHStatusEnum(
55
, "Connecting"
- , loadIcon("resources/images/ssh/ssh-connecting.png"));
+ , loadIcon("resources/images/protocol/ssh/ssh-connecting.png"));
/**
* The Online status. Indicate that the user is able and willing to
diff --git a/src/net/java/sip/communicator/impl/protocol/yahoo/ProtocolIconYahooImpl.java b/src/net/java/sip/communicator/impl/protocol/yahoo/ProtocolIconYahooImpl.java
index 66d918e..c90e660 100644
--- a/src/net/java/sip/communicator/impl/protocol/yahoo/ProtocolIconYahooImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/yahoo/ProtocolIconYahooImpl.java
@@ -29,10 +29,10 @@ public class ProtocolIconYahooImpl
private static Hashtable iconsTable = new Hashtable();
static {
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/yahoo/yahoo16x16.png"));
+ loadIcon("resources/images/protocol/yahoo/yahoo16x16.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_64x64,
- loadIcon("resources/images/yahoo/yahoo64x64.png"));
+ loadIcon("resources/images/protocol/yahoo/yahoo64x64.png"));
}
/**
@@ -68,7 +68,7 @@ public class ProtocolIconYahooImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/yahoo/yahoo16x16-connecting.gif");
+ return loadIcon("resources/images/protocol/yahoo/yahoo16x16-connecting.gif");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/zeroconf/ProtocolIconZeroconfImpl.java b/src/net/java/sip/communicator/impl/protocol/zeroconf/ProtocolIconZeroconfImpl.java
index ad70df1..33a5ca8 100644
--- a/src/net/java/sip/communicator/impl/protocol/zeroconf/ProtocolIconZeroconfImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/zeroconf/ProtocolIconZeroconfImpl.java
@@ -32,10 +32,10 @@ public class ProtocolIconZeroconfImpl
static
{
iconsTable.put(ProtocolIcon.ICON_SIZE_16x16,
- loadIcon("resources/images/zeroconf/zeroconf-online.png"));
+ loadIcon("resources/images/protocol/zeroconf/zeroconf-online.png"));
iconsTable.put(ProtocolIcon.ICON_SIZE_64x64,
- loadIcon("resources/images/zeroconf/zeroconf-color-64.png"));
+ loadIcon("resources/images/protocol/zeroconf/zeroconf-color-64.png"));
}
/**
@@ -74,7 +74,7 @@ public class ProtocolIconZeroconfImpl
*/
public byte[] getConnectingIcon()
{
- return loadIcon("resources/images/zeroconf/zeroconf-online.png");
+ return loadIcon("resources/images/protocol/zeroconf/zeroconf-online.png");
}
/**
diff --git a/src/net/java/sip/communicator/impl/protocol/zeroconf/ZeroconfStatusEnum.java b/src/net/java/sip/communicator/impl/protocol/zeroconf/ZeroconfStatusEnum.java
index 809809f..35e7f12 100644
--- a/src/net/java/sip/communicator/impl/protocol/zeroconf/ZeroconfStatusEnum.java
+++ b/src/net/java/sip/communicator/impl/protocol/zeroconf/ZeroconfStatusEnum.java
@@ -32,7 +32,7 @@ public class ZeroconfStatusEnum
= new ZeroconfStatusEnum(
0
, "Offline"
- , loadIcon("resources/images/zeroconf/zeroconf-offline.png"));
+ , loadIcon("resources/images/protocol/zeroconf/zeroconf-offline.png"));
/**
* The DND status. Indicates that the user has connectivity but prefers
@@ -42,7 +42,7 @@ public class ZeroconfStatusEnum
= new ZeroconfStatusEnum(
30
,"Do Not Disturb",//, "Do Not Disturb",
- loadIcon("resources/images/zeroconf/zeroconf-dnd.png"));
+ loadIcon("resources/images/protocol/zeroconf/zeroconf-dnd.png"));
/**
* The Invisible status. Indicates that the user has connectivity even
@@ -53,7 +53,7 @@ public class ZeroconfStatusEnum
= new ZeroconfStatusEnum(
45
, "Invisible"
- , loadIcon( "resources/images/zeroconf/zeroconf-invisible.png"));
+ , loadIcon( "resources/images/protocol/zeroconf/zeroconf-invisible.png"));
/**
* The Online status. Indicate that the user is able and willing to
@@ -63,7 +63,7 @@ public class ZeroconfStatusEnum
= new ZeroconfStatusEnum(
65
,"Available"//, "Online"
- , loadIcon("resources/images/zeroconf/zeroconf-online.png"));
+ , loadIcon("resources/images/protocol/zeroconf/zeroconf-online.png"));
/**