applet Questions
1
At work I need to run a Java applet every 20-30 min to re-connect to one of the internal
applications.
I would like to automate the login in the website of this application and then run this Java...
Steiermark asked 2/1, 2012 at 2:13
4
Solved
1
Solved
Is there any way to load .cap(converted applet) design in java card in to java and then install applet from that .cap(converted applet) file into smart card?
I am having .cap file that is converted...
4
I was running a Java class that extends Applet implements Runnable and apparently the program can run, but there is no main method. I thought Java applications needs the main method as its entry po...
Crockery asked 22/12, 2011 at 22:36
8
Solved
We are clueless about why my client is encountering a Java Security exception in Safari. Could anyone help?
The exception occurs reliably in Safari on Windows. This involves a Java applet. The exc...
2
I have a java applet that is embedded in html using the object-comment-embed method. I would like to resize the applet whenever the browser window is resized. I have found solutions around the inte...
Hemia asked 17/12, 2008 at 16:59
1
Run a page which contains Java applet, notice that a process called jp2launcher is running. What does this process do?
Renferd asked 19/11, 2011 at 23:24
3
Solved
Could someone teach me how to use a swing timer with the following purpose:
I need to have a polygon that begins being animated(simple animation such as rotating) when I click the mouse; and stop...
3
I'm trying to display a modal dialog in front of an Applet.
My current solution fetches the root frame like so:
Frame getMyParent() {
Container parent = getParent();
while (!(parent instanceof ...
0
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" src="http://www.java.com/js/deployJava.js"></script...
Lombardo asked 4/11, 2011 at 14:53
1
Solved
As I discussed with Inerdia on the earlier post,
something is still strange When I'm in some JPanel (EDT for sure-I checked with the method check) and then I call some animation thread(the thread e...
Annals asked 23/10, 2011 at 17:48
3
Solved
Is there any way to download an applet embedded in a webpage of a site www.abc.com1, to one's system?
Or is it possible to extract its code for offline use?
E.G. http://www.falstad.com/dotproduc...
3
Solved
I have to implement a simple tour client-server game in Java. Unfortunately, I'm just beginning with network programming and have some problems with choosing an apropriate solution.
Let's assume ...
Contrived asked 4/10, 2011 at 15:57
3
Solved
There are a lot of resources on this already but I just can't seem to get it to work. What am I doing wrong? The jar file is at:
http://www.alexandertechniqueatlantic.ca/multimedia/AT-web-presenta...
3
Solved
I've got a Maven2 project with two submodules, laid out like this:
parentproject
|---war-file-project
|---applet-project
The POMs in each of them have the appropriate parent-module relationships...
2
Solved
I'm converting a console application to one that uses Swing. At the moment I want my program to do a similar thing to this .nextInt(); how can I achieve this by using .getText(); or something simil...
4
Solved
I find it odd that Gmail.com uses Flash since Flash is considered lousy for the web (in many ways).
What did Gmail use Flash for?
Why wasn't that feature implemented with Java Applet or Javascrip...
Diazotize asked 13/8, 2011 at 23:55
2
Solved
I have a signed applet that works fine on windows, Mac <= 10.6, and linux. However, on OSX lion, the signing certificate is revoked. Here is the security debug info from the java console:
secur...
Oligopsony asked 29/7, 2011 at 4:23
3
Solved
Ok I have an Image that I'm trying to read. Problem is that the Image.read(file) returns NULL.
File file = new File("C:\\images\\image1.jpg");
if(file.exists()){
System.out.println("Image file ex...
Soelch asked 28/10, 2010 at 22:32
2
Solved
I'm using Network Security Services for Java (JSS) by Mozilla in my applet in order to allow some low-level interaction between my (signed) Java Applet and Mozilla Firefox.
One of the first proble...
7
Solved
How do i deploy a java applet for modern browsers?
I know there are somehow 3 possibilities but nobody tells me which one to prefer and how to use them.
Does somebody have any resources on that? i...
Jaquelinejaquelyn asked 12/6, 2009 at 9:11
2
Solved
Here is my object tag.
<object classid="java:my.full.class.Name.class"
height="360" width="320">
<param name="type" value="application/x-java-applet">
<param name="archive" valu...
2
Solved
How can i disable http caching of all my http connections in my japplet? I dont want any of my http (request/response)to be cached.Regardless of the user settings in control panel\java\Temporary Fi...
Rameriz asked 19/7, 2011 at 13:31
2
Solved
For a java desktop application after we set these properties
System.setProperty("java.net.useSystemProxies","true");
System.setProperty("http.proxyHost", "1.1.1.1");
System.setProperty("http.prox...
Corvus asked 13/7, 2011 at 10:29
1
The method I am trying to use is the:
drawImage(image, int, int, int, int, ImageObserver) method
so that i can scale my image, on all the examples i've seen the ImageObserver should be this, but th...
© 2022 - 2024 — McMap. All rights reserved.