+ 1
Can we graph in java appelets
2 ответов
+ 1
Of course you can do graphics in Java applets since the applets are based on AWT and Swing packages(they are mostly graphics related classes). However, applets are not welcome by those popular browsers for the security concern.
0
thanks