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.yccheok.jstock.gui.charting.ChartJDialog.java

/**
 *
 * @author  yccheok
 */
public class ChartJDialog extends javax.swing.JFrame implements WindowListener {
    public enum TA {

From source file javazoom.jlgui.player.amp.Player.java

/**
 * Player is the core UI (front-end) of jlGui.
 * It is WinAmp skins 2.0 compliant.
 * 
 * @author JavaZOOM
 */

From source file com.t3.client.ui.T3Frame.java

/**
 */
public class T3Frame extends DefaultDockableHolder implements WindowListener, AppEventListener {
    private static final Logger log = Logger.getLogger(T3Frame.class);
    private static final String INITIAL_LAYOUT_XML = "com/t3/client/ui/ilayout.xml";
    private static final String T3_LOGO_IMAGE = "com/t3/client/image/tabletoptool-logo.png";

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

/**
 * The main window in the DataCleaner GUI. This window is called the
 * AnalysisJobBuilderWindow because it's main purpose is to present a job that
 * is being built. Behind the covers this job state is respresented in the
 * {@link AnalysisJobBuilder} class.
 */

From source file edu.ku.brc.specify.tools.l10nios.StrLocalizerAppForiOS.java

/**
 * @author rods
 *
 * @code_status Alpha
 *
 * Jul 15, 2009

From source file edu.ku.brc.specify.tools.StrLocalizerApp.java

/**
 * @author rods
 *
 * @code_status Alpha
 *
 * Jul 15, 2009

From source file edu.ucla.stat.SOCR.chart.Chart.java

/**This class defines a basic type of Statistical Chart that can be
 * subclassed by the specific types of chart
 **/
public class Chart extends JApplet implements Runnable, MouseListener, ActionListener, MouseMotionListener,
        WindowListener, AdjustmentListener, KeyListener {

From source file javazoom.jlgui.player.amp.PlayerApplet.java

public class PlayerApplet extends Applet
        implements ActionListener, BasicPlayerListener, DropTargetListener, WindowListener {
    private static Log log = LogFactory.getLog(Player.class);

    protected static int TEXT_LENGTH_MAX = 30;
    protected static long SCROLL_PERIOD = 250;

From source file net.rptools.maptool.client.ui.MapToolFrame.java

/**
 */
public class MapToolFrame extends DefaultDockableHolder implements WindowListener, AppEventListener {
    private static final Logger log = Logger.getLogger(MapToolFrame.class);
    private static final String INITIAL_LAYOUT_XML = "net/rptools/maptool/client/ui/ilayout.xml";
    private static final String MAPTOOL_LOGO_IMAGE = "net/rptools/maptool/client/image/maptool-logo.png";

From source file ExText.java

/**
 * The Example class is a base class extended by example applications. The class
 * provides basic features to create a top-level frame, add a menubar and
 * Canvas3D, build the universe, set up "examine" and "walk" style navigation
 * behaviors, and provide hooks so that subclasses can add 3D content to the
 * example's universe.