[jsword-svn]
bibledesktop/java/main/org/crosswire/bibledesktop/display/tab s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun Nov 28 14:36:06 MST 2004
Update of /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display/tab
In directory www.crosswire.org:/tmp/cvs-serv11205/java/main/org/crosswire/bibledesktop/display/tab
Modified Files:
TabbedBookDataDisplay.java
Log Message:
intellij refactor - safe
Index: TabbedBookDataDisplay.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display/tab/TabbedBookDataDisplay.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TabbedBookDataDisplay.java 8 Sep 2004 19:57:58 -0000 1.12
--- TabbedBookDataDisplay.java 28 Nov 2004 21:36:04 -0000 1.13
***************
*** 28,32 ****
* will work with all Books and not just Bibles. Code is included
* (commented out) on how this could be done.
! *
* <p><table border='1' cellPadding='3' cellSpacing='0'>
* <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
--- 28,32 ----
* will work with all Books and not just Bibles. Code is included
* (commented out) on how this could be done.
! *
* <p><table border='1' cellPadding='3' cellSpacing='0'>
* <tr><td bgColor='white' class='TableRowColor'><font size='-7'>
***************
*** 375,399 ****
* A list of all the HyperlinkListeners
*/
! private transient List hyperlis;
/**
* The passage that we are displaying (in one or more tabs)
*/
! private Passage key;
/**
* The verses that we have not created tabs for yet
*/
! private Passage waiting;
/**
* The version used for display
*/
! private Book book;
/**
* Are we using tabs?
*/
! private boolean tabs;
/**
--- 375,399 ----
* A list of all the HyperlinkListeners
*/
! private transient List hyperlis = null;
/**
* The passage that we are displaying (in one or more tabs)
*/
! private Passage key = null;
/**
* The verses that we have not created tabs for yet
*/
! private Passage waiting = null;
/**
* The version used for display
*/
! private Book book = null;
/**
* Are we using tabs?
*/
! private boolean tabs = false;
/**
***************
*** 405,409 ****
* If we are not using tabs, this is the main view
*/
! private BookDataDisplay pnlView;
/**
--- 405,409 ----
* If we are not using tabs, this is the main view
*/
! private BookDataDisplay pnlView = null;
/**
***************
*** 415,419 ****
* Pointer to whichever of the above is currently in use
*/
! private Component center;
/**
--- 415,419 ----
* Pointer to whichever of the above is currently in use
*/
! private Component center = null;
/**
More information about the jsword-svn
mailing list