Package system.dolgozo

Examples of system.dolgozo.Dolgozo


  protected Button createFelveszButton() {
    Button temp = new Button(getFormResource("Button.Felvesz"));
    temp.addActionListener(new ActionListener() {
      public void actionPerformed(ActionEvent e) {
        try {
          Dolgozo d = DolgozoUtil.insert(getLogin(), getDolgozoNev());
          setTkod(d.getTkod());
        } catch (Exception ex) {
          LogUtil.log("M�dos�t�s nem siker�lt.",this.getClass() , ex, LogUtil.FATAL);
        }
      }
    });
View Full Code Here

TOP

Related Classes of system.dolgozo.Dolgozo

Copyright © 2018 www.massapicom. 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.