Package

Source Code of TestApplet

import javax.swing.JApplet;

import com.nykredit.kundeservice.swing.PeriodSelector;


public class TestApplet extends JApplet {

  /**
   * Create the applet.
   */
  public TestApplet() {
PeriodSelector p = new PeriodSelector();
  }

}
TOP

Related Classes of TestApplet

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.