| Thread | Last Post | Replies |
|
| A bug of JMF(when JMF is playing video, InterruptedException occurs after the "refresh" button of IE is clicked)? | 20 Jul 2006 00:22 GMT | 1 |
A bug of JMF(when JMF is playing video, InterruptedException occurs after the "refresh" button of IE is clicked)? problem description: 1. I modified the MediaPlayerSample.java of JMF_samples, to see how
|
| Data Structure Speed | 19 Jul 2006 20:47 GMT | 7 |
I'm writing an interactive program, a part of which needs to keep track of several thousand sets of 10-20 integers (the number of integers is set and fixed at program start). For each set of integers, I only need to grab certain ones (the indices are explicity specified when I need
|
| Stopping an applet | 18 Jul 2006 18:17 GMT | 6 |
How do i stop/destroy an applet in a browser when i change the web-site in which it runs to a new website? According to what i've looked upon it seems that whenever i change site my applet should call the stop method. So i implemented the
|
| serversocket.accept() verbosity | 18 Jul 2006 16:56 GMT | 1 |
Im getting familiar with javas sockets currently... I would like to retrieve some info of the serversocket.accept() method, like handshake data i.e. is there a way to achieve this? TIA,
|
| compiling from prompt --- absolute beginner | 18 Jul 2006 16:20 GMT | 4 |
Hi all, I really am perplexed by this issue, but it's the kind of problem whose answer will probably jump to my face... Ok, so I am under WinXP Pro, and I set up the following environment variables:
|
| Thread.sleep takes a lot of CPU time! | 18 Jul 2006 11:17 GMT | 9 |
I have the run method like this: .... .... public void run()
|
| abstract generic class? | 17 Jul 2006 18:56 GMT | 2 |
Is it possible to do something like the following. If so how? Any help will be appreciated. Jeff Higgins
|
| Applet using non-standard ports | 17 Jul 2006 16:02 GMT | 2 |
I am running a webserver on port 4412. The page served by the server contains an applet. Now, for some reason that applet fails to load. Could it have something to do with me using a strange port instead of the standard 80? If so is there a way to fix that problem?
|
| listening to several ports at a time | 17 Jul 2006 09:39 GMT | 5 |
How can i write my code in order to listen on several ports at a time? Thanks in advance, Felix.
|
| Need help with constructs | 17 Jul 2006 05:04 GMT | 1 |
I am very new to Java programming so this may seam like the basics to some of you. I have an assignment where I am to take my code from a previous week and add a constructor. I have been trying to figure out how to add one for the past few days. Every time I tried to add one, I
|
| applet execution | 17 Jul 2006 01:32 GMT | 7 |
I have an applet that executes once with a click of icon of the html page. I want to automate the execution of the applet three speprate times with a single click of the icon of the html page.
|
| How long is the life of SendMail.class ? | 16 Jul 2006 10:08 GMT | 2 |
I'm new with the servlet and all other wep application stuff so sorry if I ask a wierd queston. I have next code which work fine: package pascalpozega; import java.util.*;
|
| Multiple monitors and JDialog | 15 Jul 2006 21:07 GMT | 13 |
I am making an Applet in which on a button click a JDialog pops up. There are two problems which I am facing : Problem 1 : I have multiple monitors suppose 2 for ex. If the Applet is running on one and I click the button the JDialog comes up sometimes in
|
| ArrayList.addAll syntax | 15 Jul 2006 18:52 GMT | 2 |
I have a serializable class that is working just fine, until I try to read in the only serialized object (an array list) and copy it to the original arraylist. The class needs to be able to be used without reading in a serialized
|
| modifying a program to make second argument | 15 Jul 2006 09:48 GMT | 2 |
hey guys, i have written a program which searches through a file in order to ouput the number of characters, words and lines contained in a certain file.. this works fine but i was hoping to take this one step further.. in order to output the number of occurences of a word and
|