|
|
|
@ -12,7 +12,7 @@ public class WelcomeWindow extends JDialog
|
|
|
|
private WindowBackground mainPanel = new WindowBackground();
|
|
|
|
private WindowBackground mainPanel = new WindowBackground();
|
|
|
|
|
|
|
|
|
|
|
|
private JLabel titleLabel
|
|
|
|
private JLabel titleLabel
|
|
|
|
= new JLabel(BrandingResources.getApplicationString("productName"));
|
|
|
|
= new JLabel(BrandingResources.getApplicationString("applicationName"));
|
|
|
|
|
|
|
|
|
|
|
|
private JLabel versionLabel = new JLabel(" "
|
|
|
|
private JLabel versionLabel = new JLabel(" "
|
|
|
|
+ System.getProperty("sip-communicator.version"));
|
|
|
|
+ System.getProperty("sip-communicator.version"));
|
|
|
|
@ -68,8 +68,8 @@ public WelcomeWindow()
|
|
|
|
this.rightsArea.appendToEnd(Resources.getString("welcomeMessage",
|
|
|
|
this.rightsArea.appendToEnd(Resources.getString("welcomeMessage",
|
|
|
|
new String[]{
|
|
|
|
new String[]{
|
|
|
|
Constants.TEXT_COLOR,
|
|
|
|
Constants.TEXT_COLOR,
|
|
|
|
BrandingResources.getApplicationString("productName"),
|
|
|
|
BrandingResources.getApplicationString("applicationName"),
|
|
|
|
BrandingResources.getApplicationString("productWebSite")
|
|
|
|
BrandingResources.getApplicationString("applicationWebSite")
|
|
|
|
}));
|
|
|
|
}));
|
|
|
|
|
|
|
|
|
|
|
|
this.rightsArea.setPreferredSize(new Dimension(50, 50));
|
|
|
|
this.rightsArea.setPreferredSize(new Dimension(50, 50));
|
|
|
|
|