Label btnNewButton_1 = new Label(composite, SWT.FLAT);
btnNewButton_1.setBounds(0, 0, 80, 27);
btnNewButton_1.setImage(scaled050);
Link lblNewLabel = new Link(composite, SWT.NONE);
lblNewLabel.addSelectionListener(openUrl);
lblNewLabel.setFont(SWTResourceManager.getFont("Arial", 20, SWT.NORMAL));
lblNewLabel.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
lblNewLabel.setBounds(0, 0, 61, 17);
lblNewLabel.setText("<a href=\"https://github.com/caoxinyu/RedisClient\">RedisClient for Windows</a>");
Label label = new Label(composite, SWT.SEPARATOR | SWT.HORIZONTAL);
label.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 3, 1));
new Label(composite, SWT.NONE);
Label lblNewLabel_1 = new Label(composite, SWT.NONE);
lblNewLabel_1.setText(RedisClient.i18nFile.getText(I18nFile.VERSION));
Label lblNewLabel_2 = new Label(composite, SWT.NONE);
lblNewLabel_2.setText("2.0.0");
new Label(composite, SWT.NONE);
Label lblNewLabel_3 = new Label(composite, SWT.NONE);
lblNewLabel_3.setText(RedisClient.i18nFile.getText(I18nFile.DEVELOPER));
Link link = new Link(composite, SWT.NONE);
link.addSelectionListener(openUrl);
link.setText("<a href=\"mailto:caoxinyu@gmail.com\">" + RedisClient.i18nFile.getText(I18nFile.CAOXINYU) + "</a>");
new Label(composite, SWT.NONE);
Label lblReportIssue = new Label(composite, SWT.NONE);
lblReportIssue.setText(RedisClient.i18nFile.getText(I18nFile.ISSUE));
Link link_1 = new Link(composite, SWT.NONE);
link_1.addSelectionListener(openUrl);
link_1.setText("<a href=\"https://github.com/caoxinyu/redisclient/issues?state=open\">" + RedisClient.i18nFile.getText(I18nFile.CLICK) + "</a>");
new Label(composite, SWT.NONE);
Label lblStar = new Label(composite, SWT.NONE);
lblStar.setText(RedisClient.i18nFile.getText(I18nFile.STAR));
Link link_2 = new Link(composite, SWT.NONE);
link_2.addSelectionListener(openUrl);
link_2.setText("<a href=\"https://github.com/caoxinyu/RedisClient/stargazers\">" + RedisClient.i18nFile.getText(I18nFile.CLICK) + "</a>");
Composite composite_1 = new Composite(shell, SWT.NONE);
composite_1.setLayout(new FillLayout(SWT.HORIZONTAL));
composite_1.setLayoutData(new GridData(SWT.CENTER, SWT.CENTER, false, false, 1, 1));