由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 【请教】怎么往一个applet里面填字符串?
相关主题
Read this about JAppletJava basic concept(1)
求救[转载] Java版诚招版副
suggestion needed for graphhwo to insert vedio into Java applet
my demo: Javascript? applet? servelet?[菜鸟问题]如何方便用JAVA APPLET进行界面设计?
JAVA问题求教如何在服务器端跟踪Java的运行?
java的一些错误认识(转贴)●●●●紧急求助JAVA初级问题,今天project due●●●●
理解Java Servlets [fwd][转载] 有java applet 程序的主页,如何抓到本地?
Servlet开发初步 [fwd]Question about Java (urgent) -thanks
相关话题的讨论汇总
话题: applet话题: java话题: 字符串话题: 里面话题: obfuscated
进入Java版参与讨论
1 (共1页)
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

1 (共1页)
进入Java版参与讨论
相关主题
Question about Java (urgent) -thanksJAVA问题求教
紧急请教JAVAapplet的显示问题java的一些错误认识(转贴)
how do you debug java applet?理解Java Servlets [fwd]
JSP程序中如何在客户端启动另外的JAR程序Servlet开发初步 [fwd]
Read this about JAppletJava basic concept(1)
求救[转载] Java版诚招版副
suggestion needed for graphhwo to insert vedio into Java applet
my demo: Javascript? applet? servelet?[菜鸟问题]如何方便用JAVA APPLET进行界面设计?
相关话题的讨论汇总
话题: applet话题: java话题: 字符串话题: 里面话题: obfuscated