java-applet

Java application vs. Java applet

Hey guys I created this pacman game in Java. I would like to put in on my website so people can play on there. However I have never done any applets, nor do I know javascript. Is there a way to automatically convert the project into an applet? Or do I have to code it from scratch? ...

Interface Java Applet using Visual Basic

Can you point me to a reference on accessing data in a Java applet using Visual Basic? I need to do some research on whether or not it is feasible for the project I am working on, but it has been difficult to find any information. Thanks. ...

Java FTP applet

Can someone suggest a FREE Java FTP applet that I could use to allow non-tech savvy customers to upload large files without having to install an FTP client? It doesn't need to have to ability to "get" files, only "put" files. Drag-n-drop would be an added benefit. Though not FREE, this applet (jClientUpload) by JavaZOOM is pretty much...

Applet to Object tags

im trying to get from applet to object so i can resolve z-index issues. The first applet tag works...my conversion to object doesn't. Can anyone point me in the right direction? From: <applet name='previewersGraph' codebase="http://www.mydomain.info/sub/" archive="TMApplets.jar" code='info.tm.web.applet.PreviewerStatsGraphApplet' wid...

Delay applet signature verification?

Is it possible to delay the messagebox which asks the user to run a java applet even due it can't verify it's signature, until the Applet actually tries to access the harddrive? ...

On Windows 2008 R2 Java Applet throws "Publisher cannot be vertified" error

I have a signed Java Applet which works just fine other than Windows 2008 R2 64-bit machine. On Windows 2008 R2 64-bit machine I am getting "Publisher cannot be vertified" error. I have another applet which is just working fine in the same environment. Error dialog contains details: Warning security The publisher cannot be verified ...

Java applet to get external webpage contents

i am working on a webapp to download videos from streaming websites. i don't know anything about applets but stuck here to know about them. anybody please give basic detailed method to create such applet and how to use it? ...

drawing arrows on a line defined by a set of points( for tracking)

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...

Running Java plugin 1.5 on Firefox + Snow Leopard

I have a Java applet that needs to be able to run on Java 1.5. I have successfully installed Java 1.5 on Snow Leopard and I am able to use it to run applets in Safari by changing the order of the versions in Java Preferences. However, Firefox (3.5.9) doesn't seem to be able to pick up the changes and keeps reverting to using the Java...

Intigrating JavaApplet in AIR application

Hi everyone, I have some applet which i have integrated with my Flash web Solution. Now i am porting the same flash web solution to AIR application. But as i was studying around the forums i get to see that AIR can only launch 2 plugins i.e. Acrobat reader or Flash. So Applet being an applet is not available in AIR. What all are the p...

Applet panels, one fixed size, and dynamic JTextField

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...

Global hotkey capture in VB.net

I want to have my app which is minimized to capture data selected in another app's window when the hot key is pressed. My app definitely doesn't have the focus. Additionally when the hot key is pressed I want to present a fading popup (Outlook style) so my app never gets focus. At a minimum I want to capture the Window name, Process ID...

Displaying an applet in tapestry5?

I am getting a strange error when trying to display an applet on a page in my tapestry application. The error says that there is an incompatible magic value. Is there a certain way to display applets in tapestry? Any help would be great! ...

JPopupMenu should not lose focus

Hello everyone, Question about JPopupMenu behavior. I would like the JPopupMenu not to loose focus when it comes up. Also when JPopupMenu is in focus, the user should be able to click/update other parts of the Applet. Is this possible? Reason is that this JPopupMenu is displaying some codes and it needs to be kept open for reference....

Java Applet in JAR File

I have created a java applet (.class file) and made a .jar with it and digitally signed the .jar file. Now I need to run the .jar as an applet in firefox. What do I put in the html code to run the .jar file as an applet? I tried and it doesn't work, it tries to get a .class file, how do I load and run my applet as a .jar file using the...

Error whenever a java applet is loaded

Hi. For the past few months or so, I've been getting an error whenever I attempt to use a java applet. I'm getting this error on every browser I use, and I get the error occasionally in linux, too. The java applet loads for roughly 5 seconds or so, then it stops and I get two error messages, stating that an exception occurred (java.io.EO...

Java applets and javascripts

Can java applets pass data to javascript asynchronously without ajax (or is all the data contained in an applet server-side, so that javascript cannot see it)? ...

What is the best way of embedding a java applet into my webpage?

I've been looking into putting a little Java application in my web page, but the more research I do, the more confused I become about how I should do it. Sun suggests many ways of doing it, but it looks suspiciously like it's from the Netscape era. So, should I use <applet>, as suggested by eclipse, <embed>, or <object>? And how should...

File browser control to replace <input type="file">

I'm working on an ASP.NET web application for our corporate intranet users. I have a form where a user should provide a path to the file on the local network (something like "\localServer\someFolder\someFile.ext") without uploading the actual file. The issue is that users don't want to type the whole file path and want to use some kind ...

What is a good way to rewrite ActiveX functionality?

All of the internal web pages at the place I work were designed and built specifically for IE 6, but now they want me to research what it would take to move to Firefox and Safari and other major browsers... and ActiveX does not work in Firefox. So what would be a good way to take what is currently the ActiveX functionality and totally ...