Porting AWT graphics code to Android

后端 未结 3 1598
渐次进展
渐次进展 2020-12-11 16:06

We would like to use some of our existing Java AWT graphics code on the Android platform. As far as I can tell, Android does not include any of the AWT classes -- no G

3条回答
  •  攒了一身酷
    2020-12-11 16:36

    appengine-awt is a pure java implementation of the java.awt and javax.imageio packages for use in the Google AppEngine environment.

    https://github.com/witwall/appengine-awt

    SwingWT is a 100% pure Java library which aims to be a free implementation of Swing and AWT. Unlike Swing, it drives native peer widgets for your platform from SWT.

    https://github.com/witwall/SwingWT

提交回复
热议问题