[Fedora-directory-commits] console/src/com/netscape/management/client/util AbstractDialog.java, 1.2, 1.3

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Thu Feb 9 23:57:33 UTC 2006


Author: nkinder

Update of /cvs/dirsec/console/src/com/netscape/management/client/util
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv681/src/com/netscape/management/client/util

Modified Files:
	AbstractDialog.java 
Log Message:
Bug(s) fixed: 175177
Bug Description: The login dialog is hidden behind the splash screen when running startconsole
   using Java 1.5.
Reviewed by: Rich, Pete, Noriko (thanks!)
Files: see diffs
Branch: HEAD
Fix Description: We needed to push the login dialog to the front of the window stack in addition to
   pushing the splash screen to the back.  Ideally, we'd get rid of the splash screen, or combine the
   login dialog components into the splash screen, but that's much less trivial to do.
Platforms tested: RHEL4 (Java 1.4 and 1.5)
Flag Day: no
Doc impact: no
QA impact: should be covered by regular nightly and manual testing
New Tests integrated into TET: none



Index: AbstractDialog.java
===================================================================
RCS file: /cvs/dirsec/console/src/com/netscape/management/client/util/AbstractDialog.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbstractDialog.java	2 Dec 2005 21:30:20 -0000	1.2
+++ AbstractDialog.java	9 Feb 2006 23:57:25 -0000	1.3
@@ -324,6 +324,7 @@
             center();
         }
         super.show();
+        this.toFront();
     }
 
     /**




More information about the Fedora-directory-commits mailing list