| Thread | Last Post | Replies |
|
| Is the design of 'ArrayList' good ? | 08 May 2006 08:39 GMT | 4 |
Occasionally I think that the design of 'ArrayList' is not good. Because ... The access modifier of 'E[] elementData' in 'ArrayList' is 'private'. That is, Java do not allow a programmer
|
| Moving from Netbeans to Eclipse | 08 May 2006 07:06 GMT | 6 |
I'm a long time Netbeans user but for the current project I need to switch to Eclipse. I was wondering if someone could point me in the direction of any good guides or articles on the main differences and whats involved in conversion (any mindset changes and so on).
|
| Widget for Tree with graphics? | 08 May 2006 05:03 GMT | 3 |
I want to know what swing widget should I use to create a a tree with graphics like the one in the Inspector window of NetBeans 5.0 IDE? Also is there any widget similar to the Outlook bar on Microsoft Outlook?
|
| java.lang.OutOfMemoryError: Java heap space | 08 May 2006 04:35 GMT | 2 |
Is there any free utilities I can use to view the memory used by all objects so I can track down the offending code? thanks Tim
|
| algorithmic mathematical art | 07 May 2006 19:59 GMT | 4 |
i've long time been interested in algorithmic mathematical art. That is, mathematical or algorithmic visual art works that are generated by computer such that the program's source code reflects the algorithmic essence of the visual quality in the art work. (for detail, see
|
| Unstable JTree - 100% CPU from clicking | 07 May 2006 19:16 GMT | 2 |
For some reason, maybe my code, maybe not but once I start actively using my JTree I get these instances where the Swing app locks up, CPU runs to 100% and I cant do anything but terminate the app. Whats up with that?
|
| Regarding use of ArrayList as value in Hashtable | 07 May 2006 14:21 GMT | 9 |
could anyone who knows how to solve this problem please give me some hints? The question is: I have set up a Hashtable and strings as keys and empty ArrayList as
|
| Two small questions: keypressed event and regexp | 07 May 2006 14:02 GMT | 2 |
just a small thing which has been bugging me for some time now. I have created a small GUI which serves as a Mudclient (works alright), but there is a problem with this: #code snippet:
|
| If String is immutable, then why does this work? | 07 May 2006 11:03 GMT | 7 |
My understanding is that String objects are immutable, thus you can not change them but any changes will be saved in a different object of the same class. I have written the following simple programme, that converts the string
|
| architecture for gui status bar messages | 07 May 2006 10:57 GMT | 7 |
I have an app (Java not that is too pertinent) which is a fat client GUI with a main form, numerous dialogs, wizards, menu actions, toolbar functionality etc. I am looking for a consolidated method for reporting errors. I already
|
| Java 1.4.2 or 5.0? | 07 May 2006 09:32 GMT | 1 |
I'm running Windows 2000 on an AMD 1.0 GHz cpu with 512 MB RAM. Would Java SE 1.4.2 or 5.0 run faster on my system?
|
| calculate MD5 checksum for a file | 07 May 2006 00:41 GMT | 3 |
I want to write a java program to calculate MD5 checksum for a tomcat file downloaded from apache's site: http://www.apache.org/dist/tomcat/tomcat-5/v5.5.17/bin/apache-tomcat-5.5.17.exe.MD5 0bb2827c5eacf570b6064e24e0e6653b *apache-tomcat-5.5.17.exe
|
| Java error | 06 May 2006 23:48 GMT | 2 |
I hope I am posting to the right forum I am sorry if I am not.. I am running Windows XP home edition SP 2 on an intel Mac using Apple's bootcamp. I am trying to run an application which is not starting and is giving
|
| QuerySyntaxException on JBoss 4.0.2CR2 and EJB3 | 06 May 2006 22:36 GMT | 1 |
I am creating EJB 3.0 QL query on JBoss. Query is basic select query [from tablename]. The table is an entity. Persist operations workd fine on the entity. But when I am firing the above query it gives me QuerySyntaxException
|
| JRE | 06 May 2006 22:15 GMT | 13 |
Who can tell me how can i run java programs with very small JRE??? My JRE is 50 MB
|