/[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 910 by iliev, Thu Mar 16 18:08:34 2006 UTC revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC
# 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.2a)</font>");                  new JLabel("<html>\n<font size=+1>JS Classic (version 0.3a)</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"));

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

  ViewVC Help
Powered by ViewVC