| Thread | Last Post | Replies |
|
| Launching another application on exit | 05 Sep 2005 21:18 GMT | 2 |
I've got a question. Can I start another application from my Java application and exit, leaving the started application running? I need that to start installation sequence after finishing downloading updates.
|
| Save String that contains a windows file path with backslashes | 05 Sep 2005 20:52 GMT | 1 |
I want to store a String in a XML document using jdom. The string contains some backslash chars becauase it is a path to an application on Windows (e.g. c:\\fiels\ ...) Jdom complains that is not possible to store backslash chars. One
|
| SimpleDateFormat Problem while Parsing Date/time String on Japanese OS | 05 Sep 2005 18:17 GMT | 8 |
I am trying to parse Date/Time String : 2001/05/10 3:45:35 on Japanese OS. I know we can have exact Date Time formatting pattern to match this string and can parse it easily.
|
| FocusListener usage? | 05 Sep 2005 18:11 GMT | 2 |
I am trying to use the FocusListener to service a set of Java components in a custom Container. Question: From a FocusListener 'focusLost' method how can I determine if my End User
|
| Elegant closure of InputStreams under exceptions? | 05 Sep 2005 11:42 GMT | 11 |
Even with Java's garbage collection, there is often a new to close (or otherwise release) expensive resource. Classic instances include window and file handles.
|
| Software Engineers required for USA | 05 Sep 2005 11:03 GMT | 12 |
Dear Sir, Kraftware Inc. Software Engineers required for USA We are a leading software consulting company based in Nebraska (Omaha)
|
| invoking javac programmatically | 05 Sep 2005 09:30 GMT | 9 |
i have to invoke javac in my java program to compile java code thts generated on the fly. these java classes all implement an interface called IC. there is an invocation scenario thats part of the javac man page (on
|
| MacOSX growbox question | 05 Sep 2005 06:39 GMT | 4 |
I have a problem with growing a JFrame which displays an array of, say n images. I use a combo box which sets on how many lines and columns these images are displayed. When lines x columns < n, buttons enable to navigate
|
| Partially parsing HTML | 05 Sep 2005 04:49 GMT | 1 |
I wonder if there is a (static?) method somewhere inside the Swing HTML Parser framework that can convert a string containing special &...; - type characters into readable text, e.g. from
|
| Generating all partitions of a set | 05 Sep 2005 04:40 GMT | 7 |
I'm struggling with the following problem. I have a set (implemented as a TreeSet, but this can be easily changed). I want to generate all possible partitions of this set into two disjoint subsets. Of course, I can generate all subsets of a given set and then use a subset along
|
| escaped high ascii chars in URI's and getParameter | 05 Sep 2005 00:40 GMT | 2 |
When URI parameter to be posted to a servlet/jsp contains high (128-255) ASCII characters such as european accent chars, they should be escaped using encodeURIParameter in JavaScript prior to submitting to server. These chars are then replaced by default with a %xx%xx...
|
| How to create a folder in a remote computer | 05 Sep 2005 00:18 GMT | 8 |
I can create a folder in a local computer system by using a code: new File("C:\\path")).mkdirs() Now I want to create a folder in a remote computer (suppose that I have full control of this computer and I know the IP address of this computer)
|
| Getting Two Java Applets to Communicate with Each Other | 04 Sep 2005 22:33 GMT | 7 |
Is there a way in Java to write two applets in which one user using one applet can send messages to be read by another user using the other applet, at a potentially distant location? ---Kevin Simonson
|
| isa Test | 04 Sep 2005 19:00 GMT | 2 |
I've not done Java in a couple of years and I've been doing C# during that time, so I know I mixing my languages a bit. What I cannot remember how to do in Java is test an object for its type. In C# one uses the "isa" keyboard, but I can't find something like this in Java.
|
| Java JDE and Mac? | 04 Sep 2005 19:00 GMT | 5 |
I have no experience of macintoch but is just a bit curious weather there is a JDE for mac? If there is, where do you get it, cos I haven't found it on sun's homepage? ...and second of all is there JRE for mac?
|