Top "Applet" questions

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

Cannot get name & email with sign in with Apple on real device

So I'm implementing sign in with Apple, everything goes well on the simulator, I request email, fullName scopes, the authenticate …

ios xcode applet ios13
Draw Gaussian curve in Java

I'm coding an interactive applet with Piccolo and I need to include a Gaussian curve (aka Normal distribution chart) inside …

java applet charts piccolo
Issues with Java 7u65

Last night a new Java 7 update has been released: 7u65. I have a web application where a service applet is …

java applet signed-applet
IFrame in WPF application

We are designing an application, part of which is a mashup of UI from a web application. Is it possible …

c# wpf iframe applet mashup
java.security.AccessControlException when using java.awt.Robot class for screen capture in applet

I require to capture a web page screen to store it on client's machine whenever client clicks print screen button. …

java applet awt awtrobot accesscontrolexception
Using timer to count as a stopwatch in Java Applet

I'm wanting to create a stopwatch so to speak in order to score my game. Lets say I have a …

java swing timer applet japplet
Applet fails to load with Java 1.7 on Windows 7 if jar file is >a certain size

We have a fairly complex signed applet that's been working fine for us since we developed it a couple of …

java windows-7 jar applet java-7
How to communicate between browser and Java Web Start applet

Current situation We currently use an applet to perform some operations, after which it redirects the current page. In its …

java browser applet java-web-start jnlp
Java Applet - version 7 update 51 - "Trust for: <url>fpApplet/FDxSDKPro.jar has ended: Thu Jan 01 01:00:00 CET 1970"

After update to Java version7 update 51, I purchased the code signing certificate and signed my applet(s). I have main …

java applet code-signing code-signing-certificate
Adding two integer values by passing parameters through an applet

The following java program gets compiled successfully but when I try to run it using appletviewer, I get the following (…

java applet parameter-passing appletviewer