| Thread | Last Post | Replies |
|
| Too few parameters. Expected 2 | 22 May 2006 18:46 GMT | 3 |
>From the earlier example i now have a new ms access data base with Record_number as autonumber, Artist as Text, Album as Text, Price as Currency, Release_date as Text and Style as Text I wrote a program to search for a artist using the Record_number, but
|
| Update TextArea | 22 May 2006 17:55 GMT | 1 |
I have a recursive function in which I would like to update the text held in a JTextArea. The problem that I'm running into is that the updates do not occur live, but rather only once the program is done with execution.
|
| Runtime.exec(String[]) Doesn't Always Work, bBut Runtime.exec(String) Does | 22 May 2006 17:49 GMT | 11 |
I've included the method I'm having trouble with at the end of the post. I was using Runtime.getRuntime().exec(String) to execute programs and had no problem with it at all, but since I had to include an argument, I was worried about problems with spaces in program names, so I ...
|
| [J2ME] Ticker and image placement | 22 May 2006 15:36 GMT | 1 |
J2ME is proving impossibly hard to do simple things. I'm trying to do 3 simple things: 1) Get a ticker scrolling at the top of the screen. 2) Menu items with hover images.
|
| New to JUnit... Eclipse Question | 22 May 2006 15:06 GMT | 15 |
I'm new to JUnit and went through the tutorial in http://www.onjava.com/pub/a/onjava/2004/02/04/juie.html It seemed to work ok in the end, but ran into something in the middle that was unexpected. The tutorial says "...according to TDD... " we
|
| list of processes running on windows | 22 May 2006 13:43 GMT | 2 |
I am new to java, could you please mail me the code, i want the list of the processes running on windows and from among them, would like to find for a process say, x.exe and then kill it.
|
| Threads and a GUI | 22 May 2006 13:37 GMT | 5 |
I have a simple GUI that runs some methods from a class that formerly was part of a commandline application. Execution of the methods works fine but sometimes freezes the UI until completion. In addition, I start a logger when the application is loaded (GUI fires up), and the
|
| Where to Start | 22 May 2006 13:13 GMT | 12 |
hellos, i´m a really begginer and kinda dumb..... i want to know where to start to get in the mood, i havent been able to do much, i´ve been working with eclipse but its really confusing, and i´m not really getting how things work,
|
| Small question about arrays | 22 May 2006 11:23 GMT | 2 |
Hi. Just a small problem. I would like to create a array of objects, wtih each object's constructor having two parameters. How do I do this? Thanks
|
| To write a State machine. | 22 May 2006 09:06 GMT | 6 |
Can someone tell me the best way to go about writing a state machine in Java ? Thank you maadhuu
|
| How to use javax.sound? | 22 May 2006 06:32 GMT | 2 |
I want to use javax.sound to get the length of a wav file in jsp file,but the thread doesn't exit.and it will slow the page load.What should I do?
|
| Comparator of Comparable<? extends Object> | 22 May 2006 06:32 GMT | 2 |
I can't figure out how to do this. I'm converting my existing code to use generics but I'm stuck on this Comparator. Any ideas of how to get this to work. The line:
|
| Incorrect "variable might not have been initialized" | 22 May 2006 04:49 GMT | 20 |
Sun's 1.4 javac gave me a "variable might not have been initialized" error on the code below ... when it shouldn't have. I don't have 1.5 installed. Could someone try it on 1.5 for me? Code:
|
| convert byte[] to actual string value | 22 May 2006 03:18 GMT | 5 |
Hello... How are we going to convert byte[] to it's actual string value? ex. String source = "china";
|
| Get date 21 days from now | 22 May 2006 02:25 GMT | 5 |
How do I get the date exactly 21 days from now? Thanks.
|