r387 - trunk/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content
Author: echatellier Date: 2014-07-15 10:38:45 +0200 (Tue, 15 Jul 2014) New Revision: 387 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/387 Log: Add glue Modified: trunk/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/MainUI.jaxx Modified: trunk/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/MainUI.jaxx =================================================================== --- trunk/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/MainUI.jaxx 2014-07-11 14:59:06 UTC (rev 386) +++ trunk/faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/MainUI.jaxx 2014-07-15 08:38:45 UTC (rev 387) @@ -33,6 +33,7 @@ org.jdesktop.swingx.JXTitledPanel + javax.swing.Box javax.swing.JFrame javax.swing.SwingConstants java.awt.BorderLayout @@ -50,7 +51,7 @@ <JToolBar id='topBar' constraints="BorderLayout.NORTH"> <JToggleButton id='demandListButton'/> <JToggleButton id='searchButton'/> - <JSeparator constructorParams="SwingConstants.VERTICAL"/> + <Component initializer="Box.createHorizontalGlue()"/> <JButton id='exitButton'/> </JToolBar>
participants (1)
-
echatellier@users.forge.codelutin.com