added the ability to run the sample either in a web browser or in Java 7 with JavaFX and the KoolApp browser

This commit is contained in:
James Strachan
2012-05-29 08:50:12 +01:00
parent 2898abb245
commit 13dfda92d1
3 changed files with 102 additions and 0 deletions
@@ -0,0 +1,16 @@
<html>
<head>
</head>
<body>
<h1>Kotlin Sample</h1>
<div id="foo">
</div>
<script type="text/kotlin">
sample.namespace.myApp()
</script>
</body>
</html>