/[schmitzm]/trunk/src/skrueger/swing/TranslationJTextField.java
ViewVC logotype

Diff of /trunk/src/skrueger/swing/TranslationJTextField.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 300 by alfonx, Sat Aug 15 10:33:43 2009 UTC revision 302 by alfonx, Mon Aug 17 12:45:48 2009 UTC
# Line 120  public class TranslationJTextField exten Line 120  public class TranslationJTextField exten
120    
121                          @Override                          @Override
122                          public void actionPerformed(ActionEvent e) {                          public void actionPerformed(ActionEvent e) {
123                                  LOGGER.debug("ActionListener called ");  //                              LOGGER.debug("ActionListener called ");
124    
125                                  if (e.getSource() == trans                                  if (e.getSource() == trans)
126                                                  && langCode.equals(e.getActionCommand())) {  //                                              && langCode.equals(e.getActionCommand()))
127                                          LOGGER.debug(" and omittet!\n");                                                  {
128    //                                      LOGGER.debug(" and omittet!\n");
129                                          return;                                          return;
130                                  }                                  }
131                                  LOGGER.debug(" and performed!\n");                                  LOGGER.debug(" and performed!\n");

Legend:
Removed from v.300  
changed lines
  Added in v.302

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26