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

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Dec 2 21:30:27 UTC 2005


Author: rmeggins

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

Modified Files:
	AbstractDialog.java 
Log Message:
Fixes to allow the console to build with gcj/classpath.  NOTE: You need a later version of Classpath than the one included with Fedora Core 4 in order to build with these changes.  But these changes work fine with Sun or IBM 1.4.2 or later javac.
Bug 170577
Bug 170823
Bug 171051
Thanks to Lillian Angel for the contribution.



Index: AbstractDialog.java
===================================================================
RCS file: /cvs/dirsec/console/src/com/netscape/management/client/util/AbstractDialog.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- AbstractDialog.java	18 Jul 2005 00:34:25 -0000	1.1.1.1
+++ AbstractDialog.java	2 Dec 2005 21:30:20 -0000	1.2
@@ -240,7 +240,7 @@
         }
 
         c.setBackground(UIManager.getColor("control"));
-        c.setForeground(UIManager.getColor("text"));
+        c.setForeground(UIManager.getColor("textText"));
     }
 
     protected void finalize() throws Throwable {




More information about the Fedora-directory-commits mailing list