/[svn]/jsampler/trunk/src/org/jsampler/view/classic/HelpAboutDlg.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/classic/HelpAboutDlg.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC revision 1143 by iliev, Mon Apr 2 21:18:31 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   *   JSampler - a java front-end for LinuxSampler   *   JSampler - a java front-end for LinuxSampler
3   *   *
4   *   Copyright (C) 2005 Grigor Kirilov Iliev   *   Copyright (C) 2005-2006 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 58  import static org.jsampler.view.classic. Line 58  import static org.jsampler.view.classic.
58   */   */
59  public class HelpAboutDlg extends InformationDialog {  public class HelpAboutDlg extends InformationDialog {
60          private JLabel lProductName =          private JLabel lProductName =
61                  new JLabel("<html>\n<font size=+1>JS Classic (version 0.3a)</font>");                  new JLabel("<html>\n<font size=+1>JS Classic (version 0.4a)</font>");
62                    
63          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));
64          private JTextField tfAuthor = new JTextField(i18n.getLabel("HelpAboutDlg.tfAuthor"));          private JTextField tfAuthor = new JTextField(i18n.getLabel("HelpAboutDlg.tfAuthor"));
# Line 229  public class HelpAboutDlg extends Inform Line 229  public class HelpAboutDlg extends Inform
229                  private JLabel lAuthorEmail =                  private JLabel lAuthorEmail =
230                          new JLabel(i18n.getLabel("HelpAboutDlg.lAuthorEmail"));                          new JLabel(i18n.getLabel("HelpAboutDlg.lAuthorEmail"));
231                  private JLabel lLSWebsite = new JLabel(i18n.getLabel("HelpAboutDlg.lLSWebsite"));                  private JLabel lLSWebsite = new JLabel(i18n.getLabel("HelpAboutDlg.lLSWebsite"));
232                  private WebButton btnAuthorEmail = new WebButton("gr.iliev@gmail.com");                  private WebButton btnAuthorEmail = new WebButton("grigor@grigoriliev.com");
233                  private WebButton btnWebsite = new WebButton("http://www.linuxsampler.org");                  private WebButton btnWebsite = new WebButton("http://www.linuxsampler.org");
234                                    
235                  private JLabel lLSMailingList =                  private JLabel lLSMailingList =

Legend:
Removed from v.911  
changed lines
  Added in v.1143

  ViewVC Help
Powered by ViewVC