diff options
author | Yana Stamcheva <yana@jitsi.org> | 2009-11-30 13:43:21 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2009-11-30 13:43:21 +0000 |
commit | e2c20d0644dfd0116174367fe9934cdb8bb0d6a8 (patch) | |
tree | b1687faa32d3bdecaa28a8bca52903b51a886a7a /src/net/java/sip/communicator/util/swing/SIPCommFrame.java | |
parent | 8672fbb29f5c22354156a9a7a5a42866738687ce (diff) | |
download | jitsi-e2c20d0644dfd0116174367fe9934cdb8bb0d6a8.zip jitsi-e2c20d0644dfd0116174367fe9934cdb8bb0d6a8.tar.gz jitsi-e2c20d0644dfd0116174367fe9934cdb8bb0d6a8.tar.bz2 |
General:
- Enhance the SIPCommMenu to support mouse over fade effects.
Conference invite dialog:
- Add new contacts in the invite dialog by pressing the Enter key.
- Remove selection if the user decides to enter something in the field.
Conference window:
- Replace the call peer arrow icon with a more visible one
- Move the call transfer into the call peer menu (it was previously represented by an icon in the status bar)
- Change the local user background title color in the conference (the grey was looking like disabled)
Diffstat (limited to 'src/net/java/sip/communicator/util/swing/SIPCommFrame.java')
-rw-r--r-- | src/net/java/sip/communicator/util/swing/SIPCommFrame.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/util/swing/SIPCommFrame.java b/src/net/java/sip/communicator/util/swing/SIPCommFrame.java index 8ac2431..a1bf6ab 100644 --- a/src/net/java/sip/communicator/util/swing/SIPCommFrame.java +++ b/src/net/java/sip/communicator/util/swing/SIPCommFrame.java @@ -65,8 +65,8 @@ public abstract class SIPCommFrame amap = rootPane.getActionMap(); amap.put("close", new CloseAction()); - imap = - rootPane.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT); + imap + = rootPane.getInputMap(JComponent.WHEN_ANCESTOR_OF_FOCUSED_COMPONENT); } /** |