| Thread | Last Post | Replies |
|
| I did it... | 07 Jun 2007 01:54 GMT | 1 |
My traffic light simulator is now working. One question, does anyone know the attribute of a jPanel that I can set to make it flash off and on? Anyone who wants to see the code can download the jar file from here: http://sparklesthecat.dnsdojo.org/TrafficLightTest.jar
|
| gettting Params from request... | 06 Jun 2007 23:12 GMT | 1 |
hi, for my photoblog (www.francesdelrio.com/photoblog)I'm trying to do a little interface to insert captions for the photos.. in this interface.. www.francesdelrio.com/photoblog/admin/captions.jsp interface code:
|
| Baffling generics error message. | 06 Jun 2007 20:01 GMT | 4 |
I am puzzled. I have serialisation code similar to this that works fine, but this one is giving me the following warning: [javac] E:\com\mindprod\bulk\CachedMailProber.java:107: warning: [unchecked]
|
| (J2ME) CLDC1.0 and equalsIgnoreCase? | 06 Jun 2007 14:53 GMT | 2 |
When I try to compile a class using this method under WTK2.5 with a CLDC1.0 target, I get: cannot find symbol symbol : method equalsIgnoreCase(java.lang.String)
|
| Reading a file FileReader, doesn't read a file | 06 Jun 2007 12:22 GMT | 6 |
I wanted to write a simple program that gets a string from a file. But i don't know where to put the file that i could read it. I puted the plik.txt file in the package where my Main class is. I UseNetBeans if that makes a diference. Here is my code.
|
| Get java.ext.dirs property from the command line | 06 Jun 2007 11:50 GMT | 1 |
>From the help, I infer that it is possible to set the property java.ext.dirs on the command line. Is it also possible to get that property "echoed" in the shell? TIA Kind regards,
|
| System.out.print() and BufferedReader.readLine() | 06 Jun 2007 05:32 GMT | 2 |
I currently have the following code: public static void main(String[] args) { InputStreamReader isr = new InputStreamReader( System.in );
|
| Help with SUN JRE 6 crashes IE 7 on Win 2003 x64 | 05 Jun 2007 19:56 GMT | 2 |
I've been woorking a week on this problem, read newsgroops, debugging with filemon and regmon, but have not found the reason for the crash. The Setup: Win 2003 server 64 bit edition setup as Terminal server running on
|
| Image to Text | 05 Jun 2007 19:22 GMT | 10 |
I am trying to convert a jpeg image into text, so that I can save it into a database. The reason is, our database already has few million images in the form of String, fed though a PHP script that uses ob_get_contents()
|
| confused about the state of javax.comm! | 05 Jun 2007 05:15 GMT | 5 |
So, I am looking for a good cross-platform API for RS232 serial communication, and of course, I find much about javax.comm, but I find quite a bit about how they discontinued support for the Windows platform for this package, but I find other information that
|
| StreamTokenizer help | 05 Jun 2007 03:36 GMT | 4 |
I'm trying to read a file with many entry. Thus, the first colum is a date. Here's a row example : 08/22/05 15:18:47 21.00 0.00 0.00 -0.113 -1861.3 397.7 169.4 38.8 8.7 When I'm reading the first token (I'm using StreamTokenizer class) the first
|
| knowing file MIME type | 05 Jun 2007 03:13 GMT | 3 |
>From an InputStream coming out of a file can we find out the MIME type of that file? I can't rely on file extension etc. Let me know if someone has tackled this issue or has any insights.
|
| Problem in using threads | 04 Jun 2007 22:34 GMT | 1 |
Hello, I am writing a class that implements Runnable interface to use threads. But my thread that I create Executes only once. (Letter "a" prints only once.) Could somebody help me find where is the problem. CODE:
|
| jogl | 04 Jun 2007 20:32 GMT | 4 |
Hello all, I am installing jogl for linux. When trying to run a jogl program I get the following error: Exception in thread "main" java.lang.UnsatisfiedLinkError: net.java.games.jogl.impl.JAWTFactory.JAWT_GetAWT0
|
| Command line arguments passed to main: how do I access them from other classes? ... | 04 Jun 2007 15:25 GMT | 8 |
I'm trying to *adapt* a simulation I found, by passing command line arguments to the simulation to change the behaviour of the simulation, instead of manually changing the code by hand each time I want to change the simulation parameters.
|