摘要
Djomeg系统是用于J2ME手机游戏开发的可视化环境,其工作原理是采用面向对象的思想,通过系统建有的多种Java基类,游戏开发者可以直接使用其中的某些类,也可以从这些基类中继承,快速生成自己的类,并自动生成相应的J2ME手机游戏代码。其中关键的Java基类包括Things类、图像处理类DoImages、对象池实现类ThingsPool。
Djomeg system is a visual development environment to develop J2ME games, it makes use of thinking of OOP. There are many Java base classes developed by author in it. These classes can be directly used or be inherited to get new classes by the developer of games, with corresponding J2ME code for developer. The key base classes includes Things class, DoImages class (Image Processing class), ThingsPool class (Object Pool Implementation class).
出处
《计算机与现代化》
2009年第11期96-99,共4页
Computer and Modernization