Author: chatellier Date: 2011-02-03 16:06:41 +0000 (Thu, 03 Feb 2011) New Revision: 658 Log: Add logo in home view Modified: trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/HomeView.jaxx Modified: trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/HomeView.jaxx =================================================================== --- trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/HomeView.jaxx 2011-02-03 15:44:37 UTC (rev 657) +++ trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/HomeView.jaxx 2011-02-03 16:06:41 UTC (rev 658) @@ -26,7 +26,17 @@ <CoserFrameHandler id="handler" javaBean="null" /> - <JLabel text='coser.ui.home.text' constraints="BorderLayout.CENTER" - horizontalAlignment="{SwingConstants.CENTER}" /> + <Table constraints="BorderLayout.CENTER"> + <row> + <cell weightx="1" weighty="1" anchor="south"> + <JLabel icon="logo300.png" horizontalAlignment="{SwingConstants.CENTER}" /> + </cell> + </row> + <row> + <cell weightx="1" weighty="1" anchor="north"> + <JLabel text='coser.ui.home.text' horizontalAlignment="{SwingConstants.CENTER}" /> + </cell> + </row> + </Table> </JPanel>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org