This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
morse-converter/.metadata/.plugins/org.eclipse.core.resources/.history/ff/50da5fcf526800141a05f832b3c...

15 lines
153 B
Plaintext

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