Top "Applet" questions

Applet means 'small application'. This has become commonly used to describe Java applets embedded in web pages.

Java Web Start vs Embedded Java Applet

I'm going to deploy my Java game to show it to my friends and whatnot, but I'm having trouble deciding …

java applet java-web-start
How to make full screen java applets?

I am designing a psychology experiment with java applets. I have to make my java applets full screen. What is …

java applet fullscreen
What is the difference between JApplet and Applet, and which should I use?

In my book (for my computer science course) they have source code snippets. We're talking about graphics programming and applets. …

java applet
How does URLConnection.setUseCaches() work in practice?

I have an Applet which is loading images over a http connection using URLConnection. I am setting setUseCaches(true) for …

java applet urlconnection
java.lang.SecurityException: class "XYZ"'s signer information does not match signer information of other classes in the same package

I have an applet which runs in a browser and is called from Javascript. There are 2 classes: PortalLauncher and ParamSplitter …

java applet securityexception
"java.security.AccessControlException: access denied" executing a signed Java Applet

I have a little Java Applet and I have an annoying issue. I have signed my JAR with my own …

java security browser applet accesscontrolexception
How to install applet on smart card using java

Is there any way to load .cap(converted applet) design in java card in to java and then install applet …

java applet smartcard javacard apdu
What is the meaning of the "Application Requires iPhone Environment" key in info.plist?

I'm having trouble understanding the specific requirements in the info.plist file in my app. Should I change it at …

ios objective-c xcode applet info.plist
Why does Java 7 fail to Verify after successful JRE installation - Java 7 not running my any browser

This question was dogging me for a few days until I found almost a full answer but I want to …

java applet jnlp verification
How to set size of applet?

I have written a little test applet and start the applet via Eclipse appletviewer. I have noted tag at the …

java eclipse applet japplet appletviewer