| Thread | Last Post | Replies |
|
| Retrieve serial number of monitors and computers remotely | 11 Apr 2008 22:26 GMT | 4 |
I work for a large company that has a vast amount of computers and monitors which we need to write serial numbers down for. Is there a way in java where I can talk to a computer over the network to get the serial number of that computer and the serial number of the attached
|
| how to set a time limit for user input in java | 11 Apr 2008 22:17 GMT | 3 |
I m taking some input from the user in a java program. and i wanna set a time limit within which the user should provide this input. if no input is provided during this time interval, the program sets the
|
| Problem deleting file | 11 Apr 2008 14:11 GMT | 3 |
I am currently developing a java application that uses a CSV file which it reads and then populates the items inside a JList. Then the user is able to delete an item from JList which then writes the information to a temporary file. Once the data has been written I then
|
| Delete used variables.... | 11 Apr 2008 00:58 GMT | 7 |
Say if memory was a problem (limited capacity) and I needed to use as few variables as possible. I know you can just override and reuse earlier used variables but is there an actual way to destroy a variable after its been used in a method? e.g something like
|
| Few Questions about org.w3c.dom.Element | 11 Apr 2008 00:56 GMT | 4 |
In that org.w3c.dom.Element interface I can getTagName() But 1) How do I do know is it an empty tag or not?
|
| memory requirements | 10 Apr 2008 17:32 GMT | 1 |
I am running a graphic analysis modeling app that has three means to run : batch , brower, VBscript. It used to run fine, but after running once now, it bombs out in any mode.
|
| Removing Item From JList - getSelectedIndex problem | 10 Apr 2008 13:49 GMT | 3 |
I am currently working on a JList that populates data into a JList from a CSV file. I have a button that is supposed to get the Selected index and then delete that item from the JList. Below is the code that I am using:
|
| Compare two images....? | 10 Apr 2008 12:44 GMT | 10 |
Suggestions on the best (preferably easiest way) to compare two images (captured both from the desktop via java robot) ? The following code is the code I will be using to take the screen shot (currently it saves just to a file):
|
| Add data from Jlist to file | 10 Apr 2008 11:56 GMT | 1 |
I am currently developing a java application that has a combo box and when the user presses a button to delete an item out of the JList I would like the data that is left inside the combo box to be written to a CSV file so all the computer names go down in a column and not in a
|
| Sorted maps | 10 Apr 2008 09:27 GMT | 2 |
I was trying to use a TreeMap to put values into that. I wonder how such a map is sorted. How do I get the keys in a sorted manner? All I found was to query a key set, but that isn't sorted. Is there any (failry easy) way to achieve the above?
|
| being or not being? | 10 Apr 2008 04:16 GMT | 15 |
This question is about English style with regard to Java. The context is a tutorial that just said: The activation of an operation expression is called »evaluation«. It will activate the operation that is
|
| Using HEAD TRACE OPTIONS with http | 09 Apr 2008 17:10 GMT | 1 |
How can I use http request methods like HEAD, TRCAE, OPTIONS etc with urlConnection. I tried setRequestProperty("TRACE", "") but still I get the contents of the file.
|
| java programming | 08 Apr 2008 01:09 GMT | 1 |
http://computer-language-tutorials.blogspot.com/2008/01/java.html
|
| viewing pgm image | 07 Apr 2008 20:54 GMT | 4 |
i have converted some .jpg files into .pgm images using some existing java code.The pgm files are of P2 type not P5.Is there any viewer that i can use to display this image.(I need to get some visual confirmation about the image).if anybody knows about java code i can
|
| Help on New Breed Java/Rich Internet Technologies | 07 Apr 2008 03:04 GMT | 3 |
I recently moved south to Bangalore and I am working for a large software integrator. My project team is working on a JEE application project that uses test driven development methodologies. We are planning to use a host of new breed technologies such as Enterprise
|