package nmrsvd;

/**
 * <p>Title: </p>
 *
 * <p>Description: </p>
 *
 * <p>Copyright: Copyright (c) 2009</p>
 *
 * <p>Company: </p>
 *
 * @author not attributable
 * @version 1.0
 */
public class fidsvd {

  /**
   * Application entry point.
   *
   * @param args String[]
   * Construct and show the application.
   */
  public static void main(String[] args) {
    Frame1 frame = new Frame1();
    frame.setVisible(true);
  }
}
