package morse; import javax.swing.JApplet; public class MorseApplet extends JApplet { /** * Create the applet. */ public MorseApplet() { } }