Examples of HelpedLabel


Examples of nu.lazy8.util.help.HelpedLabel

   *
   * @param  jPanel1  Description of the Parameter
   */
  public void getSpecialGuiPane(JPanel jPanel1) {
    AddDateComponents(jPanel1, "allreports");
    jPanel1.add(new HelpedLabel(Translator.getTranslation("Start Transaction number"),
        "Start", "allreports", view));
    intField1 = new IntegerField("Start", "allreports", view);
    jPanel1.add(intField1);
    jPanel1.add(new HelpedLabel(Translator.getTranslation("Stop Transaction number"),
        "Stop", "allreports", view));
    intField2 = new IntegerField("Stop", "allreports", view);
    jPanel1.add(intField2);
  }//}}}
View Full Code Here

Examples of nu.lazy8.util.help.HelpedLabel

     */
    this.bIsAddOnly = bIsAddOnly;
    wasWriteOk = false;
    jPanel1 = new JPanel();

    label1 = new HelpedLabel(Translator.getTranslation("AccTypeId"),
        "Number", "accounttype", view);
    textField1 = new IntegerField("Number", "accounttype", view);
    textField1.setEnabled(false);

    label2 = new HelpedLabel(Translator.getTranslation("Account type name"),
        "Name", "accounttype", view);
    textField2 = new HelpedTextField("Name", "accounttype", view);
    label3 = new HelpedLabel(Translator.getTranslation("Sorting order for reports"),
        "Sort", "accounttype", view);
    textField3 = new IntegerField("Sort", "accounttype", view);
    JPanel jPanel22 = new JPanel();
    jPanel22.setLayout(new BoxLayout(jPanel22, BoxLayout.Y_AXIS));

View Full Code Here

Examples of nu.lazy8.util.help.HelpedLabel

    //setDefaultCloseOperation(HIDE_ON_CLOSE);
    //else
    //setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
    jPanel1 = new JPanel();

    label1 = new HelpedLabel(Translator.getTranslation("JDBC Driver information"),
        "driver", "dataconn", view);
    textField1 = new HelpedTextField("driver", "dataconn", view);
    label2 = new HelpedLabel(Translator.getTranslation("Database connection information"),
        "dataconnect", "dataconn", view);
    textField2 = new HelpedTextField("dataconnect", "dataconn", view);

    label3 = new HelpedLabel(Translator.getTranslation("User name"),
        "user", "dataconn", view);
    textField3 = new HelpedTextField("user", "dataconn", view);

    label4 = new HelpedLabel(Translator.getTranslation("Password"),
        "password", "dataconn", view);
    textField4 = new JPasswordField();

    getContentPane().setLayout(new GridLayout(1, 1));
View Full Code Here

Examples of nu.lazy8.util.help.HelpedLabel

      bShowAdvanced = true;
    } else if (SetupInfo.getProperty(SetupInfo.SHOW_ADVANCED_MENUS).compareTo("true") == 0) {
      bShowAdvanced = true;
    }

    label1 = new HelpedLabel(sLabelText, "company", helpFile, view);
    if (jPanel1 != null) {
      jPanel1.add(label1);
    }

    comboBox = new DataComboBox(new JdbcTable("Company", 1, view), false, "company", helpFile, view);
View Full Code Here

Examples of nu.lazy8.util.help.HelpedLabel

      bShowAdvanced = true;
    } else if (SetupInfo.getProperty(SetupInfo.SHOW_ADVANCED_MENUS).compareTo("true") == 0) {
      bShowAdvanced = true;
    }

    label2 = new HelpedLabel(sLabelText, "period", sHelpFile, view);

    if (jPanel1 != null) {
      jPanel1.add(label2);
    }
View Full Code Here

Examples of nu.lazy8.util.help.HelpedLabel

        Translator.getTranslation("Company"), false, "account", view);
    cc.comboBox.addItemListener(this);
    //    JLabel emptySpace=new JLabel();
    //    jPanel1.add(emptySpace);

    label1 = new HelpedLabel(Translator.getTranslation("Account number"),
        "number", "account", view);
    textField1 = new IntegerField("number", "account", view);
    textField1.setText(sAccountNum);
    label2 = new HelpedLabel(Translator.getTranslation("Account name"),
        "name", "account", view);
    textField2 = new HelpedTextField("name", "account", view);

    jPanel1.add(label1);
    jPanel1.add(textField1);
View Full Code Here

Examples of nu.lazy8.util.help.HelpedLabel

     true
     );
     */
    jPanel1 = new JPanel();

    label1 = new HelpedLabel(Translator.getTranslation("CompId"),
        "Number", "company", view);
    textField1 = new IntegerField("Number", "company", view);
    label2 = new HelpedLabel(Translator.getTranslation("Company name"),
        "Name", "company", view);
    textField2 = new HelpedTextField("Name", "company", view);
    JPanel jPanel22 = new JPanel();
    jPanel22.setLayout(new BoxLayout(jPanel22, BoxLayout.Y_AXIS));

View Full Code Here

Examples of nu.lazy8.util.help.HelpedLabel

      tl = tlin;
      iMyColumn = iMyColumnin;

      jp.setLayout(new GridLayout(2, 2));

      jp.add(new HelpedLabel(Translator.getTranslation("Language"), "Language", "translator", view));

      jLanguageBox = new JComboBox();
      arrayLanguages = new ArrayList();

      jp.add(jLanguageBox);
View Full Code Here

Examples of nu.lazy8.util.help.HelpedLabel

  public void ReCreateThePanel() {
    removeAll();

    JPanel mePanel = new JPanel();
    mePanel.setLayout(new GridLayout(8 + nowSelectedReport.getNumGridRows(), 2));
    mePanel.add(new HelpedLabel(Translator.getTranslation("Report"), "Reports", "allreports", view));
    mePanel.add(jReports);
    cc.reAddComponents(mePanel);
    mePanel.add(new HelpedLabel(Translator.getTranslation("Report title"), "ReportTitle", "allreports", view));
    mePanel.add(nowSelectedReport.jTextField3);
    mePanel.add(new HelpedLabel(Translator.getTranslation("Report header image"), "headerimage", "allreports", view));

    jpImage = new JPanel();
    jpImage.setLayout(new BoxLayout(jpImage, BoxLayout.X_AXIS));
    jpImage.add(nowSelectedReport.jTextField4);
    JButton browse = new HelpedButton(Translator.getTranslation("Browse"),
View Full Code Here

Examples of nu.lazy8.util.help.HelpedLabel

   *
   * @param  jp        Description of the Parameter
   * @param  helpFile  Description of the Parameter
   */
  public void AddDateComponents(JPanel jp, String helpFile) {
    jp.add(new HelpedLabel(Translator.getTranslation("Start date"), "StartDate", helpfile, view));
    jTextField1 = new DateField("StartDate", helpfile, view);
    jTextField2 = new DateField("StopDate", helpfile, view);
    jp.add(jTextField1);
    jp.add(new HelpedLabel(Translator.getTranslation("Stop date"), "StopDate", helpfile, view));
    jp.add(jTextField2);
  }//}}}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.