/[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 1444 by iliev, Fri Aug 10 19:55:03 2007 UTC revision 1445 by iliev, Mon Oct 15 20:55:33 2007 UTC
# Line 62  import static org.jsampler.view.classic. Line 62  import static org.jsampler.view.classic.
62   */   */
63  public class HelpAboutDlg extends InformationDialog {  public class HelpAboutDlg extends InformationDialog {
64          private JLabel lProductName =          private JLabel lProductName =
65                  new JLabel("<html>\n<font size=+1>JS Classic (version 0.6a)</font>");                  new JLabel("<html>\n<font size=+1>JS Classic (version 0.7a)</font>");
66                    
67          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));
68          private JTextField tfAuthor = new JTextField(i18n.getLabel("HelpAboutDlg.tfAuthor"));          private JTextField tfAuthor = new JTextField(i18n.getLabel("HelpAboutDlg.tfAuthor"));

Legend:
Removed from v.1444  
changed lines
  Added in v.1445

  ViewVC Help
Powered by ViewVC