Package org.aavso.tools.vstar.ui.dialog

Examples of org.aavso.tools.vstar.ui.dialog.SelectableTextField.addActionListener()


          initialType != null ? absMagEqns.get(initialType) : "",
          true, false, Kind.LINE);

      final SelectableTextField typesField = new SelectableTextField(
          "Variable Type", types, initialType);
      typesField.addActionListener(new ActionListener() {
        @Override
        public void actionPerformed(ActionEvent e) {
          // Update the abs mag equation when the variable type
          // selection changes.
          absMagEqns.get(typesField.getValue());
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.