applet Questions

1

i want to drag a box and i want my mouse cursor to be where i clicked in a rectangle while im draging rectangle. i tried this code and i got bunch of errors when i tried to drag. import objectdraw...
Excretory asked 4/11, 2012 at 17:23

1

Solved

I need to make an applet in Java 6, 640*480 pixels, with a toolbar on the bottom with some buttons, scrollbars, and labels. The best way I could think of was using a BorderLayout, making the Border...
Abomasum asked 14/10, 2012 at 21:15

1

Solved

While trying to answer a applet question, the OP didn't know how to view error messages for his applet. It's been a while since I did this myself and I didn't find any step-by-step instructions for...
Scudder asked 14/10, 2012 at 21:38

4

Solved

Not sure if this is the right spot to ask but I'm having a Java issue. I have some Java code that works in Java 6 but not in Java 7, the error is: java.lang.IllegalStateException: This function sh...
Phalanstery asked 10/10, 2012 at 13:54

5

Solved

I am working on an artificial intelligence project which is a logic game and aims two user connecting to the server on the network who acts as an Admin and then start to play one by one. In order ...
Swordcraft asked 10/4, 2010 at 9:36

0

When I try to run my applet on the server, it never seems to go out the first step, that is, loading libraries, and when I try to run on localhost, works perfectly CODE private final static Strin...
Finsen asked 26/9, 2012 at 15:4

2

Solved

I'm trying to explore URL data capabilities to embed in HTML Java applet. The documentation, for HTML tags to instantiation a java applet 1, don't exclude this option but I don't seem to be able t...
Idiotic asked 17/9, 2012 at 11:37

1

I want to record voice using a Java application; I guess this will be basically an applet that will run on client side. But I don't have any idea of how to do it... any ideas? Also, I want to play ...
Tarkington asked 28/1, 2011 at 8:16

3

Solved

I have an applet that was originally built with JBuilder long time ago. I believe it worked fine until fairly recently. It has stopped working. I have imported it to Eclipse to debug, and found tha...
Jerol asked 16/9, 2012 at 14:32

2

Solved

And how can I write one? From comments to my reply, this followed: "What we had in the old days - An Applet and Application - is not available anymore." And a rebuttal: Rubbish. It [An A...
Wenwenceslaus asked 16/9, 2012 at 19:14

5

Solved

Please, suggest me some libraries that will help me print PDF files that contain JBIG2 encoded images. PDFRenderer, PDFBox don't help me. These libs can print simple PDF, but not PDF containing JBI...
Protero asked 21/8, 2012 at 13:48

3

In my client/server app I need to send some file (.txt, .doc, etc.) from the client to the server. When I run my code in Eclipse it works, but when I export the signed JAR of the Applet it doesn't....
Polinski asked 19/8, 2012 at 10:6

3

Solved

I would like to use this applet this applet in a html document. In the example on this site they use : <applet code="de.wim.outldd.examples.DragDropTest_Applet" width="150" height="150" alt="A...
Nostoc asked 28/8, 2012 at 22:17

1

Solved

I am having some trouble removing the default input map information on my components in a java swing application. This is what I am trying to do: //List of keys to remove public static final int[]...
Makings asked 26/8, 2012 at 20:49

1

Solved

We have a fairly complex signed applet that's been working fine for us since we developed it a couple of years ago. It runs fine with Java 1.5 and 1.6 on all OS/browser configurations we care about...
Pyretic asked 15/8, 2012 at 20:14

3

Solved

I'm developing an invisible Java Applet, that will be controlled entirely from JavaScript. I can call the applet's Java methods easily, and I can call JavaScript methods from within the applet by ...
Sukey asked 17/11, 2008 at 14:12

2

Solved

With the new release of OS X 10.8, the Gatekeeper will popup the following warning, when you try to start a signed Java applet: The applet has been signed with a valid code signing certificate a...

3

Solved

I want to run simple applet in my web application using html applet tag but it gives error like java.lang.ClassNotFoundException: MyApplet please, give me sample application if possible .....
Filiate asked 23/11, 2010 at 7:43

2

Solved

I get the following exception when i try to run the applet : load: class MyApplet not found. java.lang.ClassNotFoundException: MyApplet at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown S...
Basic asked 9/7, 2012 at 14:4

1

Solved

I have an applet and I can't export it to a runnable jar because it doesn't have a main class( public static void main(String args[]) ) I need a runnable jar because I have a program that has many ...
Multistage asked 6/7, 2012 at 0:42

1

Could someone suggest a test automation tool to automate Java applet window? Require this to identify various buttons within the applet window too.
Elswick asked 5/7, 2012 at 10:11

1

I'm sure this question has been asked a million times, but no matter how many Google searches I do I cannot get this working. I'm basically trying to get a project with multiple packages in it to b...
Thurnau asked 9/6, 2012 at 21:24

1

Is there a service available that responds with the latest version of Java that's available? I'm writing system check for an application that uses applets. As part of the check I'd like to inform ...
Fennessy asked 6/6, 2012 at 13:31

1

Solved

I'm having trouble understanding the specific requirements in the info.plist file in my app. Should I change it at all, or are the default settings typically the "correct" options? Specifically, t...
Wiencke asked 5/6, 2012 at 19:57

2

Solved

I have to create a test script and I am using Selenium, but I am not able to record or edit the rich text editor Ephox. So is there a way to do it with Selenium as I came across an article stating ...
Moonlighting asked 26/5, 2012 at 11:4

© 2022 - 2024 — McMap. All rights reserved.