Top "Applet" questions

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

ClassNotFound exception when loading applet in Chrome

I'm having a hard time getting a Java applet to run in Chrome. The class loader can't find the class, …

java html google-chrome applet classnotfound
How to force a Java Applet to Load out of Cache

My friend and I are developing a little game and we want to share the development stages with our friends. …

java html applet cache-control
java.security.AccessControlException in Applet

Inside my Applet, it needs to download the csv file from other site to run. When i run applet with …

java exception applet appletviewer
JavaFX is now out: Are Applets and Java Desktop officially dead/dying?

JavaFX is now out, and there are promises that Swing will improve along with JavaFX. Gone will be the days …

java applet javafx
Java - Applet simply not displaying?

Okay, so I did a little applet tutorial, and I read that the init() method is required for an applet …

java html applet japplet
Are applets now deprecated?

I was reading through a website named w3schools and was taking the HTML5 lesson. There I saw a number …

html applet
JApplet: setting the size of the frame

I read that this is a tricky question because an applet is run in the browser. But I would like …

java swing applet japplet
What are the correspondent of Servlet and Applet in .NET?

I am trying to understand what's the correspondent of servlets and applets in .NET but I don't have much experience …

java .net servlets applet
Signing a jnlp in order to get rid of the Security Warning

I am developing at a company where a jnlp file is used to start a swing web based java application. …

java jakarta-ee applet jnlp jar-signing
Dynamically loading a native library inside Java applet

I am trying to write a Java applet that will read from a user's serial port. For this I am …

java applet java-native-interface rxtx