• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Importing applet to Android Application

Peec

Lurker
So Im at a project where I need the following java packages:

I am developing in eclipse-

java.applet.*;
java.awt.*

I know these are not built in to android, however, is it possible to get the source files for java.applet & java.awt and include them as packages in my application and thereby just access them?

This would be nifty.. But i cant seem to figure how to find the source files for java.applet and java.awt
 
Back
Top Bottom