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

learn more… | top users | synonyms (2)

1
vote
0answers
14 views

I am unable to record voice by using the following program with applet in java

I GOT THIS CODE FROM HERE I am using the following program to record voice.But when i click on record voice is not recording.I am not getting any errors.What might be the problem. //imports //Main ...
0
votes
1answer
21 views

Troubleshooting a Swing Radio Buttons Applet

I have to create a Swing applet for a school assignment, and was given a link (http://java.sun.com/docs/books/tutorial/uiswing/components/index.html) to look at various Swing tutorials and use one of ...
0
votes
1answer
19 views

Java 1.6 update 11 works on safari 5, but not java 1.6.25, why?

I'm now testing an applet application which required to work on JAVA 1.6 & 1.7 However i got a lot of difficulties with SAFARI & JAVA versions in-compatibility. The test is for safari 5: i ...
0
votes
1answer
19 views

Prevent java applet from being destroyed when container is hidden

i have a bunch if DIVs, each containing some text, a java applet (yuck...) and some buttons; now i'm implementing a search function which dynamically shows and hides those DIVs, but whenever i set ...
0
votes
1answer
18 views

Running applet in browser

I know that the question has been asked many times, but I have problem that I could not solve normaly. I am codeing a RPG game and I would to run in self-standing in browser. the DIR looks like: ...
0
votes
0answers
40 views

Program with Java Applet and Lua [on hold]

How do you do it? What I want to do is make an Applet and then the lua code gets executed and then shows up on the Applet how do I do it. I don't really know how to make a GUI in Java yet and I'm ...
0
votes
0answers
19 views

JFileChooser in a slick2d applet

In my project I have a JFileChooser to select the path of which you want to save/load a world from. My project works great when running as an application but when it's on my website (an applet), it ...
-2
votes
0answers
32 views

Socket connection in Java fails in the browser

when i run the code below in netbeans or eclipse it works, but when i put the applet in the browser it doesn't work. Please help me ! the applet for registration: package newpackage; import ...
0
votes
1answer
40 views

Java 7 security restrictions for applets

I've implemented an applet and so far has been working with no hassle with Java 6. Recently, when I switched to Java 7 the applet stopped working, showing the following exception in javascript ...
0
votes
1answer
27 views

After trying to start a Java Applet, (how) can I detect that a user declined it?

Is there a way for me to detect (and then give a more user-friendly message than the dialog saying "BlockedException" or whatever) that a user denied an applet the permission to run?
1
vote
1answer
18 views

Root immediate child nodes icons not visible when hiding root

I have a JTree structure as shown below. I have Icons that appear whenever a node has child nodes, which is working properly. My problem is that I need to hide the ROOT node. When I hide the ROOT ...
-1
votes
2answers
19 views

how can I launch an external process like ping from a java applet and capture the output?

In a standard java program I am able to do the following: import java.io.*; public class PingApp { public static void main(String args[]) { System.out.println("about to try to launch ...
0
votes
0answers
34 views

Using threads in JApplet

I'm currently busy with a JApplet doing HTTP POST request to a php script in order to upload images. The current program's basic architecture is : UploadThread extends Thread, a class basically ...
-1
votes
1answer
21 views

AccessControlException: access denied

I have 3 files on my local folder: an HTML,a jar, and a zip I want the HTML to load a class from the jar. This class should read the zip. It used to work just fine on earlier versions of Java, but ...
0
votes
0answers
10 views

BO XI R3 Strange behaviour with Java applet

Situation : BO server is running fine. Client is running jre 1.6.038 on Windows 7 64Bits. User can be admin or not of his workstation, results do not change. Symptoms : If I try to display a report ...

1 2 3 4 5 295
15 30 50 per page