How to manually create class such as JFrame,Awt,Applets etc.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to manually create class such as JFrame,Awt,Applets etc.?

Most people will reply to me that why I didn't simply import These classes using "import" keyword but that is the thing I am bothering about.... I usually compile my Java programs in an App called Java N IDE- Compiler for Android.This app is developed by Mr. Duy and this great app is the best Compiler for Java.But this app has certain limitations such as it doesn't have Layout and frame Builder and lacks applets.I am unable to enjoy the freedom of creating GUI interface.

7th May 2018, 4:32 PM
Yash Srivastava
Yash Srivastava - avatar
1 Answer
+ 6
The app most probably does not support GUI programming. Even if you did manage to manually create the libraries, it wouldn't work.
7th May 2018, 4:39 PM
Hatsy Rei
Hatsy Rei - avatar