Package lev.gui

Examples of lev.gui.LTextField


     * @param color
     */
    public SPStringList(String title, Font font, Color color) {
  super(title, font, color);

  adder = new LTextField("Adder");
  adder.addEnterButton("Add", new ActionListener(){

      @Override
      public void actionPerformed(ActionEvent e) {
    addElement(adder.getText());
View Full Code Here

TOP

Related Classes of lev.gui.LTextField

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.