List of usage examples for java.awt.event ActionListener interface-usage
From source file ru.codemine.pos.ui.windows.devices.kkm.listener.DeleteKkm.java
/**
*
* @author Alexander Savelev
*/
@Component
From source file SimpleIndexedQuad.java
/**
* This builds a simple class using the an indexed quadrilateral array. This
* demonstrates the use of the IndexedQuadArray class. It defines both the
* vertices and the normals of the cube such that the shape is shaded with flat
* faces.
*
From source file SimpleIndexedQuadNormals.java
/**
* This builds a simple class using the an indexed quadrilateral array. This
* demonstrates the use of the IndexedQuadArray class. It defines both the
* vertices and the normals of the cube such that the shape is shaded with flat
* faces.
*
From source file SimpleIndexedQuadSmooth.java
/**
* This builds a simple class using the an indexed quadrilateral array. This
* demonstrates the use of the IndexedQuadArray class. It defines both the
* vertices and the normals of the shape such that each vertex has only one
* normal and it appears to have smooth edges.
*
From source file uk.co.petertribble.jkstat.demo.JLoadChart.java
/** * Show the 1, 5, and 15 minute averages on a chart. * * @author Peter Tribble */ public final class JLoadChart extends JFrame implements ActionListener {
From source file ru.codemine.pos.ui.windows.document.startbalances.listener.RefreshSbList.java
/**
*
* @author Alexander Savelev
*/
@Component
From source file com.thoughtworks.go.agent.bootstrapper.osx.MacAboutBox.java
public class MacAboutBox extends JFrame implements ActionListener { private static final Log LOG = LogFactory.getLog(MacAboutBox.class); private static final int FRAME_WIDTH = 280; private static final int FRAME_HEIGHT = 230; private static final int FRAME_TOP = 200; private static final int FRAME_LEFT = 350;
From source file endrov.typeTimeRemap.TimeRemapWindow.java
/** * Adjust Frame-Time mapping * @author Johan Henriksson */ public class TimeRemapWindow extends EvBasicWindow implements ActionListener, ChangeListener { static final long serialVersionUID = 0;
From source file SimpleMouse.java
/**
* This application demonstrates the use of the mouse utility classes. It allows
* rotation, translation and resizing of the screen image of a cube by clicking
* and dragging the mouse on the shape.
*
* @author I.J.Palmer
From source file ru.codemine.pos.ui.windows.document.startbalances.listener.EditSb.java
/**
*
* @author Alexander Savelev
*/
@Component