| Thread | Last Post | Replies |
|
| Auto submit Struts form every 'n seconds | 07 Dec 2004 09:38 GMT | 2 |
Does anybody know of way of having a Struts form auto submit itself every 'n' seconds? I'm trying to build a form that reports back on the progress of an asynchronously executing task.
|
| How would you design this? | 07 Dec 2004 06:48 GMT | 3 |
Object of class A consists of array of objects B which consist of array of object C but I need objects C to be able to consist of array of objects A?
|
| methods | 07 Dec 2004 05:47 GMT | 3 |
Hello, i need to use a method in this program. Why do i get an error message to use a return when i already declare it?? public class op4d4 { public static void main(String[] args) {
|
| Writing to SYSTEM.IN possible ? (other program should take this output) | 07 Dec 2004 03:03 GMT | 4 |
I have a given java class which normally takes a file as an input parameter, then reads the content and does something. E.g. otherprog inputfile.txt otherprog.class is written by someone else. I do not have access to the source code.
|
| Making a class type specific to another type | 07 Dec 2004 02:24 GMT | 1 |
I have an assignment I'm working on where you have 5 planes (array of type Plane), and each plane has up to 12 passengers (array of type Passenger). The planes work fine, you can have 5 planes, whatever. You can also ADD passengers. However, the passenger information seems to be ...
|
| problem with the inheritance | 07 Dec 2004 00:30 GMT | 2 |
I've got problem. Class TransporterRoom inherits from superclass Room, but compiler shows an error: "Room(java.String) in Room cannot be applied to()" Why? public class Room
|
| how to compile applet checking plugin ver | 07 Dec 2004 00:11 GMT | 1 |
I am new with java. I need to know how to compile applet (which jsdk version or which parameters) that determines all plugin version (microsoft also). I wrote sth like that:
|
| wrting strings to texts files | 06 Dec 2004 19:40 GMT | 3 |
I have tried several different methods of writing to a file but they are never formatted and readable in the way that a text file usually is. This is two of the ways I have tried... BufferedWriter bufWrtr = new BufferedWriter(new FileWriter(outFile));
|
| Craps | 06 Dec 2004 17:34 GMT | 4 |
I am a beginner in Java. I need to make a game of craps using methods. One method need to take your name, the next need to display your name, and also ask if u want to play or not. The last needs to play craps. Can anyone help me? I am stuck. Also in need to be in
|
| Freeware and not | 06 Dec 2004 16:56 GMT | 4 |
I wonder which parts of java are freeware.
 Signature Luigi ( un italiano che vive in Svezia) http://www.italymap.dk
|
| display problem | 06 Dec 2004 16:43 GMT | 3 |
Hello, i have created out from celsius to fahrenheid /* * op4d4.java *
|
| Array Problem | 06 Dec 2004 16:30 GMT | 2 |
This is part of the code of a program that involves adding instances of Vehicle to an array. When I add an instance to the array, slot [0][0] becomes that instance, which is supposed to happen, but when I add another instance, slot [0][1] is not filled by this instance as I expected ...
|
| Handling video (avi/mpeg) in Java | 06 Dec 2004 14:59 GMT | 5 |
Does anybody know if it's possible to play video files (and control the frame rate) in Java without having to break them down to .gif images? I'm making an application whose function involves handling long (>60min.) video clips, so they would make an awful lot of .gif:s.
|
| Java OOP...... what do you think of it? | 06 Dec 2004 11:21 GMT | 8 |
I was just wondering what everyones opinions on OOP are? Do you like it? do you hate it lol? If you like it why, and if you hate it why? When is it best used do you think?
|
| Getting data from TerraServer | 06 Dec 2004 10:12 GMT | 3 |
I've been trying to get some data out of TerraServer using Apache Axis. I can connect and get an error message back from the TerraServer, but I'm not sure what it I'm doing wrong. From my reading of the Axis documentation, this is something it should be able to do (communicate
|