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

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

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

revision 2145 by iliev, Mon Aug 3 14:54:18 2009 UTC revision 2146 by iliev, Mon Oct 11 09:31:27 2010 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-2008 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2010 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 50  import net.sf.juife.LinkButton; Line 50  import net.sf.juife.LinkButton;
50    
51  import org.jsampler.view.std.StdUtils;  import org.jsampler.view.std.StdUtils;
52    
53  import org.jvnet.substance.SubstanceLookAndFeel;  import org.pushingpixels.substance.api.SubstanceLookAndFeel;
54    
55  import static org.jsampler.view.fantasia.FantasiaI18n.i18n;  import static org.jsampler.view.fantasia.FantasiaI18n.i18n;
56    
# Line 60  import static org.jsampler.view.fantasia Line 60  import static org.jsampler.view.fantasia
60   */   */
61  public class HelpAboutDlg extends InformationDialog {  public class HelpAboutDlg extends InformationDialog {
62          private JLabel lProductName =          private JLabel lProductName =
63                  new JLabel("<html>\n<font size=+1>JSampler Fantasia (version 0.9)</font>");                  new JLabel("<html>\n<font size=+1>JSampler Fantasia (version 0.9cvs1)</font>");
64                    
65          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));
66          private LinkButton btnAuthor = new Lnkbutton(i18n.getLabel("HelpAboutDlg.btnAuthor"));          private LinkButton btnAuthor = new Lnkbutton(i18n.getLabel("HelpAboutDlg.btnAuthor"));

Legend:
Removed from v.2145  
changed lines
  Added in v.2146

  ViewVC Help
Powered by ViewVC