/[svn]/jsampler/trunk/src/org/jsampler/view/std/JSQuitDlg.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/std/JSQuitDlg.java

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

revision 1584 by iliev, Thu Dec 6 19:37:41 2007 UTC revision 1585 by iliev, Mon Dec 10 15:44:15 2007 UTC
# Line 79  public class JSQuitDlg extends EnhancedD Line 79  public class JSQuitDlg extends EnhancedD
79                  setLocation(JuifeUtils.centerLocation(this, CC.getMainFrame()));                  setLocation(JuifeUtils.centerLocation(this, CC.getMainFrame()));
80                                    
81                  btnQuit.requestFocus();                  btnQuit.requestFocus();
82                    btnQuit.setMnemonic('q');
83                                    
84                    btnExport.setMnemonic('x');
85                  btnExport.addActionListener(new ActionListener() {                  btnExport.addActionListener(new ActionListener() {
86                          public void                          public void
87                          actionPerformed(ActionEvent e) {                          actionPerformed(ActionEvent e) {
# Line 94  public class JSQuitDlg extends EnhancedD Line 96  public class JSQuitDlg extends EnhancedD
96                          }                          }
97                  });                  });
98                                    
99                    btnDontQuit.setMnemonic('n');
100                  btnDontQuit.addActionListener(new ActionListener() {                  btnDontQuit.addActionListener(new ActionListener() {
101                          public void                          public void
102                          actionPerformed(ActionEvent e) {                          actionPerformed(ActionEvent e) {

Legend:
Removed from v.1584  
changed lines
  Added in v.1585

  ViewVC Help
Powered by ViewVC