[jsword-svn] common/java/swing/org/crosswire/common/swing s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Sep 10 02:07:19 MST 2005


Update of /cvs/jsword/common/java/swing/org/crosswire/common/swing
In directory www.crosswire.org:/tmp/cvs-serv16975/java/swing/org/crosswire/common/swing

Modified Files:
	LookAndFeelUtil.java 
Removed Files:
	BeanPanel.java 
Log Message:
Replaced BeanPanel with SiteEditor for the Installer.
Added XalanProcess which is useful outside of JSword to transform xml via xslt.
Cleaned up checkstyle complaints.

--- BeanPanel.java DELETED ---

Index: LookAndFeelUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/LookAndFeelUtil.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** LookAndFeelUtil.java	21 Aug 2005 20:37:49 -0000	1.14
--- LookAndFeelUtil.java	10 Sep 2005 09:07:17 -0000	1.15
***************
*** 147,152 ****
          customizeBDLookandFeel();
      }
!     
!     private static void customizeBDLookandFeel() 
      {
          String currentLF = UIManager.getLookAndFeel().getClass().getName();
--- 147,152 ----
          customizeBDLookandFeel();
      }
! 
!     private static void customizeBDLookandFeel()
      {
          String currentLF = UIManager.getLookAndFeel().getClass().getName();
***************
*** 160,164 ****
              new WindowsLFCustoms().initUIDefaults();
          }
!         else {
              new OtherLFCustoms().initUIDefaults();
          }
--- 160,165 ----
              new WindowsLFCustoms().initUIDefaults();
          }
!         else
!         {
              new OtherLFCustoms().initUIDefaults();
          }



More information about the jsword-svn mailing list