| Thread | Last Post | Replies |
|
| How to customize the displaying of a JList | 31 Jul 2006 08:10 GMT | 7 |
I've a question regarding JLists. I saw in a program a list customized like in the pics below: http://mitglied.lycos.de/kito85/webspace/sample.JPG http://mitglied.lycos.de/kito85/webspace/sample2.JPG
|
| imageio - IIOMetadata.setFromTree cripples data | 30 Jul 2006 23:30 GMT | 4 |
I've posted the same question on the imageio-interest mailing list, but since that seem pretty much defunct, and our client needs a quick solution to this problem, I'm trying my luck here as well. I'm trying to change the DPI settings of an image (png, jpg or tiff -
|
| Uploading | 30 Jul 2006 19:31 GMT | 4 |
I have a rather confusing question but please bear with me for a while. You see i am trying to upload a file to a certain website called http://www.doubleZ.com.
|
| Strange behaviour of applet running under Opera | 30 Jul 2006 15:39 GMT | 5 |
Hello people, I was writing an applet for a challenge site and some people there reported that the applet displayed different results when run under Firefox and Opera. I wrote another one basing on the same applet for
|
| Using JNI from Managed C++ | 30 Jul 2006 15:15 GMT | 2 |
Hey, I'm working with a Java Native Interface from managed C++ (MS Visual C++ .net 2003... if these details help) and I keep having issues with mixing managed and nonmanaged types for example... [code]
|
| Game Neverending (GNE) | 30 Jul 2006 14:58 GMT | 3 |
Does anybody remember the game GNE by flickr? The one that was so great that you got addicted after playing for one hour? Well I knew tons of people from either school or online who were totally addicted to this game. I think it would be cool if a team could be put together and try
|
| differences between abstract class & interface | 30 Jul 2006 09:34 GMT | 3 |
What are the main differences between abstract class & interface ? Thanks :)
|
| create files and a drive for them | 30 Jul 2006 03:10 GMT | 3 |
Hello, super java programmers! I've been a fan of java programming for some years but still around with some very basic input-output stuff. I am currently having a problem with file creation, that I don't know
|
| Machine intelligence- can this program be written ?? | 29 Jul 2006 21:00 GMT | 6 |
Machine intelligence- can this program be written ?? Machine intelligence- can this program be written ?? In this game of chess it is a set of 7 chess boards The PAWN the pawn can move just like the regular game but up and down
|
| Untrusted applet/copy conundrum | 29 Jul 2006 20:12 GMT | 4 |
Can an untrusted applet provide 'Ctrl C' copy ability for text fields? I thought not, but my results are confusing, at best. Further details (with applet, links to code
|
| Lag/delay in text input | 29 Jul 2006 19:43 GMT | 6 |
I don't know if this the right place to post this. If there is another, please let me know. Every Java App I install on my machine has painfully slow UI response time for input boxes. The text is there, as I can type and click "OK"
|
| Eclipse: "Error notifying a preference change listener" | 29 Jul 2006 16:36 GMT | 1 |
Again, posting here b/c the eclipse newsgroup is unhelpful.... Since I could not resolve the last error I posted about, I re-installed both Java and the latest version of eclipse. In this new installation, I am getting a new problem.
|
| Closing JFrame | 29 Jul 2006 12:14 GMT | 2 |
How can I close the current JFrame component (from the JFrame component) ? Thanks :)
|
| Displaying factors using Recursion | 29 Jul 2006 08:46 GMT | 2 |
I have written a Recursive function to display integer factors of an integer. I am not getting the exit condition for recursion. Can anyone suggest one.
|
| How to write to a named pipe | 29 Jul 2006 06:28 GMT | 1 |
I have to write to a named pipe that was created by another (VisualBasic) program. It is running all under Windows XP. I have read it should work with an ordinary file operation, so I tried: 1: File file = new File("\\\\.\\pipe\\SamplePipe");
|