List of usage examples for java.awt Frame subclass-usage
From source file MDIApp.java
public class MDIApp extends Frame { /************************************************************************* * MAIN PROGRAM / STATIC METHODS *************************************************************************/
From source file edu.stanford.muse.launcher.Splash.java
class Splash extends Frame implements ActionListener { Graphics2D g; SplashScreen splash = SplashScreen.getSplashScreen(); void close() { splash.close();
From source file edu.stanford.epadd.launcher.Splash.java
class Splash extends Frame implements ActionListener { Graphics2D g; SplashScreen splash = SplashScreen.getSplashScreen(); void close() { splash.close();
From source file edu.stanford.epadd.launcher.Splash.java
class Splash extends Frame implements ActionListener { Graphics2D g; SplashScreen splash = SplashScreen.getSplashScreen(); void close() { splash.close();
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 Jpeg.java
class JpegEncoder extends Frame {
Thread runner;
BufferedOutputStream outStream;
Image image;