Author: jflesch
Date: 2007-01-03 00:07:06 +0000 (Wed, 03 Jan 2007)
New Revision: 11547

Modified:
   trunk/apps/Thaw/src/thaw/core/SplashScreen.java
Log:
Moving the text 'thaw' on the splashscreen

Modified: trunk/apps/Thaw/src/thaw/core/SplashScreen.java
===================================================================
--- trunk/apps/Thaw/src/thaw/core/SplashScreen.java     2007-01-03 00:00:46 UTC 
(rev 11546)
+++ trunk/apps/Thaw/src/thaw/core/SplashScreen.java     2007-01-03 00:07:06 UTC 
(rev 11547)
@@ -54,9 +54,10 @@
                        iconPanel.add(lb, i);
                }

-               final JLabel thawLabel = new JLabel("   Thaw");
+               final JLabel thawLabel = new JLabel("Thaw");

                thawLabel.setFont(new Font("Dialog", Font.BOLD, 42));
+               thawLabel.setHorizontalAlignment(JLabel.CENTER);

                subPanel.add(thawLabel);
                subPanel.add(iconPanel);


Reply via email to