| Thread | Last Post | Replies |
|
| smooth animation | 28 Sep 2004 22:15 GMT | 2 |
I'm trying to figure out how to make an animation move smoothly.. so i've been looking around.. i've found 3 other methods besides just using sleep() at each frame.. i've tried implementing these methods but i cant see much of a difference.. but which of the following, if any, is ...
|
| Business calendar libraries? | 28 Sep 2004 21:35 GMT | 1 |
Does anybody know of any Java code libraries that provide business calendar capabilities? Like supporting... * Working day definitions
|
| quick and easy way to parse XML | 28 Sep 2004 19:12 GMT | 11 |
I am building a servlet that needs to parse XHTML files (with DTD and everything), in order to figure out the link to the pictures (<img src="getmeifyoucan.gif" />) I thought I had already solved the problem elegantly when I realized that the package to parse XML would ...
|
| java 1.5 - generics "unchecked cast" suppression | 28 Sep 2004 17:06 GMT | 11 |
Is there a way to suppress the "unchecked cast" message for a particular statement rather than an entire file. There are times when you can't really avoid the cast. In my case, I'm reading back in a previously serialized object. I need to cast it. Thanks in advance.
|
| Applet window warning message | 28 Sep 2004 17:03 GMT | 16 |
Does anybody know how to hide the warning message which appears from (unsigned and non-local) applet windows? Thank you --
|
| CMS Collector Having Random Fits | 28 Sep 2004 13:30 GMT | 2 |
Hello... we are using 1.4.2_05 JVM, Solaris 8, on a high-end web-server application. We are using the Concurrent Mark Sweep (CMS) garbage collector and have been - until now - having success in tuning the parameters.
|
| why String.getBytes() truncates byte[] | 28 Sep 2004 09:45 GMT | 1 |
Can the length of primitive data types like byte[], be dynamically reduces in java. For ex in the following code class test {
|
| How to display info in JLabel using arrays? | 28 Sep 2004 03:11 GMT | 3 |
Hi, I'm stuck again in the little program I'm developing... Having a bit of trouble in displaying information in a JLabel by using array's. I work with 2 seperate classes: GeneralInfo.java and GIHelpClass.java
|
| Problems with org.netbeans.lib.awtextra.* | 27 Sep 2004 21:08 GMT | 2 |
i'm working on an old project written in Java ( i think with JVM 1.3 ) but i'm now using the 1.4 version. I've this problem: in the code there are class like this: org.netbeans.lib.awtextra.AbsoluteConstraints (x,y,k,z)
|
| Assertions in Java | 27 Sep 2004 20:16 GMT | 4 |
I need to write a program that looks approximately like this: main() { objects; m();
|
| Tomcat out of memory | 27 Sep 2004 19:52 GMT | 2 |
I've a situation where Tomcat is crashing with an out of memory error every 24-48 hours. I think I may have narrowed down the cause: we have tens of thousands of jsp pages, and every time one of them is compiled i see the heap size grow, and it never shrinks back down. Eventually
|
| 3G Java developer | 27 Sep 2004 17:35 GMT | 1 |
Required by Requestec Ltd, London, England Flexible working conditions. TV related work. A knowledge of Java with a mininum of 2 years experience essential. Other useful skills would be SQL, html and linux.
|
| Library System | 27 Sep 2004 15:38 GMT | 3 |
Hi, I'm trying to build a system that manages a book library. I've identified the analysis classes: LibraryMember
|
| Project confusion | 27 Sep 2004 14:46 GMT | 5 |
Okay I'm not exactly sure what I'm supposed to do. I know I should create a file that creates an abstract tree but I can't figure out exactly what the other programs do and how I should use them to implement an abstract tree. So if someone could please shed some light
|
| How do I count the test steps in a for loop | 27 Sep 2004 07:24 GMT | 3 |
I need to know how to count the test steps in a for loop for a project. I think it should work if the count is done in a method that the test is compared to but can't get it to work. for( int i =0; i < n || countTest(); i++)
|