|
From: Thies <tg...@us...> - 2007-11-05 23:20:14
|
Update of /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2498/src/java/net/sf/tails/swing/frame Modified Files: Index.java Log Message: Refatoração Index: Index.java =================================================================== RCS file: /cvsroot/tail/TailS/src/java/net/sf/tails/swing/frame/Index.java,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** Index.java 5 Nov 2007 21:33:01 -0000 1.47 --- Index.java 5 Nov 2007 23:20:11 -0000 1.48 *************** *** 60,66 **** import net.sf.tails.swing.frame.report.NewReportFrame; import net.sf.tails.swing.frame.stockAnalysis.NewStockAnalysis; - import net.sf.tails.swing.help.HelpFrame; import net.sf.tails.swing.helper.CompleteReportGenerator; import net.sf.tails.swing.helper.FrameHelper; import org.jfree.chart.ChartPanel; --- 60,66 ---- import net.sf.tails.swing.frame.report.NewReportFrame; import net.sf.tails.swing.frame.stockAnalysis.NewStockAnalysis; import net.sf.tails.swing.helper.CompleteReportGenerator; import net.sf.tails.swing.helper.FrameHelper; + import net.sf.tails.swing.helper.HelpFrame; import org.jfree.chart.ChartPanel; |