r718 - trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab
Author: tchemit Date: 2008-02-07 14:37:55 +0000 (Thu, 07 Feb 2008) New Revision: 718 Modified: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationDetailTab.jaxx Log: ajout title pour descriptors Modified: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationDetailTab.jaxx =================================================================== --- trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationDetailTab.jaxx 2008-02-07 14:34:32 UTC (rev 717) +++ trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationDetailTab.jaxx 2008-02-07 14:37:55 UTC (rev 718) @@ -69,6 +69,13 @@ </cell> </row> <row> + <cell fill='both' columns="2"> + <JPanel background='{Color.WHITE}' border='{javax.swing.border.LineBorder.createBlackLineBorder()}'> + <JLabel id='detailDescriptorsHeader' text='{_("simexplorer.node.descriptors")}'/> + </JPanel> + </cell> + </row> + <row> <cell columns='2' fill='horizontal'> <JScrollPane id='scrollTable'> <JTable id="detailTable" model='{new fr.cemagref.simexplorer.is.ui.swing.model.JDetailTableModel()}' @@ -78,7 +85,7 @@ </row> <row> <cell columns='2' fill='horizontal'> - <JScrollPane id='scrollAttachments'columnHeaderView='{detailHeaderAttachmentsPanel}'> + <JScrollPane id='scrollAttachments' columnHeaderView='{detailHeaderAttachmentsPanel}'> <JList id="detailAttachments" model='{new DefaultListModel()}'/> </JScrollPane> </cell>
participants (1)
-
tchemit@users.labs.libre-entreprise.org