Author: echatellier Date: 2012-08-20 18:37:59 +0200 (Mon, 20 Aug 2012) New Revision: 1060 Url: http://forge.codelutin.com/repositories/revision/coser/1060 Log: D?\195?\169placement dans la barre d'outils Modified: trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionListsView.jaxx Modified: trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionListsView.jaxx =================================================================== --- trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionListsView.jaxx 2012-08-20 16:37:37 UTC (rev 1059) +++ trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/selection/SelectionListsView.jaxx 2012-08-20 16:37:59 UTC (rev 1060) @@ -55,6 +55,10 @@ <row> <cell columns="8" weightx="1" insets="0" fill="horizontal"> <JToolBar floatable="false"> + <JButton icon="chart_curve.png" text="coser.ui.graph.compareNumberCatchLength" + onActionPerformed="getHandler().displayCompareNumberCatchGraph(this)" /> + <JButton icon="chart_bar.png" text="coser.ui.graph.lengthStructure" + onActionPerformed="getHandler().displayLengthStructureGraph(this)" /> <Component initializer="javax.swing.Box.createHorizontalGlue()" /> <JButton id="validSelectionButton" text="coser.ui.selection.details.validSelection" icon="accept.png" onActionPerformed="getHandler().validSelection(this)" /> @@ -76,8 +80,7 @@ </cell> </row> <row> - <cell /> - <cell /> + <cell columns="2"> <cell fill="horizontal" insets="0" columns="2"> <Table> <row> @@ -114,16 +117,7 @@ </row> </Table> </cell> - <cell fill="horizontal" insets="0" columns="2"> - <JPanel> - <JButton icon="chart_curve.png" toolTipText="coser.ui.graph.compareNumberCatchLength" - onActionPerformed="getHandler().displayCompareNumberCatchGraph(this)" /> - <JButton icon="chart_bar.png" toolTipText="coser.ui.graph.lengthStructure" - onActionPerformed="getHandler().displayLengthStructureGraph(this)" /> - </JPanel> - </cell> - <cell /> - <cell /> + <cell columns="4"> </row> <row> <cell weighty="1" weightx="1" fill="both" columns="2">