OSDN Git Service

BUG: [ #10889 ] Range warning dialog is not occurred and hung-up few seconds.
authorTakuya Ono <takuya-o@users.sourceforge.jp>
Sat, 25 Aug 2007 08:57:07 +0000 (08:57 +0000)
committerTakuya Ono <takuya-o@users.sourceforge.jp>
Sat, 25 Aug 2007 08:57:07 +0000 (08:57 +0000)
deploy/mdc.zip
src/org/jent/checksmtp/ApplicationUI.java
src/org/jent/checksmtp/MessageDialogUI.java

index 75ccdc0..c0560f1 100644 (file)
Binary files a/deploy/mdc.zip and b/deploy/mdc.zip differ
index 51448ad..a03c446 100644 (file)
@@ -428,7 +428,7 @@ public class ApplicationUI extends javax.swing.JFrame {
   
   private void formWindowDeiconified(java.awt.event.WindowEvent evt) {//GEN-FIRST:event_formWindowDeiconified
     setTitle(java.util.ResourceBundle.getBundle("org/jent/checksmtp/Bundle").getString("ApplicationUI.title"));
-    jButtonOK.requestFocusInWindow();
+    //If enable is can not input field anything in JRE1.4 on Windows.   jButtonOK.requestFocusInWindow();
   }//GEN-LAST:event_formWindowDeiconified
   
   private void formWindowIconified(java.awt.event.WindowEvent evt) {//GEN-FIRST:event_formWindowIconified
index 18780da..9483386 100644 (file)
@@ -51,7 +51,7 @@ public class MessageDialogUI extends javax.swing.JFrame {
     initComponents();
     
     //move to Forcus
-    jButtonOK.requestFocusInWindow();
+    //Forcus change loop on JRE1.4 in Windows.    jButtonOK.requestFocusInWindow();
     //getRootPane().setDefaultButton(jButtonOK);
     
     jTextAreaMessage.setText(message); //NEEDCARE null string.