List of usage examples for java.awt.event WindowListener interface-usage
From source file events.WindowEventDemo.java
public class WindowEventDemo extends JFrame implements WindowListener, WindowFocusListener, WindowStateListener { static final String newline = System.getProperty("line.separator"); static final String space = " "; static WindowEventDemo frame = new WindowEventDemo("WindowEventDemo"); JTextArea display;
From source file net.sf.firemox.AbstractMainForm.java
/** * @author <a href="mailto:fabdouglas@users.sourceforge.net">Fabrice Daugan </a> * @since 0.83 */ public abstract class AbstractMainForm extends JFrame implements ActionListener, MouseListener, WindowListener {
From source file org.jfree.chart.demo.ApplicationFrame.java
/** * A frame for simple demo applications (the frame shuts down the JVM when * the window is closed). */ public class ApplicationFrame extends JFrame implements WindowListener {
From source file ca.uviccscu.lp.server.main.ShutdownListener.java
/** * * @author Nikita Kuklev <nikkuk@hotmail.com> * @since 2010-12-26 04:28:23 -0800 */ public class ShutdownListener implements WindowListener {
From source file components.SliderDemo.java
public class SliderDemo extends JPanel implements ActionListener, WindowListener, ChangeListener { //Set up animation parameters. static final int FPS_MIN = 0; static final int FPS_MAX = 30; static final int FPS_INIT = 15; //initial frames per second int frameNumber = 0;
From source file components.SliderDemo2.java
public class SliderDemo2 extends JPanel implements ActionListener, WindowListener, ChangeListener { //Set up animation parameters. static final int FPS_MIN = 0; static final int FPS_MAX = 30; static final int FPS_INIT = 15; //initial frames per second int frameNumber = 0;
From source file com.nuclearrussian.lp.server.main.ShutdownListener.java
/** * * @author Nikita Kuklev <nikkuk@hotmail.com> * @since 2010-12-26 04:28:23 -0800 */ public class ShutdownListener implements WindowListener {
From source file cl.almejo.vsim.gui.SimWindow.java
public class SimWindow extends JFrame implements ComponentListener, WindowListener, MouseListener, MouseMotionListener, CircuitStateListener { private static final Logger LOGGER = LoggerFactory.getLogger(SimWindow.class); private static final long serialVersionUID = 1L;
From source file mydropbox.MyDropboxSwing.java
/** * * @author Bunny */ public class MyDropboxSwing extends javax.swing.JFrame implements WindowListener {
From source file it.txt.access.capability.demo.soap.client.view.ClientGUIController.java
/** * * @author Cristoforo Seccia (TXT e-solutions SpA) */ public class ClientGUIController implements WindowListener {