All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gov.nih.nlm.nls.lvg.Tools.GuiTool.GuiLib.Handler Maven / Gradle / Ivy

The newest version!
package GuiTool.GuiLib; 
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
//public class Handler extends JPanel implements ActionListener
public class Handler implements ActionListener
{
    public void actionPerformed(ActionEvent evt)
    {
        String cmd = evt.getActionCommand();
        System.out.println("-- " + cmd);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy