Need applet help.. -
Here is the thing i want to do.
open an applet - load a text file into a Jlist. The text file will contain html web site links. The applet has to go open all the links inside the list and wait 30 seconds or so between each web page surf.
I know how to load a txt file and get a list in. (FileReader -> get an array of strings-> enter all of em into the Jlist with loop).
I, however dont know how to open the links into a webpage ( maybe a Popup box or something like a webpage area inside the Applet). Also i dont know how to get the thing to wait 30 seconds.
also need start/stop/Load list buttons. and a text fields for current link and time interval.
Thanks
Arjun
Applet notinited -
I have developed an applet that I would like to run in a jsp file. Applet works fine if I run it in using HTML. But as soon as I move the applet .class files to my jsp directory, when i try to load my JSP file it gives me an X in where the applet should be funning and at the bottom c
Applet testing environment -
I want to write an applet that I will require signing because of the features it uses. I am interested in finding an applet run environment (non-browser?) that would allow me to test the applet without signing it so that I can worry about signing it once the applet functions the way I
Using Printwindow. Doesnt Get Applet -
im making a program that u can resize and move parts of a game. im gonna do this by redrawing applet so i can do wateva i want, and use sendmessage to send stuff back to the original applet. the original applet is going to be offscreen. but print window grabs everything offscreen using
Applet question... -
How do I get rid of the white border around the edge of my applet? I want my applet to fill the whole page ( therefore serving as the page itself... ) HOW DO I DO THIS??? Also, is there a way to resize the actual browser through my applet or atleast indirectly through javascript???
How to read data from a table created by an applet -
Help please !
My VB program is re-using browser technology. It starts an IE object, browse to a web page which contains an applet. This applet would create a table whose numeric content varies dynamically. Although the VB program used DHTML object model to reference the applet
resizing an applet -
This one may not be that hard.
I created an applet to interact with a user. The user will be able to input data and submit the data to a database.
My question is when i run the applet the applet pops up with the form on but the whole form is not visible.
How do I resize the ap
Call Applet functions from website (js) -
How can I call a function and pass parameters to a applet from my website? For example I want the user to enter name and password into textboxes and then click a button which calls the function login(name, pw) from my java applet. Best would be something using POST/GET but a javascript
applet question -
Is it possible to launch a new applet (in the same web browser)by pressing a button from the current applet ?
Java Servlet & Applet -
Hello,
Very new to Java, infact "Hello World" applet is pretty much my experience. Anyhow I want to create a Java Applet that can communcate with a SQL Server. The Java Applet will update it's displayed information when there is new info in the Database. Kind of like a
Put applet on my website -
Hello. I know this is probably a bad question to ask, but I tried to google it, and no luck. I am trying to put an applet I have made onto my site so that people can watch the animation or whatever else the applet is. If there is already a topic made, please delete this, and point m
I need to connect my vb,net program to a java applet. -
I have a vb.net program that I want to connect to a java applet like it would to an asp.net program.
How do I do that?
I want the vb.net program to connect to the java applet and give some strings some values then I want the Java Applet to connect to a host. How do I do this?
B
Edit Website from within a Applet -
How can I modify the document the applet is running in? Is there a way to call a JavaScript or something that is in the same website?
I can't display the data onto the applet, I have to pass it to the website!
Key events inside of an applet -
Hello, I have a WebBrowser in my program, and I am able to get key events from it by using Form_KeyDown. I only run into trouble, when the focus is on an applet.. I stop recieving key events. Most of the time in the browser is to be spent in an applet, so this is important. Please
An applet into an applet... -
How can I use 3rd part applet into my own applet??!?
Is this statement correct??!?
Code:
import java.applet.*;
import java.awt.*;
import 3rdPartApplet;
...
...
public class MyOwnApplet extends Applet
{
public void paint (Graphics g)
{
g.drawString("Hello&
Help With Macro Stuff -
Hello, Thanks for reading my topic. I was wondering if anyone would post some code and ideas for a few things. it would be GREATLY! appreciated. I want to load a java applet in a form. I was wondering how I would connect to the server's IP and display the applet. I want to also ha
Java applet -
Is it possible to have a java applet on a web page that plays audio from a streaming source and can stream audio back from your mic to the server. Would a verisign signature be required on the java applet to perform such an operation?
Also, is it possible someway to keep the java ap
applet error on the first time -
why do I always encounter parsing error on the first time i load my applet. but after closing the i.e. browser then reopening the applet works fine.
please advice.TIA
Can a Java applet do this -
Can a java applet on a web page run on the user's machine and download files and launch on their computer? I'm just trying to find out what permissions a java applet can have.
I need the user to click on a web page and have an applet check to see if a program is on their computer an
Sockets and Applets... Cudabean! -
The class Socket that I want to use to create connections... can It be used in an Applet... b/c I have heard an applet can only conect with the server it was downlaoded from.... and I want the applet to be able to conect to other pc's
soo??????
How do you create your own Java chat applet -
I want to create a Java Chat Applet on my website that will sit behind a password restriction so friends and I can chat. I looked into a couple sites selling Java chat applet softwares for a $1000 a piece...FORGET THAT. Can you just create your own java chat applet for minimal users...
Your opinions requested. Use a frame or not -
Right.
Am redesigning our website at the moment.
I've found a gorgeous navigation applet on a site, and well I want your opinions on something.
I want this applet at the top of each page.
Do you think I should use a frame and just have the applet in that one page, or should I m
Applet window problem -
Hi, I was wondering if there is any way to retrieve text written to a Java Applet window embeded in an Internet Explorer window.
The class of the applet window is "MS_AWT_Comp_Class".
What I am trying to figure out is if there is any way to retrieve the text written to
java vs java applet -
Hello
i have a java applicaton in mind, i am not sure if i shold go for a java stand alone application of a java applet.
can you guys tell me what prompts a user to go for a java standalone or a java applet?
Save applet into local driver --Possibility -
Hello, anyboy here know if it is POSSIBLE to download an applet and save it into local driver? You can catch pictures, HTML code from web browser, any way to do it with applet?
how to vb & java applet -
Hi,
Anyone knows how to call a vb window API program from a java applet? The vb program has to run on the user who visiting the java applet page.
Thank you in advances.
Applet problems -
I have designed an applet which takes an address from a textfield and trys to match it with a list of addresses in a .txt file(address.txt) located in the same directory from which the applet was launched (via of course an html page on my web).
The problem is, I keep getting a IOEXC
Problems with Java -
Ok, i have made lots of applets in Java. They work fine in jbuilder 3 and 4, and appletviewer that comes with the new JDK, yet the HTML pages won't run under IE or Netscape. Why?! Also, sometimes after I make a change in an applet on the rare occasion that I do get it to run (Usuall
Applet:Mouse:Icon -
How can I put an Icon in an applet? I know with applet.setCursor(int). But I cannot figure how to put an icon...
Running Webbrowser with embedded Java Applet -
Is it possible to use the WebBrowser control to load an HTML that has a Java Applet and using WebBrowser features interface and call some functions in the Applet?
I know that I can use a Java Script or a VB Script in the same HTML document that can interface with functions in the Ap
question about applet -
can the applet have the promistion to write the file in his own
servlet.
Sendkeys... Slowly! -
I am working on a program that involves "sendkeys" to a java applet. The problem is the sendkeys command is too fast for the applet so it freezes the applet. Could someone please demonstrate how to sendkeys in a text box slowly?
Thanks, cow
Applets and swing -
I'm developing a web-based applet and I want it to open an external swing form that's stored in a separate class.
Basically can someone just show me how to open a blank JPanel that is stored in a separate class file from an applet running in a browser? I believe I can do anything be
Enormous! problem -
Well, my app that is made in borland c++ builder is having a MAJOR problem. The program displays a java applet within a webbrowser. For some reason the applet loses "focus" if the mouse is not being pressed on the applet. I can not navigate with the arrow keys or press the
How can I vb read text in java-Applet -
hi all
How can I vb read text in java-Applet and write text in textbox of java applet or do have ones api for java applet ?
example:
webbrowser1.document.form1.textbox.value = form1.text1.text
java applet into textbox ?
Can't Run Swing Applet in IE -
I face a strange problem in running my Calculator applet. Its GUI is written
in Swing, JDK 2 1.3 (i.e. class BinaryCalculator extends JApplet ...). It can
run
using appletviewer and my home Netscape 6. But can't run in IE and school
Netscape
(I think is 4.x). I have tried upda
Simple JAVA Applet to read variable on page -
Hello,
I know very little about JAVA. I need what I think is a vary simple Applet that is about one inch tall and 2 inches long that will read a variable on a webpage. I need for the background to be white and the font black and large enough to fit in the Applet.
Yes, I am asking
Signed Java Applet -
Hi guys,
A fairly simple question that I haven't been able to find a cut and dry answer to.
When I sign an applet, do I need to sign all of the Jars I am including into it as well, or only the main class/jar?
I my applet uses my UploadApplet.jar, but I reference many of the ja
Using java chat applet in forms -
Suppose there is a web page having a java chat applet - say www.xyz.org/blah(there is no webpage with this name though) .
I want to display that chat applet on a form. Can you please tell me how to do it?
J++ Question -
I'm deploying my J++ applet to a webserver. I upload the files (making sure the packages are correct) and the html file which calls my applet. When I try to access the page I get the "Applet blah notinited". My Java Console says "java.lang.NoClassDefFoundError: com/ms
[Javascript] Getting MS VM to see netscape.* Java classes -
Hello,
I've got a slight problem with IE's Java VM and I'm wondering if you guys can help me out. I'm trying to access a page with Javascript using IE but the Javascript failed to run. Upon checking the Java console on IE, I've got the following error message:
java.lang.ClassNot