saveopen
Class SaveOpenDemo

java.lang.Object
  |
  +--saveopen.SaveOpenDemo

public class SaveOpenDemo
extends java.lang.Object

This demo lets the user select a frame, and save it to file, or conversely, open a file and display the stored frame.


Constructor Summary
SaveOpenDemo()
          This constructor is here in case you want to use this demo inside another piece of code, instead of just running main().
 
Method Summary
static void main(java.lang.String[] args)
          Runs the demo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveOpenDemo

public SaveOpenDemo()
This constructor is here in case you want to use this demo inside another piece of code, instead of just running main().
Method Detail

main

public static void main(java.lang.String[] args)
Runs the demo.