Applet means 'small application'. This has become commonly used to describe Java applets embedded in web pages.
1
vote
1answer
29 views
Why this applet doesn't load on IE?
I am having trouble with an applet that doesn't loads on IE but does on any other browser.
Here is the problem I see:
Do you have any idea of how I can fix that problem?
If you want to test, you ...
0
votes
1answer
36 views
System.load() never happens
I am using System.load() on a self signed Java applet, the older version of the dll loads fine, but my new version (even though the dll builds fine) does not load, does not throw any exceptions, just ...
0
votes
2answers
18 views
Can't get JApplet to play music mp3 file
I am trying to get music to play in the background on a JApplet.
The applet itself works just fine but I dont hear any music.
I was wondering if it had to due with the file being mp3.
...
0
votes
0answers
37 views
Drag iframe over applet causes flicker of iframe's HTML region
I have an HTML page that contains an applet, and an iframe overlapping some region on that applet. When I re-position/drag overlapping iframe, then paint() is called on background applet that causes ...
0
votes
1answer
22 views
Simple Applet Game Bug
I'm having trouble with my applet. It's purpose is to create a game where you can move a block at the bottom of the screen to fit through holes in blocks that are falling down from up above. I've ...
0
votes
0answers
40 views
jZebra - javascript rotate html
I have a html badge template and it needs to be rotated by 90 degrees to the right so I can print it with the jZebra applet. Tried adding css3 transform but it doesn't work.
Is there a way to do ...
-1
votes
1answer
34 views
Stop flickering/repainting
So I have an java.applet.Applet that is embedded into a JFrame. The applet uses a java.awt.Canvas for drawing.
The code would be quite a lot for me to post and there is no "Small" examples but here is ...
0
votes
4answers
39 views
Java applet calling WCF Service fails with noclassdef exception at runtime
I have a java applet which uses a proxy service to a WCF Service to display data. The applet compiles and runs perfectly in Eclipse but when I build and export a Jar file then run it in a html page ...
-1
votes
1answer
36 views
Getting the error “ Cannot find symbol ” on getdocumentBase()
Despite I import the applet library, NetBeans cannot recognize and use getDocumentBase() in my code, I have my html file within my project and all other required files as well, here is a part of my ...
0
votes
2answers
33 views
Multithreading in applet
I was wondering how I would use multiple threads in an applet at the same time. I'm creating a game like Space Invaders and I wrote all the code for the enemies to move and shoot but I can't add the ...
0
votes
0answers
38 views
Applet image not loading
I'm trying to load an image into my Java applet and I've tried it several ways but the image still doesn't appear in the applet.
Here's my code:
public class BackgroundApplet extends Applet {
...
0
votes
0answers
43 views
Java applet - Safety Car Bridge (Beginner)
this is about the safety car bridge java applet. A bridge over a river is only wide enough to permit a single lane of traffic. Consequently, cars can only move concurrently if they are moving in the ...
0
votes
1answer
17 views
I want to stop applet caching
I want to disable applet caching so every time I put new version of jar file of my applet the client should see the new app and not the cached one.
how can I do that ?
note :
I read this page
...
0
votes
0answers
13 views
Exporting a Small Applet to Launch
This feels like a really simple question, however, in every instance that I've looked for and found an "answer" it was far beyond my level of comprehension. I'm relatively new to Java, only having ...
0
votes
1answer
21 views
Upload extracts of text files
I am looking for a way for clients to upload a piece of a plain text file from within their browsers.
The situation is as follows: We have a pipeline that needs to work on only a small piece of a ...
1
vote
0answers
16 views
how to get an applet value in json as output
I have an applet code that displays my name in the applet browser. Now am trying to get my name as json output inside the same applet. Below is my code,
public class AppletClass extends Applet{
...
0
votes
1answer
56 views
Signed applet with valid CA still showing up as unknown publisher
Well, I tried reading pretty much all articles but I haven't found any hint.
After receiving my official certificates from StartSSL I am still unable to launch my applet without UNKNOWN publisher ...
1
vote
0answers
44 views
File.exists() security exception
I'm trying to write an applet for a website that needs access to a system on the LAN, so using a network path (\\THEBOX\DIR\SUBDIR). I'm checking if the directory exists before using it:
try {
...
0
votes
0answers
22 views
Using JNA in Applet
I have an applet that connects to pos machine with DLL. I am using JNA to communicate with DLL. But sometimes the applet crashes and I couldn't find any solition. Here are some of the errors;
- ...
1
vote
0answers
46 views
Checking if Java Platform SE is enabled on Firefox
I want to run applet on client system but before that I want to check if java plugins are installed and enabled
There are two java plugin in Firefox.
Java Deployment Kit
Java Platform SE
I want ...
1
vote
1answer
31 views
How can I add policy file to the jar applet which is embedded in html file
I have this HTML:
<html>
<title>The Hello, World Applet</title>
<hr>
<applet code=javaapplication4.test.class
archive="JavaApplication4.jar"
width=600 ...
0
votes
1answer
31 views
Converting multiple JFrames into one single JApplet
As the title suggests, I have to find a way to convert multiple JFrames that are connected to each other (they are all in the same package by the way) into a single JApplet. I know that I should have ...
1
vote
2answers
44 views
Getting Applet not initialized error
is everything is right in my programme??
When i run it the a screen appears but it says that Applet is not initialized
import java.applet.Applet;
import java.awt.*;
import javax.swing.*;
public ...
-4
votes
1answer
82 views
Create a Java based website [closed]
I have recently been learning some Java. I want start developing websites using Java.
Can I create a website using Java Eclipse and also embed few applets1 in this website?
I know the question ...
1
vote
1answer
44 views
How to check if “Java is outdated” bar is visible on Google Chrome?
My website has a java applet that must run for complete functionallity. The problem is that some users have an outdated Java version, which makes Chrome show that annoying bar on top along with not ...
0
votes
0answers
25 views
Java Applet Caching
I have a applet, lets call it A.jar
In A.jar/META-INF/MANIFEST.MF I reference B.jar with the following line:
Class-path: B.jar
However, my problem is that only A.jar is being cached, even though ...
-2
votes
0answers
58 views
ClassNotFoundException applet [closed]
I want to run my applet on web application, but i got following error that will fetch on one small window.I can't get any error on console.
Java Plug-in 10.5.1.255
Using JRE version 1.7.0_05-b05 Java ...
0
votes
2answers
64 views
java is insecure message when running some applets
I have Java 1.7 installed. We have a web site with two applets. When one of them is loaded I receive the following dialog. When the other is loaded I don't. Why is it that some applets cause this ...
0
votes
1answer
20 views
Applet Error Java Print Console
Okay, so I have this applet I wrote in eclipse, and it draws a circle, then prints "YEAH" in the console. The first part (drawing the circle) works. However, the program prints nothing to the console.
...
0
votes
1answer
33 views
Applet Not Initialized
I am trying to make a Java applet on Eclipse that will print an array of bars of random lengths, then sort them by length and print the new array. However, when I run my program, it says that my ...
0
votes
2answers
37 views
java.security.AccessControlException: access denied (“java.awt.AWTPermission” “accessClipboard”)
When I load my applet I get the Exception
java.security.AccessControlException: access denied ("java.awt.AWTPermission" "accessClipboard").
Have googled for couple of hours and have seen the ...
1
vote
1answer
602 views
Java Applet - “Block potentially unsafe components from being run?” message [duplicate]
Since the latest Java update, two of my applets are displaying a warning pop-up to our users even though both of the jar files we are using are signed. I have verified they are signed using the ...
1
vote
0answers
29 views
javafx-2 applet doesn't update gui when called from javascript
I'm trying to invoke a method from javascript object which in turn calls a the following java method :
public void loadPicture(final String absolutePath) {
System.out.println("loadPicture " + ...
0
votes
1answer
38 views
How to make data from applet secure?
I created a Java applet that will perform some computing on client side and return data to the server. But I'm afraid that client can send me some wrong data.
So my question is: how I can guarantee ...
0
votes
0answers
20 views
Java Cache directory issue
In my application jar files get downloaded when applet is loaded at client.
I want to access these jar files in the applet code.
These files get downloaded in Java cache directory , path of which ...
0
votes
0answers
41 views
Errors: Can't open webcam for capturing video/image
Hello guys here i have errors while running this code i cant get applet for capturing video from my webcam so anyone there to help me where is my mistake?? I am also posting the stacktrace.
import ...
-1
votes
0answers
19 views
How to save image from applet to a file? [closed]
I am creating a RGB Filter application using applets. The application runs perfectly and the filters are working as intended. What I am not able to do it find a way to save the Current Images from the ...
0
votes
1answer
71 views
Logically solving Java Security Error
When I open up applet I see the below security warning/error.
I have googled and found the solution from http://java.com/en/download/help/error_mixedcode.xml saying to edit the options from ...
0
votes
0answers
56 views
JavaScript callback from timer in java applet
I run an applet that does a JS callback to show an alert.
When I do it directly from the applet using JSObject everything is fine.
But when I start a timer in my applet and do JS callback from the ...
-1
votes
1answer
43 views
Parameter of the applet
I'm displaying some values like IP address in the applet. How to get the parameter of the Ip address in order to pass to the presentation layer.
Here is my HTML code for calling the applet:
...
0
votes
1answer
40 views
Why does applet initiate in default size before resizing to my specified size?
Essentially the question says it all. I have a program where I initiate the canvas (JApplet) and set its size to not the default values. I wait for the timer to end and then it resizes. I don't want a ...
0
votes
1answer
36 views
Use One TextField to Input multiple data in Java
Im trying to make a program to calculate my average. But i only want to use one TextField for input. Any suggestions?
I tried to make it so when the button changes, it assigns the number to the ...
1
vote
1answer
37 views
Access code of Java applet
I'm used to inspecting JavaScript, HTML and CSS from the Chrome console. This time I want to inspect the source code of a Java applet. The line of code in question looks like:
<applet ...
0
votes
1answer
26 views
Applet is taking huge time to load Jar files mentioned in archive tag
In my web, I am using PDFBox to render PDF file and print PDF file from the byte on the client side.
For this I am using applet, to search the printer and print the document.
But Apache PDFBox is ...
0
votes
1answer
44 views
AffineTransform doesn't move image on key presses
I'm having a bit of trouble developing my first Java game using images instead of vector graphics. Currently I'm experimenting with moving an Image on a key press with the AffineTransform object. Only ...
-1
votes
2answers
33 views
JApplet will start but not initialize
First time poster and obvious n00b java student. I have been working on this forever, scouring the internet for the last two days and anything I try yields no results. This was originally a program ...
0
votes
1answer
61 views
Java Thread handling
I am trying to make a stoplight that performs certain tasks after a button is clicked. What this stoplight is supposed to do is change from green to yellow after 50 secs, from yellow to red after 10 ...
-1
votes
0answers
29 views
Applet HTML & MySql not connecting and images don't appear
I made a poker game for my as a final project for a class. basically 2 applets one for "creating an account and log in" and the other applet to play a game.
From the application everything works ...
1
vote
1answer
22 views
Applet drawing in response to user input
I want the applet to draw a circle when the user hit on the jButton1, but the circle draws it self Spontaneously not in response to user input. i tried many methods i even searched for two days on the ...
-1
votes
0answers
251 views
Applet security exception: firefox
I have an applet that I'm trying to run on a webpage. Right now I'm just testing with Firefox and when I try to load the page the applet isn't running and clicking on it brings up a box saying:
...









