[jsword-svn] bibledesktop/java/main/org/crosswire/bibledesktop/book s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Wed Mar 9 17:09:17 MST 2005


Update of /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book
In directory www.crosswire.org:/tmp/cvs-serv29329/java/main/org/crosswire/bibledesktop/book

Modified Files:
	DisplaySelectPane.java 
Log Message:
Fixed another bug (hopefully the last in the lucene passthrough)
Commented out the button on the right of the bible picker.

Index: DisplaySelectPane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/DisplaySelectPane.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** DisplaySelectPane.java	8 Mar 2005 12:27:22 -0000	1.22
--- DisplaySelectPane.java	10 Mar 2005 00:09:15 -0000	1.23
***************
*** 133,145 ****
          lblBible.setLabelFor(cboBible);
  
          JButton btnMenu = new JButton();
          btnMenu.setIcon(ICON_MENU);
          btnMenu.setBorderPainted(false);
  
          JPanel pnlBible = new JPanel();
          pnlBible.setLayout(new BorderLayout());
          pnlBible.add(lblBible, BorderLayout.WEST);
!         pnlBible.add(cboBible, BorderLayout.CENTER);
!         pnlBible.add(btnMenu, BorderLayout.EAST);
  
          JLabel lblKey = actions.createJLabel(VIEW_LABEL);
--- 133,147 ----
          lblBible.setLabelFor(cboBible);
  
+         /* LATER(JOE)
          JButton btnMenu = new JButton();
          btnMenu.setIcon(ICON_MENU);
          btnMenu.setBorderPainted(false);
+         */
  
          JPanel pnlBible = new JPanel();
          pnlBible.setLayout(new BorderLayout());
          pnlBible.add(lblBible, BorderLayout.WEST);
!         pnlBible.add(cboBible, BorderLayout.EAST); // CENTER);
!         // pnlBible.add(btnMenu, BorderLayout.EAST);
  
          JLabel lblKey = actions.createJLabel(VIEW_LABEL);



More information about the jsword-svn mailing list