From: <had...@us...> - 2008-12-12 08:32:53
|
Revision: 4297 http://fudaa.svn.sourceforge.net/fudaa/?rev=4297&view=rev Author: hadouxad Date: 2008-12-12 08:32:49 +0000 (Fri, 12 Dec 2008) Log Message: ----------- Correction recette 9 d?\195?\169cembre Modified Paths: -------------- branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/courbe/EGInteractionSuivi.java Modified: branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/courbe/EGInteractionSuivi.java =================================================================== --- branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/courbe/EGInteractionSuivi.java 2008-12-11 18:45:55 UTC (rev 4296) +++ branches/Prepro-0.92-SNAPSHOT/ebli/src/org/fudaa/ebli/courbe/EGInteractionSuivi.java 2008-12-12 08:32:49 UTC (rev 4297) @@ -145,7 +145,8 @@ tb_.getTraceLigne().setCouleur(v_.getLineColor()); tb_.setHPosition(v_.isDroite() ? SwingConstants.LEFT : SwingConstants.RIGHT); tb_.setVPosition(SwingConstants.CENTER); - tb_.paintBox((Graphics2D) _g, v_.isDroite() ? xmax : xmin, y, v_.getStringInterpolatedAffiche(yreel_)); + //tb_.paintBox((Graphics2D) _g, v_.isDroite() ? xmax : xmin, y, v_.getStringInterpolatedAffiche(yreel_)); + tb_.paintBox((Graphics2D) _g,xmax , y, v_.getStringInterpolatedAffiche(yreel_)); if (logAndEcart) { tb_.paintBox((Graphics2D) _g, x + 5, yPressed_, v_.getStringInterpolatedAffiche(r.getYReel( yPressed_, v_))); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |