j2me-hello-gradle/microemulator-2.0.4/microemu-demo.html

14 lines
412 B
HTML
Raw Permalink Normal View History

2024-02-16 21:21:16 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MicroEmulator</title>
</head>
<body>
<applet code="org.microemu.applet.Main"
width="226" height="471"
archive="lib/microemu-javase-applet.jar,apps/microemu-demo.jar">
<param name="midlet" value="org.microemu.midp.examples.simpledemo.SimpleDemoMIDlet"/>
</applet>
</body>
</html>