Package xnap.gui

Examples of xnap.gui.EnableAction


  jtNick = new JTextField(server.getUsername(), 20);
  jtPassword = new JTextField(server.getPassword(), 20);
  jtEmail = new JTextField(server.getEmail(), 20);

  Component[] c = new Component[] { jtNick, jtPassword, jtEmail };
  EnableAction ac
      = new EnableAction(Plugin.tr("Customize", 1, 1), c, custom);
  jcbCustomizeUser = ac.getCheckBox();
  GridBagHelper.add(jpUser, jcbCustomizeUser);

  GridBagHelper.addLabel(jpUser, Plugin.tr("Nickname"));
  GridBagHelper.add(jpUser, jtNick);
View Full Code Here

TOP

Related Classes of xnap.gui.EnableAction

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.