English 中文(简体)
在线教育 游戏——在 Java书写
原标题:Online Educational Game - Written in Java
  • 时间:2011-10-09 19:47:08
  •  标签:
  • java
  • applet

我要为有学习困难的小学学生(7-9岁)撰写教育游戏。 这一游戏包括将文字与图像、某些基本数学和一些手法相匹配。 作为游戏的一部分,我需要听音,例如在线辅导员发出指示、解释等。 我很了解如何利用贾瓦,并想把这视为一个可以在浏览器内发挥的在线游戏。

我的问题是这样? 是否使用“Java”指我所能采取的唯一途径,或者是否使用共同项目/手册做到这一点? 我想是 Apple果,因为我想利用SWING来开发接口,以便给它一个 desktop眼和感觉。

GF

最佳回答

是的,你可以使用左翼或jsp /servlets + GWT或另一个Java式文字工具,使申请具有互动性。

你最明显的选择

  • Swing applet in browser
  • Swing application with java web start
  • GWT which is like swings API, but runs as java script

如果没有很大的估计,我想说,光彩是一种非常迅速的工具,可以在短期内制作桌子/台Phone/PC可访问的、丰富的网络用具,特别是考虑到gle光机是免费的。

浏览浏览浏览器的工作,但 Java的要求可能会干扰一些用户。 然而,如果你需要一丝不.的物品,并且想要在没有外部预报工具的情况下采用标准的 Java解决办法,那么,推论是一种非常简单的选择。

问题回答

http://www.sencha.com/products/extjs/examples/“rel=“nofollow”http://www.sencha.com/products/extjs/examples/。 从我所看到的情况来看,它主要是国际律师联合会,但我确信,还有其他许多以 Java文为本的备选办法。

:)





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签