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

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun May 1 18:29:29 MST 2005


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

Modified Files:
	LookAndFeelUtil.java 
Log Message:
Fixed the bug where notes were being indexed by adding getVerseText as a replacement for getPlainText. The latter is still needed for non-bibles.
Also cleaned up checkstyle reports and added/corrected javadoc.

Index: LookAndFeelUtil.java
===================================================================
RCS file: /cvs/jsword/common/java/swing/org/crosswire/common/swing/LookAndFeelUtil.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** LookAndFeelUtil.java	23 Apr 2005 11:58:19 -0000	1.8
--- LookAndFeelUtil.java	2 May 2005 01:29:27 -0000	1.9
***************
*** 107,111 ****
              if (systemLAF.indexOf("gtk") == -1) //$NON-NLS-1$
              {
!                 UIManager.setLookAndFeel(systemLAF);               
                  defaultLAF = Class.forName(systemLAF);
              }
--- 107,111 ----
              if (systemLAF.indexOf("gtk") == -1) //$NON-NLS-1$
              {
!                 UIManager.setLookAndFeel(systemLAF);
                  defaultLAF = Class.forName(systemLAF);
              }



More information about the jsword-svn mailing list