Most voted "applet" questions
Applet is a small software that performs a specific activity, within (the context) of another larger program (such as a web browser), usually as a Plugin.
Learn more…11 questions
Sort by count of
-
4
votes3
answers821
viewsProblem between C# system and Warsaw plugin (GAS Technology)
My project was built with the C#language. Everything was going smoothly, until some customers started reporting errors when opening my system. The error goes as follows: the client clicks on the…
-
1
votes0
answers89
viewsjava application applet
import java.awt.*; import java.awt.BorderLayout; import java.awt.GridLayout; import java.awt.FlowLayout; import java.awt.event.*; import java.awt.event.ActionEvent; import…
-
1
votes0
answers959
viewsRooster Game / Old Game with Application Level Protocol
General Information I’m using the Notepad++. I intend to have the program of Tic-tac-toe fully operational. Replicating the problem First execution Tictactoeserverprotocol this way using a plugin:…
-
1
votes0
answers26
viewsModify client side information
I am using signed applet to modify some information on client machine run some windows commands, this is necessary due to administrative part of the application. But applet execution is obsolete for…
-
1
votes0
answers115
viewsWindows auto increment environment variable
Short question I need a variable environment in windows that is auto increment: setx /a PORT=1000 and every time you call %PORT%: setx /a PORT=%PORT%+ 1 the result would be: echo %PORT% 1001 echo…
-
1
votes1
answer1222
viewsHow to sign file . jar with A3 certificate?
I’m developing a web project and I needed to develop a applet with the language Java for some functions. The browsers are complaining about the security issue and, researching, I found that I have…
-
1
votes1
answer576
viewsJavascript returns the error message "Typeerror: applet.returnMD5 is not a Function" when calling Applet method
My applet is signed and all his methods are public. This error message appears for all browsers I have tested. Follows the codes: Main java. public class Main extends Applet { private String ip;…
-
0
votes1
answer880
viewsCopy fields from a form and paste into another form from different websites
I am developing a particular system, using PHP, JQUERY, MYSQL, and need to automate a routine: I have a registration form on my web system and I need some tool or app from google Chrome that allows…
php javascript jquery google-chrome-extension appletasked 6 years, 3 months ago Julienn Christoffer Silva 1 -
0
votes1
answer567
viewsRunning a java applet in the browser
Well, I made a program in applet, (extending the Japplet class) and generated the file . jar, put it in a folder and wrote an HTML page to run it: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0…
-
0
votes1
answer206
viewsLoad applet through javascript
I have a java web start project (a applet more precisely) and I want to rotate (display the applet) with javascript. Chrome has a way to run the applet, but you need to click on the link. I want a…
-
-1
votes2
answers53
viewsDoubts regarding applet 'param' and an Archive pointing to a jar
I can’t understand what this applet stops at, does anyone explain to me? And why does the applet have that Rchive that points to a jar? Why do they stop? <applet code="TesteApplet.class"…