Author: tchemit Date: 2008-01-21 20:55:39 +0000 (Mon, 21 Jan 2008) New Revision: 342 Modified: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationListTab.jaxx Log: am?\195?\169lioration ui de pagination Modified: trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationListTab.jaxx =================================================================== --- trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationListTab.jaxx 2008-01-21 20:55:04 UTC (rev 341) +++ trunk/simexplorer-is-swing/src/uimodel/fr/cemagref/simexplorer/is/ui/swing/tab/JApplicationListTab.jaxx 2008-01-21 20:55:39 UTC (rev 342) @@ -10,7 +10,7 @@ <JButton id='importApplication' enabled='false' /> - <JLabel text='{_("simexplorer.action.application.searchText")}' + <JLabel text='{_("simexplorer.action.application.searchText")}' visible='false' labelFor='{searchText}'/> <JTextField id='searchText' @@ -34,8 +34,7 @@ <row fill='both' weightx='1' weighty='1'> <cell insets='0,0,0,0'> <JScrollPane> - <fr.cemagref.simexplorer.is.ui.swing.panel.JApplicationTable - id='table'/> + <fr.cemagref.simexplorer.is.ui.swing.panel.JApplicationTable id='table'/> </JScrollPane> </cell> </row> @@ -46,13 +45,15 @@ margin='0,0,0,0'> <JButton id='goFirstPage' enabled='false'/> <JButton id='goPreviousPage' enabled='false'/> - - <JComboBox id='goPage' enabled='false' font-size='9' - opaque='false' preferredSize='{new Dimension(50,5)}'/> - + <JPanel layout='{new GridLayout(0, 2, 0, 0)}'> + <JLabel text='{_("simexplorer.action.pagination.currentPage")}' + labelFor="{goPage}" font-size='9'/> + <JComboBox id='goPage' enabled='false' font-size='9' + opaque='false' + preferredSize='{new Dimension(50,5)}'/> + </JPanel> <JButton id='goNextPage' enabled='false'/> <JButton id='goLastPage' enabled='false'/> - </JToolBar> </cell> </row>