| Thread | Last Post | Replies |
|
| How Can i achieve the functionality of TextListener for JTextField | 08 Feb 2006 04:19 GMT | 3 |
Hi... How can i achieve the functionality of the TextListener for JTextField. Here TextListener is only applicable for TextField. Its not applicable
|
| Hashtable synchronized? | 08 Feb 2006 03:44 GMT | 5 |
The docs say that Hashtable is synchronized. Does that mean that I don't have to prevent concurrent gets/puts with my own synchronization? I'm not concerned about manipulating the Iterators just storing and retrieving elements.
|
| classpath for rmiregistry | 08 Feb 2006 03:34 GMT | 1 |
I have started rmiregistry at 1099,but can't bind the object with java.rmi.UnmarshalException,And bind successfully Only after I set the classpath and restart rmiregistry service. So I want to set the classpath dynamic than restart the service.
|
| Problem getting JTable to work | 08 Feb 2006 00:12 GMT | 2 |
Can anybody help me with a problem I am having getting a JTable to work. I am extracting data drom a data base MySQL 5.0.18 and inputting the data to a JTable but the program crashes every time
|
| Loading a jpeg really fast | 08 Feb 2006 00:02 GMT | 23 |
Hello folks, I have a huge problem and I'm pretty desperate now For my diploma, I hav to code an app that basically reads jpeg images from an Axis 2420 cameras mjpeg stream, decodes them, manipulates the resulting rgb images an draws them back to the screen. I cannot use the
|
| while(true) { try{ ... } catch(Exception e) { ... } } | 07 Feb 2006 23:32 GMT | 13 |
I have a small problem here with my try/catch inside a while loop. Im doing a quick and dirty forced read like so: ----------------------------------------------------------------- Scanner inp = new Scanner(System.in);
|
| xml byte array | 07 Feb 2006 21:41 GMT | 6 |
Hi, I'm using TIBCO rv to receive a message. This message has an XML document. I can read this XML message into a byte array. Now how do I output this array into a human readable form? (via the console, for example). Any pointers would be appreciated.
|
| Java Script virus on yahoo | 07 Feb 2006 20:35 GMT | 2 |
The virus uses the embedded java script portion of Internet Explorer which is a common scripting used by nearly all websites. The virus is called TRJ/Pornotop.a it is a Trojan virus that logs keystrokes and sends information to a remote computer.
|
| Displaying a RAW file..pls help! | 07 Feb 2006 19:59 GMT | 2 |
Hey guys, i need to display a RAW image using JAVA .... i m using JAI API...but styll i m unable to display any raw image....pls help me with coding in this regards.. I have some remote sensing satellite data in my RAW file ... its
|
| I hope that I'm mistaken ... | 07 Feb 2006 19:28 GMT | 8 |
I went to take the SCJP test Friday. I sat down, entered my test number, and immediately was redirected to a survey with a fifteen minute clock. Annoying, maybe, but innocuous enough. I finished up the survey and hit submit, preparing to see the exam start. Sure
|
| regent help in logic error (code included) | 07 Feb 2006 18:27 GMT | 5 |
I am getting the vlaue '0.0' for Percent of Grade A, Garde B, etc. Everythign else, include total cound for each Grade, average, lowest score, higest score are working. Can somebody please look at the code and help me find the logic error?
|
| using java without installing it | 07 Feb 2006 17:43 GMT | 11 |
ok i have question. I have a product that needs java in order to run, now i know you cant distribute SDK/JDK but you can JRE and that is all i need. I have created an .msi installation file and want to give the user the option to install java with the program, but since you can
|
| java URL help plz | 07 Feb 2006 17:01 GMT | 2 |
hey i used this code for testing: URL url = modelsData.class.getResource(user+".dat"); String path = url.getPath(); now the thing is a changed the folder in which i need the url to point
|
| Writting to file from Database | 07 Feb 2006 17:00 GMT | 1 |
Hi everyone.. I posted this few weeks ago, and the suggestions you gave are great.. however the files get generated but with no data in it.. any suggestions..!? I wrote this method which gets called in the
|
| Writting to file from Database | 07 Feb 2006 16:52 GMT | 1 |
Hi everyone.. I posted this few weeks ago, and the suggestions you gave are great.. however the files get generated but with no data in it.. any suggestions..!? I wrote this method which gets called in the
|