From: <had...@us...> - 2008-08-11 14:17:45
|
Revision: 3760 http://fudaa.svn.sourceforge.net/fudaa/?rev=3760&view=rev Author: hadouxad Date: 2008-08-11 14:17:51 +0000 (Mon, 11 Aug 2008) Log Message: ----------- - ajout etat supplementaire poru le jtree: si la widget est masquee, affiche icone differente - Mise en place de l editor du graphe - Mise en place de l editor du calque Modified Paths: -------------- branches/Prepro-0.92-SNAPSHOT/ebli/test/org/fudaa/ebli/all/TestGraphe2.java Modified: branches/Prepro-0.92-SNAPSHOT/ebli/test/org/fudaa/ebli/all/TestGraphe2.java =================================================================== --- branches/Prepro-0.92-SNAPSHOT/ebli/test/org/fudaa/ebli/all/TestGraphe2.java 2008-08-11 14:17:07 UTC (rev 3759) +++ branches/Prepro-0.92-SNAPSHOT/ebli/test/org/fudaa/ebli/all/TestGraphe2.java 2008-08-11 14:17:51 UTC (rev 3760) @@ -354,10 +354,12 @@ bar.add(new EbliWidgetActionBackGround(scene)); -// -//boxEast.add(new ZEbliCalquesPanel()); - - +/* +JFrame frame2=new JFrame(); +frame2.getContentPane().add(new EGFillePanel(g)); +frame2.setSize(500,500); +frame2.setVisible(true); +*/ p.doLayout(); } } \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |