package nmrsvd; /** *

Title:

* *

Description:

* *

Copyright: Copyright (c) 2009

* *

Company:

* * @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); } }