h****w 发帖数: 41 | 1 怎么获得java applet句柄,然后往指定的文本框填字符串? |
h*********o 发帖数: 62 | 2 Do not understand. JApplet is just a awt.container with some security
constraint. It supports graphic drawing but it doesn't directly support text
components. |
s*******u 发帖数: 19 | 3 Not sure what you exactly wanted. I wrote a small piece on Java and
Javascript communications many years ago at http://www.developer.com/lang/jscript/article.php/790351 . The links there are outdated.
The demo is here http://www.myjavaserver.com/~zhouwu/JtoJ/JtoJ.html
【在 h****w 的大作中提到】 : 怎么获得java applet句柄,然后往指定的文本框填字符串?
|
h****w 发帖数: 41 | 4 对就是这个效果,但我需要source base不在一起的,applet貌似是加密的,下载下来是
一个jar,没法本地运行。对Java不太懂,各位专家海涵
【在 s*******u 的大作中提到】 : Not sure what you exactly wanted. I wrote a small piece on Java and : Javascript communications many years ago at http://www.developer.com/lang/jscript/article.php/790351 . The links there are outdated. : The demo is here http://www.myjavaserver.com/~zhouwu/JtoJ/JtoJ.html
|
s*******u 发帖数: 19 | 5 It is very likely it can be done -- since even the jar file may be
decompiled to the source code (the code might be obfuscated. It can be hard
to figure out the thing). But if you are not familar with Java, you are
pretty much out of the luck to take such an adventure.
来是
【在 h****w 的大作中提到】 : 对就是这个效果,但我需要source base不在一起的,applet貌似是加密的,下载下来是 : 一个jar,没法本地运行。对Java不太懂,各位专家海涵
|
h****w 发帖数: 41 | 6 试过java decompiler了,反编译出一堆你说的obfuscated。所以想找个简单点的
方法,就是一个类似自动填表机的东西填java applet
hard
【在 s*******u 的大作中提到】 : It is very likely it can be done -- since even the jar file may be : decompiled to the source code (the code might be obfuscated. It can be hard : to figure out the thing). But if you are not familar with Java, you are : pretty much out of the luck to take such an adventure. : : 来是
|
s*******u 发帖数: 19 | 7 There is a much less reliable way to do this. Use a script language called
autoit:
http://www.autoitscript.com/autoit3/
The lanugage is very simple, but using it is very tricky in the sense of
timing the screens.
【在 h****w 的大作中提到】 : 试过java decompiler了,反编译出一堆你说的obfuscated。所以想找个简单点的 : 方法,就是一个类似自动填表机的东西填java applet : : hard
|