Author: tchemit Date: 2008-02-07 10:53:13 +0000 (Thu, 07 Feb 2008) New Revision: 704 Modified: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationDetailTab.jaxx Log: ajout de la liste des attachments sur le d?\195?\169tail d'un LE 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-06 18:40:57 UTC (rev 703) +++ trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationDetailTab.jaxx 2008-02-07 10:53:13 UTC (rev 704) @@ -22,6 +22,13 @@ </JPanel> </cell> </row> + <row> + <cell fill='vertical'> + <JPanel id='detailHeaderAttachmentsPanel'> + <JLabel id='detailAttachmentsHeader' text='{_("simexplorer.node.noattachments")}'/> + </JPanel> + </cell> + </row> <row fill="both" weightx="1" weighty="1"> <cell> <JSplitPane id='splitOne' orientation="horizontal" resizeWeight="0.4" oneTouchExpandable='true'> @@ -70,6 +77,13 @@ </JScrollPane> </cell> </row> + <row> + <cell columns='2' fill='horizontal'> + <JScrollPane id='scrollAttachments' columnHeaderView='{detailHeaderAttachmentsPanel}'> + <JList id="detailAttachments" model='{new DefaultListModel()}' /> + </JScrollPane> + </cell> + </row> <row weighty="1" weightx="2" > <cell fill='both' columns='2'> <JPanel>