[Spedit-commits] CVS: prototype/Sources/net/sourceforge/spedit/ui BlockView.java,1.3,1.4
Status: Planning
Brought to you by:
krunte
|
From: S?bastien P. <kaz...@us...> - 2001-12-06 10:11:20
|
Update of /cvsroot/spedit/prototype/Sources/net/sourceforge/spedit/ui In directory usw-pr-cvs1:/tmp/cvs-serv12239/net/sourceforge/spedit/ui Modified Files: BlockView.java Log Message: Partly fixed remove bug. Functional thought. Index: BlockView.java =================================================================== RCS file: /cvsroot/spedit/prototype/Sources/net/sourceforge/spedit/ui/BlockView.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** BlockView.java 2001/11/28 13:14:37 1.3 --- BlockView.java 2001/12/06 10:11:17 1.4 *************** *** 37,40 **** --- 37,41 ---- import javax.swing.event.*; import net.sourceforge.spedit.core.*; + import net.sourceforge.spedit.core.Styleable; //----------------------------------------------------------------------------- |