| Thread | Last Post | Replies |
|
| Marker Interface | 06 Jun 2006 16:31 GMT | 1 |
Why we need Marker Interface, It doesn't have any methods to implement , why we use empty interfaces, how it useful.
|
| looking for another way of updating text in a swing component | 06 Jun 2006 16:17 GMT | 1 |
hi, i'm fairly new to java and am experimenting with various swing components. as far as I know at this time, when a change occurs in the text i want to display, in order to show it, I have to repaint the frame. Is there a component or way of placing a textarea of sorts in a GUI and ...
|
| thread ID | 06 Jun 2006 13:12 GMT | 4 |
how can i test if multiple threads of the same process are running, and if found kill rest and run only one. i am finding that i am running multiple threads and would like to kill rest except any one. any help guys.
|
| simulate mousclick | 06 Jun 2006 13:03 GMT | 1 |
I'm wondering if it would be possible to write a program that actually performs a mouseclick on a given location. So for instance, I want to perform a mouseclick on my screen (thus on the program that is currently fills the screen) on position 200,200.
|
| UML creators | 06 Jun 2006 12:28 GMT | 4 |
is there any tools for creating uml class diagrames from existing java classes ??! if there is could you suggest me the good ones
|
| Inputstream...help me... | 06 Jun 2006 12:03 GMT | 1 |
i've a question for you. My Jsf Application allow user to upload a txt file thanks to a Myfaces component. I want manipulate later this file and i know that exist getInputStream
|
| Java Performence | 06 Jun 2006 11:38 GMT | 4 |
Hi, I need the info of how to tune the performence based on data structures used. Like Collections. Thanks & Regards Krishna Prasad.
|
| number conversion | 06 Jun 2006 10:26 GMT | 1 |
can you give me some code in java that can convert two or three digits numbers into equivalent word descriptions such as 45=fourty five, 104=one hundred and four
|
| Question about Oracle BLOBs and encoding | 06 Jun 2006 09:27 GMT | 1 |
I am working with a 3rd party application that provides its own public APIs for accessing its data. Included is an implementation of a database ResultSet. The object provides a method for getting a BLOB:
|
| setVisible "Lost in the weeds"? | 06 Jun 2006 09:23 GMT | 7 |
Systems: I am using Eclipse 2.1.3 on a Win XP platform to develop a Java 1.3.2 Stand Alone App. The app extends JFrame that then host a set of TAB's designed to
|
| Getting servlet context path without a servlet request. | 06 Jun 2006 07:38 GMT | 3 |
I have a web application running under Tomcat 5.0, and I need to write some output to a file. This app doesn't have its servlet context hardcoded in anywhere, so I can deploy it with any name and not worry about missing some random bit
|
| 'java' execution fails in AIX | 06 Jun 2006 06:38 GMT | 1 |
When I try to use 'java' command to run (whatever I do, even whan I used 'java -version') I get the following error: exec(): 0509-036 Cannot load program java because of the following errors:
|
| Interfaces and exceptions, best practice question | 06 Jun 2006 04:28 GMT | 18 |
When I build my libraries, I code to interfaces, which is clearly a best practice. When programmers then create classes that use my interfaces, they complain that the exceptions they want to throw are not defined in my signature. For example:
|
| Best practices for securing a private key for encryption system | 06 Jun 2006 03:41 GMT | 8 |
List, Can anyone point me to best practices (web links or books) for secure key storage and management of a private key for a symmetric encryption system? I have a project I am working on where I need to store the
|
| Unable to read inputstream | 06 Jun 2006 03:38 GMT | 7 |
i am implementing socket tcp/ip comm within my app. now i am able to read data from the inputstream, however in my reads i am sometimes missing the first character of my string, so if the message send is Java i am receiving ava, without the first character.
|