Summary: I use a java-applet that I grabbed from the web for my website. It's a navigation system. The maker of the applet didn't supplied the sourcecode, and ...
Summary: Yeah, you can do it. Have a look at classes in java.io: InputStream and DataInputStream. They offer 'read' methods which reads data from disk and put...
Summary: Well, off the top of my head, I can think of a few options. 1) Add command-line argument support and console output for your Java app, then have the C...
Summary: I have a Java applet running in an Internet browser, and sometimes it stops working. I can catch the exception and everything, but it requires a huma...
Summary: Try displaying the images in a Java applet - complicated to do, but good protection. I've also found, many times, that I can't save web pages with rot...
Summary: Hello all. I'm trying to connect an applet to a mysql database using the jconnector. I've had success using localhost, ie: jdbc:mysql://localhost/my_d...
Summary: Hello, I've written a java-program, that generates a html-file. What I want to do is that when a htmlpage is opened, it runs the script and shows the...
Summary: Hi, I've written a java appliction that extends the applet class, and it has an initial startup window where I have a checkbox where I want to allow t...
Summary: Hi everybody, I'm currently taking a java course, I already have "Big Java" by Cay Horstmann, however this book is not good in data strucure(Linked L...
Summary: Hi I am writing a java applet, and i need to load photos into my applet. I am using the ImageIcon object to load my images, the problem is that i nee...
Summary: Do not mess with the javascript. Use Cascading Style Sheets. It is cross-browser compatable and very easy. Here is an example: A :active {co...
Summary: I am building a program for use by tounament directors on http://www.pogo.com and need some information on a problem. what i want to do is have my pro...
Summary: The Applet is cerified. It has the permission to load executables. The Internet Explorer's JVM quotes the loading of a DLL with the message "no nnnn.d...
Summary: Some one know how to draw a email link (clickable) in a dialog box for visual c. I am dead drunk of helpand sample but nothing of this! Thanks ...
Summary: Word link to open an excel book in a previous determined sheet I suppose it's possible with a script or perhaps if excel have command line modifiers f...
Summary: Let me see if I understand correctly: You want a link that opens //folder/description.txt in one frame, and displays the contents of //folder/ in anot...
Summary: hi, if anybody has had some experience with java applet programming, could you possibly email me (alungroome@hotmail.com) i am having trouble getting...
Summary: Hi. I want to show images taken from my webcam in my browser. What do you think is the easiest and fastest way to do this? With a java applet or ma...
Summary: Perl has been used for this many times. Yes it will work, in fact just fine, but be prepared to understand Perl. a Java applet would work as well. Th...
Summary: I would like to have links in the left of my table and let those pages open in the right side of the table without having 2 frames. I know it can be d...
Summary: You need to create a .cmd file then. Here is an example of what to put in it.. @echo off cd C:\work\JavaProg java -cp .;mail.jar;activation.jar;UN2000...