From: Gerardo H. <ma...@us...> - 2007-02-28 00:02:52
|
Update of /cvsroot/jrman/drafts/src/net/falappa/swing/widgets In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv4501/src/net/falappa/swing/widgets Modified Files: JImageViewerPanel.java Log Message: Finished reformatting code :) Code is almost 100% clean (no more hideous Eclipse formatting, no tabs, no line longer than 80 columns, no CR/LF) Index: JImageViewerPanel.java =================================================================== RCS file: /cvsroot/jrman/drafts/src/net/falappa/swing/widgets/JImageViewerPanel.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** JImageViewerPanel.java 27 Dec 2006 16:30:19 -0000 1.6 --- JImageViewerPanel.java 28 Feb 2007 00:02:40 -0000 1.7 *************** *** 1,908 **** ! //Chicchi ! //Copyright (C) 2003, Alessandro Falappa ! // ! //Contact: ale...@fa... ! // ! //This library is free software; you can redistribute it and/or ! //modify it under the terms of the GNU General Public ! //License as published by the Free Software Foundation; either ! //version 2 of the License, or (at your option) any later version. ! // [...1787 lines suppressed...] ! // method of Scrollable interface ! public boolean getScrollableTracksViewportHeight() { ! return false; ! } ! ! /** ! * @return ! */ ! boolean isShowTransparencyPattern() { ! return showTransparencyPattern; ! } ! ! /** ! * @param b ! */ ! void setShowTransparencyPattern(boolean b) { ! showTransparencyPattern= b; ! } ! ! } |