| Thread | Last Post | Replies |
|
| Game Speed With Java... | 14 May 2005 05:46 GMT | 3 |
Hei! I was thinkin about the speed of the Java graphic commands and i hav noticed that all the command are really really slow even
|
| "Write once, test everywhere" - Win2K / XP | 14 May 2005 04:32 GMT | 12 |
I've got this Swing application developed, and working in the field, on Win2k which I'm told crashes on XP. I've been sent a backtrace which seems to indicate that it falls over in: com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer
|
| What is the correct definition of method signature? | 14 May 2005 04:31 GMT | 2 |
Does the term method signature have different definitions depending on context? JLS 8.4.2 --- This may be compiler's view. <quote>
|
| jarsigner? | 14 May 2005 04:21 GMT | 2 |
All the documentation I can find indicates that an application called jarsigner should have come with the standard jdk distribution, but I don't see it anywhere. Anybody know how or where to get a copy of jarsigner.exe?
|
| Anyone know of a good, free UML tool for Java.... | 14 May 2005 02:00 GMT | 7 |
I'm trying to find a good (and preferrably free) tool for UML-modelling that supports roundtrip engineering in Java, and that supports 1.5. Any suggestions ? It would be nice if the tool is a plug-in to Eclipse and/or NetBeans.
|
| Refactoring a while loop without if .. else | 14 May 2005 00:30 GMT | 6 |
Is it possible to refactor the while loop into one method? The only way I can think of is to use if ... else when deciding the setSize but that would be inefficient. if (....) {
|
| read tiff image | 13 May 2005 23:41 GMT | 3 |
How can I read a tiff with ImageIO? I tried BufferedImage image = ImageIO.read(new File(file)) It compiles fine, but return a null when I run the program. I think
|
| tricky jdbc issue | 13 May 2005 23:37 GMT | 7 |
1. The following code is a complete application, which accesses a **shared** SQL database. This code seemed ok in test but causes some unrelated updates of salary to be occasionally lost in production. Why could this happen? What options are there to resolve this problem?
|
| images to video? | 13 May 2005 23:10 GMT | 1 |
I generate 15 images every second, and I want to make it into a video stream and send it to someone else through network. To elaborate: I have a Frame window and I want to show the other person what is happening on the window. So I capure image of window 15 times
|
| sql*plus diagrams | 13 May 2005 22:56 GMT | 7 |
I inherited a job that uses Oracle. There are maybe 90 tables. I have files that I can run through sql*plus to create the tables so I have the descriptions. Question is: is there any software that I can use
|
| creating an avi on the fly | 13 May 2005 21:02 GMT | 1 |
Im trying to build a simple avi movie file programatically. (black background, white text, that sort of thing).
>From what I've read, it seems that I will need to first build a set of jpegs... However I haven't been able to find any references online as
|
| Help with double arithmetic | 13 May 2005 20:49 GMT | 4 |
I have a double array & 2 double var's - double subTotals[10][10]; double x = 9670000.0; double y = 180000.0;
|
| A small Problem in java | 13 May 2005 20:09 GMT | 3 |
I have a small java Problem. In my project, some .java files are created and placed in the destination directory specificied by the user. In those .java files we declare the package name.It works when we the destination directory specified by the user does not have a space
|
| java xml parsing, euro signs disapear | 13 May 2005 19:11 GMT | 11 |
I've got an XML document that contains euro signs and looks like : <?xml version="1.0" encoding="utf-8"?> <merchant id="52"> <product
|
| gis library help | 13 May 2005 16:58 GMT | 4 |
I have to develop an Open Source gis application. What's the most used (and simply to use) o.s. gis library?
|