List of usage examples for java.awt.event WindowListener interface-usage
From source file ExTransform.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.
From source file com.g2inc.scap.editor.gui.windows.EditorMainWindow.java
public class EditorMainWindow extends javax.swing.JFrame implements InternalFrameListener, WindowListener, ChangeListener { private static EditorMainWindow instance = null; private static final long serialVersionUID = 1L; private static final Logger LOG = Logger.getLogger(EditorMainWindow.class);
From source file ExRaster.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.
From source file ExAmbientLight.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.
From source file ExLightScope.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.
From source file us.daveread.basicquery.BasicQuery.java
/**
* Title: Basic Query Utility
* <p>
* Execute arbitrary SQL against database accessible with any JDBC-compliant
* driver.
* </p>
From source file SeedGenerator.MainForm.java
/** * * @author Semih */ public class MainForm extends JFrame implements ActionListener, WindowListener {
From source file ExLightBounds.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.
From source file ExDepthCue.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.
From source file com.monead.semantic.workbench.SemanticWorkbench.java
/**
* SemanticWorkbench - A GUI to input assertions, work with inferencing engines
* and SPARQL queries
*
* This program uses Jena and Pellet to provide the inference support.
*