m*****e 发帖数: 126 | 1
Swing components come with jdk1.2 and later version. Currently,
most of the browsers only have embeded 1.1 version JVMs. For
example, my Netscape 4.7 has a version 1.1.5 virtual machine.
So it simply does not know what JTextArea is.
To view those 1.2 applets, you need to download java plugin,
which is a virtual machine to replace the one comes with your
browser. You can not assume that all you users know how to
install the plugin. So you'd better use awt components only
in your applets. |
|