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/50da5fcf526800141a05f832b3c986b5

15 lines
153 B
Plaintext
Raw Normal View History

2015-01-02 11:25:12 +01:00
package morse;
import javax.swing.JApplet;
public class MorseApplet extends JApplet {
/**
* Create the applet.
*/
public MorseApplet() {
}
}