/[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 1143 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1204 by iliev, Thu May 24 21:43:45 2007 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.4a)</font>");                  new JLabel("<html>\n<font size=+1>JS Classic (version 0.5a)</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.1143  
changed lines
  Added in v.1204

  ViewVC Help
Powered by ViewVC