applet Questions
2
Solved
I was doing some reading through the sun java tutorials, and I came across this page here:
How to Make an Applet
Under the heading, "Threads in Applets" I found this piece of code:
//Backgroun...
Overdevelop asked 25/5, 2012 at 11:34
2
Solved
using Eclipse to make java Applet. Every time to run it from the IDE, the applet viewer is shown on left top corner at (0,0). How to programmably change it to the middle of screen during the develo...
3
Solved
Whats the difference between Applet and Servlet in JAVA
2
I have two applications - A Java EE web application and a Java SE applet. I want to authenticate a user in the applet by means of a JSESSIONID (which is created by the web application).
So there ...
Nevers asked 13/5, 2012 at 7:35
1
Solved
I am trying to build a Java applet, called game, which is something I have never done before (I've always just built standalone applications). My applet works fine when I test it in Eclipse, but wh...
Embonpoint asked 12/5, 2012 at 23:59
2
Solved
I have created an applet and I am going to access an applet method from my HTML page on a web project.
Here my applet looks like:
public class MessageApplet extends Applet {
private Label m_mess;...
Maurist asked 11/5, 2012 at 9:9
2
Solved
I've created a Java Applet in Netbeans that uses several external libraries. When I run the applet.java file within Netbeans it works fine and I'm trying to get the same result in a web page.
Whe...
1
Solved
I've signed my jar in various ways, but I keep getting the above error message when I use the command:
jarsigner -verify -verbose [my jar]
Is there a way to get rid of this error? Will my code j...
Snowcap asked 1/5, 2012 at 22:32
1
Solved
Can someone please show me/link a simple multipart form data, http post file upload script I can convert to an applet? Looking for someone that who will go easy on me, I've been after this goal for...
3
Solved
Hey everyone I am making my first applet for java today. I have been using a subdomain at a server and I don't know what to do because I am getting this really weird error.
I have my jar in the se...
Vincenz asked 26/4, 2012 at 4:6
8
Solved
We have a web page (HTML javascript and PHP mostly) that allows a user to upload an image. We have the normal browse button, and it works fine. However, we want to add the functionality to drag and...
Dulci asked 18/2, 2009 at 21:30
2
Solved
So I have an Applet that captures the screen, and sound from the computer's microphone,
the screenshots are then encoded to ScreenVideo2, and the sound is encoded to AAC.
How can I use ffmpeg to m...
Euphrosyne asked 16/4, 2012 at 19:23
2
Solved
I embed iframe element in my HTML page:
<iframe src="applet.html" frameborder="0" style="width: 600px; height: 600px;"></iframe>
applet.html looks like this:
<html>
<head&g...
3
1
Solved
I'm working on a 3D space trading game with some people, and one of the things I've been assigned to do is to make a guidance computer 'tunnel' that the ship travels through, with the tunnel made o...
2
Solved
I have a Java Applet in a HTML page.
I need to have the applet call a certain Javascript function to notify the HTML page of certain events.
The way I call the JavaScript function currently is:
g...
Intermolecular asked 13/3, 2012 at 12:42
1
I've just started learning to program applets, and java GUI in general, I'm attempting to make a simple game. At the moment, i have the main class (Game) and the player class (Player) i have the pl...
Amby asked 29/2, 2012 at 18:52
3
Solved
I'm having trouble getting a Java Applet to communicate with the Javascript code on the page the applet is hosted on. It works sometimes, but othertimes it throws an obscure exception, that googlin...
Kenishakenison asked 22/3, 2010 at 19:33
2
Solved
I have a Java applet that uses the HTTPURLConnection class to upload very large files to an IIS-7 web-server. The applet chunks the files into pieces, then POSTs the pieces using fixed-length strea...
Dett asked 1/2, 2012 at 0:44
1
Solved
When my applet starts up the first time from a clean environment, things work the way I expect them to. I spawn two threads, one for generic processing, and one for graphics. I do all GUI manipulat...
Bellbottoms asked 9/9, 2011 at 22:40
5
Solved
In my book (for my computer science course) they have source code snippets. We're talking about graphics programming and applets. I've noticed that in some cases he extends JApplet, while in others...
1
I have a web application running with support for some specific pieces of hardware. This is achieved in the following steps:
User runs a small installer that places java files (and a couple
other...
Renunciation asked 17/1, 2012 at 11:2
1
Solved
I'm trying to upload a file with the Amazon Java SDK, via multipart upload. The idea is to pass an upload-id to an applet, which puts the file parts into a readonly-bucket. Going this way, I avoid ...
2
Solved
I wrote not so simple app, and decided to make applet. I have the .jar archive and main class there is chat.java (it contains init() and extends JApplet). I have this code in HTML File:
<applet...
2
Solved
I'm trying to compile a complete list of all restrictions placed on unsigned Java applets (defined as things a normal Java application can do, but an unsigned Java applet cannot).
This is the list...
© 2022 - 2024 — McMap. All rights reserved.