Package org.compiere.swing

Examples of org.compiere.swing.CButton


    southPanel.add(confirmPanel, BorderLayout.NORTH);
    southPanel.add(statusBar, BorderLayout.SOUTH);
    //helpScollPane.getViewport().add(onlineHelp, null);
    confirmPanel.addActionListener(this);
   
    CButton helpBtn = new CButton(Env.getImageIcon2("Help24"));
    helpBtn.setActionCommand("onlineLoginHelp");
    helpBtn.addActionListener(this);
    helpBtn.setToolTipText(res.getString("Help"));
    confirmPanel.addComponent(helpBtn);
   
    statusBar.setStatusDB(null);
  }   //  jbInit
View Full Code Here

TOP

Related Classes of org.compiere.swing.CButton

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.