Author: tchemit Date: 2008-02-14 15:28:24 +0000 (Thu, 14 Feb 2008) New Revision: 961 Modified: trunk/simexplorer-is/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/JDetailTab.jaxx Log: ajout todo + supression code commente Modified: trunk/simexplorer-is/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/JDetailTab.jaxx =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/JDetailTab.jaxx 2008-02-14 11:26:51 UTC (rev 960) +++ trunk/simexplorer-is/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/JDetailTab.jaxx 2008-02-14 15:28:24 UTC (rev 961) @@ -2,6 +2,7 @@ <style source="common.css"/> <row> <cell> + <!--TODO imposer une taille minimum --> <Table id='toolbarNavigation' styleClass='border' insets='0,0,0,0'> <row> <cell anchor='west' insets='0,2,0,0' weightx="1" fill='horizontal' > @@ -60,15 +61,7 @@ <JTree id="navigationTree" model='{new javax.swing.tree.DefaultTreeModel(null)}'/> </JScrollPane> <JScrollPane id="scrollPane" columnHeaderView='{toolbarDetail}' border='{null}' horizontalScrollBarPolicy='horizontal_scrollbar_never' verticalScrollBarPolicy='vertical_scrollbar_never'> - <Table id='detail' insets='2,2,2,1'> - <!--row fill='vertical'> - <cell anchor='west'> - <JLabel text='simexplorer.common.name'/> - </cell> - <cell weightx="1" anchor='west'> - <JLabel id='detailName'/> - </cell> - </row--> + <Table id='detail' insets='2,2,2,1'> <row fill='vertical'> <cell anchor='west'> <JLabel text='simexplorer.common.type'/> @@ -77,28 +70,6 @@ <JLabel id='detailType'/> </cell> </row> - <!--row> - <cell anchor='west'> - <JLabel text='simexplorer.common.version'/> - </cell> - <cell weightx="1" anchor='west' fill="horizontal"> - <Table> - <row fill="horizontal"> - <cell anchor="west"> - <JComboBox id='detailVersions' model='{new DefaultComboBoxModel()}'/> - </cell> - <cell fill="horizontal" weightx="2"> - <JLabel text=""/> - </cell> - <cell anchor="east"> - <JToolBar> - <JButton id='detailToTree'/> - </JToolBar> - </cell> - </row> - </Table> - </cell> - </row--> <row fill='vertical'> <cell anchor='west'> <JLabel text='simexplorer.common.description'/>
participants (1)
-
tchemit@users.labs.libre-entreprise.org