| Thread | Last Post | Replies |
|
| Reverse java code to UML | 12 Mar 2005 01:58 GMT | 4 |
does some of you know a: - _FREE_ (0 $) - not limited in time - working on linux
|
| No generic enums ... | 12 Mar 2005 01:33 GMT | 2 |
I was taking yet another look at generics, and noticed that enums cannot be generic. After all, the "enum" construct is syntactic sugar for the traditional type safe enum pattern, and with generics, you could write something like:
|
| Useful site for Java | 12 Mar 2005 01:12 GMT | 3 |
I know the such sites like www.codeproject.com , www.codeguru.com are for C, C++, VC++ ... programmers, although there have some articles about Java, but a little :(. Can somebody tell me a useful site for Java with sample code and articles?
|
| removing duplicates from a string array | 12 Mar 2005 00:32 GMT | 15 |
Hi all, I am trying to find the most efficient way to remove duplicate from a string array. Obviously I can do it by
|
| Design Question | 11 Mar 2005 21:40 GMT | 6 |
I am writing a chat server application and am currently stuck at a general question of OO design. I am wondering what would be the best way to manage the existing channels. Each channel is represented by a seperate instance of a class
|
| Reading data from Text file | 11 Mar 2005 21:04 GMT | 4 |
I have a problem on reading data from Text file(notepad) and save as a variable.Data that i want to get from text file are shown below ( sample1, 3, add).Below are java code just to get "sample1" put in classString. How can i modify the code to get "3" and "add". Can
|
| WEBSITE DESIGN FOR THE LOWEST RATE | 11 Mar 2005 20:20 GMT | 1 |
Hello this is Kirky. Our company is a web design and engineering company focused on helping our clients succeed on the web. We actually design and develop and update websites for the Internet.
|
| Line selection in Eclipse | 11 Mar 2005 20:03 GMT | 6 |
How are you supposed to do line selection in Eclipse? In most editors you can triple click to select a line and triple click and drag to select multiple lines. I can't see any way to do this in Eclipse. This seems fundamental to efficient editing and I can't believe it's not
|
| java socket | 11 Mar 2005 19:46 GMT | 1 |
I need to write a java program that is waiting till a socket client connects to it, after a certain time, about 15sec the client will disconnect or the java app will disconnect the client. Right after that a new connection to the same port should be available that a
|
| Session Timeout with jsp | 11 Mar 2005 19:20 GMT | 1 |
I have a jsp which is called when a session times out wherein I use session.invalidate() method to invalidate the session and display a message to the user to login again as his session has expired. Now the problem is that we don't have a separate login page to login
|
| Resizing a JLabel | 11 Mar 2005 18:39 GMT | 2 |
There's a situation in my program that I want to resize a JLabel: I have a JDialog with a JPanel on it (with FlowLayout - it's one of the panels... not the only one). There's a JTextField, where the user can type a numeric code and after it, there's JLabel INITIALLY
|
| Method to access registry entry on windows. | 11 Mar 2005 18:23 GMT | 1 |
i am new to this group and thank you all for having this group. i am hung with a problem i would like to ask u all abt the same. i want access registry entry thr java code and get the requird result but i am unable to find a method for the same.
|
| what changed in processPath() in struts 1.2.4 | 11 Mar 2005 17:27 GMT | 2 |
I am migrating from struts 1.1 to 1.2.4, getting lot of "symbol not found" errors. what changed in struts 1.2.4 related to following ================
|
| Mixing AWT and Swing | 11 Mar 2005 17:09 GMT | 3 |
Does anyone already have some experience in mixing AWT and Swing? Is it conceptually doable? Does the design of Swing prevent interaction between an AWT and a Swing widget?
|
| Image via HTTP is slow | 11 Mar 2005 16:57 GMT | 6 |
I'm having trouble with a servlet I'm working on. I'm trying to display an image when you go to a url. When I go to the url on my local computer it takes about 6 seconds to download an image that is about 20KB. Downloading the image (again, from my local computer) via just
|