Example usage for java.awt.event WindowListener interface-usage

List of usage examples for java.awt.event WindowListener interface-usage

Introduction

In this page you can find the example usage for java.awt.event WindowListener interface-usage.

Usage

From source file org.vpac.grisu.client.view.swing.mainPanel.Grisu.java

public class Grisu implements WindowListener {

    static final Logger myLogger = Logger.getLogger(Grisu.class.getName());

    public static final String apache2License = "http://www.apache.org/licenses/LICENSE-2.0";

From source file com.github.fritaly.dualcommander.DualCommander.java

public class DualCommander extends JFrame
        implements ChangeListener, WindowListener, KeyListener, PropertyChangeListener, FocusListener {

    private static final long serialVersionUID = 5445919782222373150L;

    // TODO Add support for Ctrl+C / Ctrl-X / Ctrl-V with the system clipboard

From source file org.opendatakit.appengine.updater.UpdaterWindow.java

public class UpdaterWindow implements WindowListener {

    private static final int HorizontalSpacing = 20;
    private static File myJarDir;
    private static ResourceBundle translations;
    private CommandLine cmd;

From source file com.greglturnquist.jlogo.TurtleGraphicsWindow.java

/**
 * Wrapper class which provides the TurtleGraphics support from the TG Logo programmng
 * environment to the world of programming in Java.
 *
 * @author Guy Haas
 * @author Greg Turnquist

From source file com.entertailion.java.fling.FlingFrame.java

/**
 * Main window frame for the Fling application
 * 
 * @author leon_nicholls
 * 
 */

From source file uk.ac.babraham.SeqMonk.Filters.GeneSetFilter.GeneSetDisplay.java

/**
* This is the intermediate display that holds the table of results and the scatterplot.
* 
* @author bigginsl
*
*/

From source file com.declarativa.interprolog.gui.Ini2BCKP.java

/**
 *
 * @author Esteban
 */
public class Ini2BCKP extends javax.swing.JFrame implements WindowListener {

From source file tracing.ShollAnalysisDialog.java

@SuppressWarnings("serial")
public class ShollAnalysisDialog extends Dialog
        implements WindowListener, ActionListener, TextListener, ItemListener {

    protected double x_start, y_start, z_start;

From source file zsk.JFCMainClient.java

/**
 * knoedel@section60:~/workspace/ytd2$ echo " *" `egrep -v "(^\s*(\/\*|\*|//)|^\s*$)" src/zsk/*java | wc -l` java code lines && echo -e " *" `egrep "(^\s*(\/\*|\*|//)|^\s*$)" src/zsk/*java | wc -l` empty/comment lines "\n *"
 * 1882 java code lines
 * 710 empty/comment lines 
 *
 * knoedel@section60:~/workspace/ytd2$ date && uname -a && lsb_release -a && java -version

From source file org.datacleaner.windows.ResultWindow.java

/**
 * Window in which the result (and running progress information) of job
 * execution is shown.
 */
public final class ResultWindow extends AbstractWindow implements WindowListener {
    private static final Logger logger = LoggerFactory.getLogger(ResultWindow.class);