tn5250j/src/org/tn5250j SessionPopup.java,1.2,1.3
| Newsgroups | gmane.comp.java.tn5250j.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tn5250j/tn5250j/src/org/tn5250j
In directory sc8-pr-cvs1:/tmp/cvs-serv20310/src/org/tn5250j
Modified Files:
SessionPopup.java
Log Message:
Update related to Quick email-sending, menu's are added, but we need a
streamlined menuitem that checks the right checkboxes of the
SendEmailDialog module, so this feature is almost completely ready.
Index: SessionPopup.java
===================================================================
RCS file: /cvsroot/tn5250j/tn5250j/src/org/tn5250j/SessionPopup.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SessionPopup.java 1 Dec 2003 06:45:53 -0000 1.2
--- SessionPopup.java 1 Dec 2003 15:18:55 -0000 1.3
***************
*** 371,374 ****
--- 371,383 ----
popup.add(sendMenu);
+ action = new AbstractAction(LangTool.getString("popup.quickmail")) {
+ public void actionPerformed(ActionEvent e) {
+ sendScreenEMail();
+ session.getFocusForMe();
+ }
+ };
+
+ sendMenu.add(action);
+
action = new AbstractAction(LangTool.getString("popup.email")) {
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/