Hi,
I'm creating a Java applet from a large scale pre-existing project (Vizster). I am using NetBeans 6.7.1 with JDK 1.5 on Mac OS X.
I am attempting to run the applet from it's single output .jar file, but when I do this, it says "applet loaded" at the bottom of screen in Firefox, and there is nothing in the java console, but nothing...
Is there a way to password a protect an applet?
...
I have a JFrame which contains a JApplet. There are shortcut keys that I have configured for the JFrame that work fine when the focus is on some panel of it, but once I click into the applet, none of the shortcut keys work anymore. Is there any way that I can forward these key presses to the JFrame so that the events are still fired?
...
If I try to create a new xml document in a java applet by this code:
http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/DocumentBuilderFactory.html#newInstance()
DocumentBuilderFactory.newInstance();
I will get this error:
Java Plug-in 1.6.0_19
Using JRE version 1.6.0_19-b04 Java HotSpot(TM) Client VM
javax.xml.parsers.Facto...
Hello,
I am using IcePDF component to view pdf in JApplet on my web page. But for some reason i get this error. Can anybody tell why is this happening and how to solve it?
Exception in thread "thread applet-applet.KitKitApplet.class-1" java.lang.StackOverflowError
at java.util.PropertyPermissionCollection.implies(Unknown Source)
...
Hi,
I have a set of points which define a route
and I must draw them so a vehicle's moving direction is denoted.
The points may be from a curve and I need to draw some arrows.
I want to draw arrows on the route to define which arrow vehicle goes.
I have a mapviewr java applet and the last I must do is this work, I want to...
I have Java Applet(J2EE), I want to make it accessible only to a certain set of users,by authenticating them using username and password.What is the the best way of doing this?
...
Hi,
I have a question :
I write a little gnome applet, and when we click on a button i want to add a gtk.widget under the "gnome-panel" like the calendar of the clock-applet.
But I don't know how to do this.
It's my code :
listButton = gtk.Button(_("lastest"))
self.listTwitt = gtk.TreeView()
mainLayout = gtk.VBox()
mainLayout.pack_s...
Is there any way to manipulate, from an Applet, the DOM of a HTML page that hosts that applet? When a say manipulate, i want, for example, to create new elements in the HTML's page
...
Hi,
I am developing a Java Applet that makes use of JOAL. In order to avoid annoying dialogues I wanted to load JOAL with the JNLPAppletLauncher as it is shown on https://jogl-demos.dev.java.net/applettest-joal.html
Unfortunately with this approach I get this exception:
JNLPAppletLauncher.loadLibrary("joal_native")
loading: C:\Use...
Hello!
We sell photoalbums which our customers create theirselves using a client album editor program (for Windows). Now we are going to develop an online program so customers could create their albums in the browser: upload photos and edit them. This is going to be a rich browser application with full graphics support.
The problem is ...
OK so, I am making an applet that paints 32x32 square tiles (to make a map) and my problem is that they are going diagonally when I want them to go 8 by 8 (hence the way the array is shaped 8 by 8). So... how do I fix this?
Thanks. Anyway, since the code bbcode is being a butthead... here is the pastebin URL :-)
http://www.danflow.past...
OK so, let's say I have a Java applet that takes a while to load (~5 secs). It's getting the mysql-connector.jar and it's loading. Well.. instead of the gray box with the coffee logo... can I make it have a simple progress bar with the percent?
Thanks.
...
Hello. I have created a new JAR but I cannot see my changes made. It seems like its caching the old JAR.
When I do a javaws -viewer I see the date modified column for that JAR as April 7, which is old. Is there another way to remove java JARS from cache?
I know it works on my local machine with same JARS. And the date modified fi...
First of all this is the first time I am asking a java question so I hope I make myself understandable :-) Thanks in advance for anyone looking into this.
I have an applet, where I need to load classes depending on the users interaction with the applet. I have signed the applet so security should not be an issue (if I understand this co...
Hi, I need an applet which contains one panel. The panel needs to be 550x400 pixels, the JTextField needs to be under the panel dynamic size. I want it to be like this:
[topPanel]
[textPanel]
However I am trying this, and it seems like the panel is filling all the space. The code:
import java.awt.BorderLayout;
import java.awt.Color;
im...
Flash users have the wonderful SwfObject JavaScript library that abstracts browser differences to reliably embed swfs into their web pages. Is there a JavaScript library like this for Java Applets?
...
I have this problem with my applet. It only paints ONE row before it produces the error.
Here's my code: http://www.so.pastebin.com/RkG5YHVQ
Here's the error: http://www.so.pastebin.com/z1qWpFS6
...
OK so my applet is not compiling and I Googled some answers and none worked. (Such as taking public out of public class)...
Here's my code: http://www.so.pastebin.com/MBjZGneg
Heere is my error:
C:\Users\Dan\Documents\DanJavaGen\Inventory.java:12: Inventory is not abstract and does not override abstract method keyReleased(java.awt.eve...
OK so here's my code: http://www.so.pastebin.com/Qca4ERmy
I am trying to use buffers so the applet won't flicker upon redraw() but it seems I am having trouble. The applet still flickers....
Help?
Thank you.
I made a quick video about this problem: http://www.vimeo.com/12035196
...