| Thread | Last Post | Replies |
|
| Help: Input Dialog Box | 07 Mar 2005 15:02 GMT | 3 |
I need help and suggestions on how to modify the below program to get two numbers from user input using a input dialog box. B/c I'm a total newbie with next to no programming experience, I'm not sure where to insert the additional code. I'm using Forte for Java 3.0 CE. The below ...
|
| Anyone have a 1.5 server vs client vm comparison? | 07 Mar 2005 14:57 GMT | 5 |
Hi, all. I am looking for a very simple class with different performance characteristics under 1.5.0 server than under 1.5.0 client. I am hoping for perhaps a factor of two in speed, but I will take what I can get.
|
| Random Picker | 07 Mar 2005 14:56 GMT | 2 |
I'm trying to write a program that randomily 1 of 6 possible numbers (predefined), I was thinking of using math.random, to choose a number between 0 and 1. Then dividing this range into 6, corresponding to the predefinid number. But It just sound like such an adhoc way of doing it.
|
| Weird Static Issue | 07 Mar 2005 14:56 GMT | 5 |
Please take a look at the following code section. In this module the static "qt" becomes null when the constuctor is fired, very similar code works find in other places in my program. I don't think the QueryTools class is a problem because I can use the code elsewhere.
|
| nested iteration | 07 Mar 2005 14:54 GMT | 13 |
How does one perform nested iteration through an ArrayList without causing concurrent modification error? Cheers Sharp
|
| Referencering a class loaded with different classloaders | 07 Mar 2005 14:32 GMT | 1 |
Suppose that two objects o1 and o2 are of the same type MyClass but are loaded with different classloaders (o2 might be created after a reload of MyClass after som bytecode-manipulation). How do I cast/refer to (or create) new objects of each of the
|
| Is there a api that control windows enviorment? | 07 Mar 2005 14:31 GMT | 2 |
such as shutting down pc etc...
|
| jsp custom tags, can we have objects within the body? | 07 Mar 2005 13:47 GMT | 2 |
I was wondering if it possible to have java objects within the body of a custom tag. e.g <mytagslib:myObjformatter><%=MyRecordObj
|
| EOFException at ObjectInputStream | 07 Mar 2005 12:28 GMT | 5 |
I get the following EOFException at ObjectInputStream.readObject: java.io.EOFException at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2435)
|
| CONTROL FLOW GRAPH | 07 Mar 2005 12:11 GMT | 1 |
hi.. Just want to know if there is a tool to draw a control flow graph for an entire java program that has multiple methods in it. If not i would apreciate if some one could suggest a methodology to draw a CFG for an
|
| Why is this! | 07 Mar 2005 09:09 GMT | 3 |
Is there any body interested in let me knowing why there are two groups viz. java.programmer and java.developer. They all look so same. Viator
|
| Help: Input Dialog Box | 07 Mar 2005 06:19 GMT | 7 |
I need help and suggestions on how to modify the below program to get two numbers from user input using a input dialog box. B/c I'm a total newbie with next to no programming experience, I'm not sure where to insert the additional code. I'm using Forte for Java 3.0 CE. The below ...
|
| root directory of the machine | 07 Mar 2005 05:59 GMT | 6 |
Hi, I am writing a "Window-Explorer-Like" file explorer with JTree. I would like the root of the tree to be the highest directory on the machine. For windows, it is "Desktop", which includes "My Documents", "My Computer", "My network place", ... etc, as sub directory. On Unix,
|
| newbie help: timer | 07 Mar 2005 05:28 GMT | 7 |
How do I implement a timer? like I wanna to tell my program to run for 100 seconds after than, System.out.println("out of time");
|
| jGrasp UML Class Diagram Question | 07 Mar 2005 03:07 GMT | 2 |
Hi, am using jGrasp and generating the UML diagram with it. Does anyone know if it is possible to generate a more detail diagram? Instead of having to click the boxes and view the members in the panes on the side, can the member be visible in the rectangle boxes like
|