My applet currently accesses a url and prints the contents at that url.The problem is that url is fixed, but that url renders something different depending on the website\'s state.My applet will print
I\'m working on an Java applet that prints a file. The applet is \"self-signed\". The print function is:
I have a web page which is divided into several iFrames. In each frame is a different solution, like JavaS开发者_如何学运维cript in one, flash in another, applet in another.
the applet(which make connection to access database) i developed is working fine in applet viewer, but when embedded in an html file, it cannot access the database. how can i rec开发者_运维知识库tify
I have generated the keystore and its inner key. Then I signed my test applet. But each time I start my jnlp applet I can see the Internet browser security开发者_开发百科 Warning dialog which shows th
We\'ve got a signed java applet that is called from as aspx via javascript (We\'re not really a Java development shop, were mainly C# devs).
I have an applet that is loading dll\'s开发者_JS百科 through system.loadlibrary, so in Eclipse I can set the Native Library path to point to my dll\'s, and then eclipse finds it and loads it.
I am writing a Java applet which loads dll\'s created in unmanaged C++. I am writing some basic test to get it loading.
I don\'t want to reload my Java applet when I press F5, but I want my application to use F5 key. I want the user to use F5 for his use - I don\'t want to disable F5 key in my applet, b开发者_JAVA技巧
I want to change the logo running in background when applet is downl开发者_运维技巧oading and initiating.