Applet means 'small application'. This has become commonly used to describe Java applets embedded in web pages.
4
votes
0answers
118 views
Signed Java applet suddenly has mixed code warning
I have a signed applet on my website that had been working fine for nearly a year. Today, however, it's giving my users a mixed code warning. I found here that certain Apache components, which I ...
4
votes
0answers
144 views
java applet using Next-generation plug-in
I have a web application (struts 1.3, Weblogic 10.3.0, Toplink, Oracle) that has a Java applet which isn’t working in the browser (IE7/8) when the Next-Generation Plug-in setting is enabled in the ...
3
votes
0answers
96 views
applet NullPointerException
I've been working on a game in an applet. In Eclipse it has been working completely fine, but when I sign it and load it in my browser, it throws a NullPointerException, without any further ...
3
votes
0answers
265 views
Java 7 (Update 7 and 9) on Mac OSX - Applet printing tiny fonts
As of Java 7, when you go to print from an Applet the fonts are no longer readable (super tiny). A preview of the same on content on the screen is not an issue only show a font issue when you print ...
3
votes
0answers
78 views
Can I make a Java applet ignore/passthrough Command+Q on a Mac?
This question is a bit odd, but I'm using a KVM over IP client that is run as a Java applet. When I press Command+Q the local Java applet running on OS X intercepts the command and shuts down the the ...
3
votes
0answers
61 views
How to set a background image to JSlider?
I have an applet. I set its image background. It works fine.
Now I want to set a background image to a JSlider.
How can I do that?
3
votes
0answers
305 views
InvocationTargetException isn't showed on Java Console [Applet]
I created an applet to print using jna library.
When I run it, I receive the exception java.lang.reflect.InvocationTargetException.
When I look the Java Console, the exception won't be there.
Java ...
2
votes
0answers
326 views
Signed Java applet + JNI - JRE 7 21 Security Exception
My company uses an applet which needs JNI to access some PKI features.
This is a very stable (+4 years) solution and is already in production in several clients.
It's a signed (Thawte Certificate) ...
2
votes
0answers
152 views
Applet Java 7 update 21: Cannot set AWTKeyListener on default Toolkit
In my self-signed applet (that may possibly become a CA-signed applet in near future) in which I have a fairly complex Swing GUI, I need to detect whenever the user has the SHIFT- or CONTROL-key ...
2
votes
0answers
41 views
Multiple codebase in applet
OK so I'm a complete newby when it comes to Java applets so forgive my lack of knowledge. Is it possible to run multiple codebase locations in the same applet? Basically I have an applet up and ...
2
votes
0answers
46 views
Automating Java Applet from IE and VBA
Is it possible to read from applets running in IE through VBA and to automate them (clicking buttons, selecting options etc.)? Would applet elements form some kind of a navigable DOM structure ...
2
votes
0answers
53 views
Multiple mouses connected to computer, how to determine the exact mouse that triggered the event in Applet?
I am planning to code a buzzer for a event. There will be multiple teams and each team will have a mouse to click when they know the answer, now I have to determine the mouse that clicked first. All ...
2
votes
0answers
156 views
Access to MIFARE card manager applet
I have a working Android set-up where i can emulate a Mifare 4K tag using nfc_extra. But is there any documentation or possibility to manage the virtual card (access the Mifare Manager Applet). I read ...
2
votes
0answers
96 views
Java slick, html cant find AppletLoader
I have made a java game using slick state based game, as my game extends StatBasedGame it is not a true applet because it doesnt extend JApplet, so to solve that problem there is a method build in ...
2
votes
0answers
67 views
How to get the gnome icon name from a folder path in a Cinnamon applet
I created a "Places" Cinnamon applet (a drop down list filled with folders).
And I would like to get the gnome icon name of a specific folder path. For instance, I would like to get the gnome icon ...
2
votes
0answers
86 views
test java applet is getting started in windows 7 even after successful install of JRE 7 update 9 in IE9
I am getting following exceptions while testing my java installation, even after I reinstalled JRE and Internet Explorer 9 several times. Please help me.
I am testing my jre installation through ...
2
votes
0answers
122 views
Java applet VOIP audiostream merge, gives choppy sound
I am trying to write a VOIP conference Java Applet. Everything is working smoothly with good sound quality, untill a 3rd user enters the room. I'm trying to merge the several audio streams, but when ...
2
votes
0answers
153 views
Self-signed java applet raise error “Permission denied” while send mail via SMTP
I have self-signed java applet. This applet should send email message every time, when raise unhandled exception.
My applet crashed with exception in that moment, when I am trying to send mail. For ...
2
votes
0answers
67 views
lock workstation using applet from jsp
I want to lock my workstation from a jsp. For that I have written an applet which uses JNA APIs and it is embeded in a JSP.
When I invoke the applet as a standalone applet it is working and my ...
2
votes
0answers
167 views
Inserting images into a PDF using JODConverter
Basically I'm scanning in a whole bunch of document pages and want to create a pdf document using each image produced by the scan as an individual page. I was wondering if this can be done using ...
2
votes
0answers
298 views
Recover from user clicking “Deny” on “requesting access to your computer” dialog from applet
I am running a self signed applet using the deployApplet.js library from Oracle. (Checking the generated html, it is using the applet tag - I am also using a JNLP file per the deployment tutorials ...
2
votes
0answers
1k views
Playing sound with AudioClip in Java - JackRouter error?
I'm relatively new to Java, though now I'm delving a little bit further in here.
I'm creating a program that displays a button of a chicken, and upon clicking this button, an audioclip of the chicken ...
2
votes
0answers
2k views
Java Applet (in browser) not working with Java 1.7
I have a few problems while getting started my Soundrecorder-applet in a browser (Firefox, Safari, Chrome...) I was able to isolate the problem as far discribed below:
Problem:
Installed java ...
2
votes
0answers
144 views
Problems with Applets that contains Java3d in Mac OS Lion and Snow Leopard
i am using Mac Lion OS, and when i use applets with java3d components, graphics are not displayed, however after you "travel" with a Terminal Window (for instance) in front of the browser where the ...
2
votes
0answers
205 views
signed applet doesn't work on browser
I have an applet that reads from the microphone with that code
(defn mic []
(let [info (DataLine$Info.
(get-class)
(get-format))
line (AudioSystem/getLine info)
...
2
votes
0answers
68 views
What does it take to built an Auto Alignment for elements like NetBeans?
Currently I have a java applet tools for users to design GUI. The user is able to choose what element (TextBox, ComboBox, JTable and etc) drag and drop elements on top of a design area. An element can ...
2
votes
0answers
608 views
Load forms without reloading forms services each time
we are migrating our Oracle Forms 10g application to APEX 4.1.
We need to include some Forms into APEX.
We have a PL/SQL function call_form (see below), called from an APEX region, that simply ...
2
votes
0answers
261 views
JSObject dependent applet - Using applet viewer at development time
I am using Java Plug-in and JSObject for DOM/JS <-> Applet communication.
I am using Eclipse IDE and at development time, I like the simplicity of Run/Debug As->Applet to launch and quickly see my ...
2
votes
0answers
196 views
AccessControlException createClassLoader
I'm using custom class loader and the Microsoft JDBC driver in my applet. When my class loader calls super() in the body of its constructor (creates new instance of class loader) I get
...
2
votes
0answers
508 views
Linux/OpenJDK/IcedTea : debugging browser-hosted applet
Did anyone ever pull that trick off?
I am trying to do something like
$ ICEDTEAPLUGIN_DEBUG=true; firefox
but nothing listens on port 8787. The docs say this should work for me.
Please don't ...
2
votes
0answers
442 views
Java applet: Chrome prompts to download java 7, IE and Firefox don't
I'm having the following problem running a Java applet in Chrome.
This is the script I have in my page:
<script type="text/javascript" ...
2
votes
0answers
548 views
Java 7 applet plugin URLConnection not getting cookies from browser
Our applet opens an HTTP connection to a server in the same domain with URLConnection. Under JRE 1.6.0_16 plugin the requests automatically got the session management cookies from the browser from the ...
2
votes
0answers
437 views
Java not able to read Firefox's certificate store (working fine with IE)
My application is creating an Applet which is using the OpenSC API to interact with an Aladdin eToken Pro smart card, and getting certificates from it.
The eToken card, at client, places the ...
2
votes
0answers
131 views
Is there an applet equivalent of android's bitmap factory?
I have an android project, and I'm porting some of the project into an Applet based spin off. Is there a similar image manipulation library for android's BitmapFactory that I can use in the applet? I ...
2
votes
0answers
497 views
Simple Applet question : About jar dependency
I am developing a small applet appliaction using JNLP. I have total 3 jar's. one is main and 2 are supporting. using few classes from supporting into main jar. So my question is,
1) Do i need to ...
2
votes
0answers
245 views
JApplet: How to use browser's ssl-session for clienthauth from within a Java applet
is it possible for a Java-Applet to use the SSL-Session of the browser? I have a webpage with a JApplet on it. This webpage is protected by an ssl client-authentication. From within the JApplet i need ...
2
votes
0answers
651 views
Applets & client certificate authentication
I have an applet that loads its jar dependencies from a server using SSL + client certificate authentication.
The web page that loads the applet is already authenticated using a client certificate.
...
1
vote
0answers
27 views
How to dynamically extend PickCanvas object for MouseListener click event in a Java Applet (using Java3D)?
I am developing a Java applet using Java3D. It starts up with a BranchGroup object (containing a set of points) which is added to a Locale object. A PickCanvas is created starting from the Locale and ...
1
vote
0answers
15 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{
...
1
vote
0answers
41 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 {
...
1
vote
0answers
36 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
0answers
23 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 " + ...
1
vote
0answers
55 views
Zoom in and zoom out function in Jpanel
I have to add Zoom In and Zoom Out functionality to JPanel, which contains components like JLabel with ImageIcon.
I want to Zoom JPanel with their components appropriately
I tried with following ...
1
vote
0answers
46 views
Launch an app from applet in Windows 8 & Java 7
Before updating to java 7, I could launch an app from an applet using this code.
public class RIS extends Applet
{
public void init()
{
String rutamedical = getParameter("dir");
String ...
1
vote
0answers
52 views
frozen security warning dialog
I have applet which deploy through html on client side.
After update jdk with jre to latest version - 1.6.0_45 i got problem with frozen security warning dialog. When applet is loaded then dialog ...
1
vote
0answers
71 views
Java Applet Checkbox bug
I am having problems with my java checkbox applet. I got it mostly working but I ended up with a minor bug. When I select soup the salad should be grayed out (and it is), but if I already have ...
1
vote
0answers
69 views
Delphi host for JavaFX applets
I have created a NPAPI host for JavaFX applets in Delphi 2010. The host uses a private JRE to show the applet. With Java 7 Update 10 it is possible to disable Java content in the browser. I do not ...
1
vote
0answers
27 views
Java applet authenticity issue
I implemented an applet in java to authenticate users at my website by the usage of MIFARE cards and everything is working good. However I am concerned about the applet's authenticity, in other words, ...
1
vote
0answers
138 views
Unable to set focus on Java applet via calling “requestFocus()” method from java script on MAC
I have a java applet embedded in we page. When i "Click Me" link get focus it calls a method "focusApplet" in java script. This method is calling "requestFocus()" method of applet. Function ...
1
vote
0answers
36 views
Posting files from applet to PHP
I have a few questions regarding uploading files to a HTTp request (from an applet). This is what I am following:
I am taking a screenshot of the screen using Applet's robot and storing the same on ...

