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

examples.script.ScriptDialog Maven / Gradle / Ivy

The newest version!
package examples.script;

import java.awt.event.ActionEvent;

import javax.swing.JDialog;
import javax.swing.JToggleButton;

import org.jdesktop.application.Action;

@SuppressWarnings("serial")
public class ScriptDialog extends JDialog {
	JToggleButton toggleButton;

	@Action
	public void onCLick( ActionEvent e ) {
	
		System.out.println( e );
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy