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
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