| Thread | Last Post | Replies |
|
| open document format API | 08 May 2006 21:24 GMT | 1 |
Does anyone know of a Java API for the open document format used in Open Office, KOffice, and elsewhere? I'd like to be able to grab a cell or chart out of a .ods file.
|
| Add EventHandler to AudioClip? | 08 May 2006 21:19 GMT | 1 |
I have a java applet with a sound playing in the background. If I click on a spot in the picture, another sound should play and the sound in background should stop. I would like to play again this background sound, when the second sound finishes playing. I hope I wrote clear
|
| Reports header | 08 May 2006 20:49 GMT | 1 |
I have the following requirement to be done using JSP/Servlets. I need to show a report where the header is static and if I scroll, only the data rows will scroll and not the header. So I can see the header for the rows which is in the end of that page.
|
| HowTo exit from an application | 08 May 2006 19:31 GMT | 10 |
I have an application that use awt and Swing, with this code : public void windowClosing(WindowEvent e) { Window window = e.getWindow(); if (window.equals(this)) {
|
| how to convert int[] to Integer[] | 08 May 2006 19:08 GMT | 6 |
int can be auto-boxed into Integer in Tiger, but I want to convert int[] to Integer[]. How to do that? Thanks.
|
| How tor eturn exit code from Java to a shell script | 08 May 2006 19:04 GMT | 7 |
Since main is defined as static void main() How do I return a value to a shell script so I can check the 'tatus' of the execution of a Java program from within the shell script?
|
| Help in Java swings(internal Frame) | 08 May 2006 19:03 GMT | 2 |
I Have one Internal Frame in which one list is attached with 1 to 19 options. my problem is that changes occurs in Internal's Frame graph with respect to only one option which we have already selected in list3.java
|
| Inspect CLASSPATH inside the JVM | 08 May 2006 15:17 GMT | 4 |
Is possible to get the CLASSPATH using Java commands? Blablabla.getClasspath() or something like this... Thanks in advance. Paulo Silvestre Schmitt.
|
| calling wait outside of loop | 08 May 2006 13:59 GMT | 5 |
The argument is that calling wait prior to loop me cause a thread never to be aweken (given that notify[all] has been called prior) How does waiting in the loop prevent that: while(a condition){
|
| free java code | 08 May 2006 13:58 GMT | 3 |
Hi- I am learning java 2 and it would be a big help to me if someones would give me a page address where I could get free java code for not too difficult applications and applets. Then I could follow the code and compare it to the applications. Thanks very much.
|
| Platform related issues. | 08 May 2006 13:36 GMT | 2 |
We have developed a web-application and the deployment of that application was done on the winodws platform. We are in the process of deploying the same on the Unix platform (probable OS will be Solaris, Linux)
|
| XML Parsing Puzzle | 08 May 2006 13:10 GMT | 2 |
There is an XML selective parsing puzzle that I haven't been able to figure out. I've got some XML source that I'm reading using SAX (ie: SAXBuilder builder = new SAXBuilder(); Document doc = builder.build(new
|
| Regading SCJP exam | 08 May 2006 09:28 GMT | 2 |
Hello friends, I want to take the SCJP exam so that it would help me in understanding the basics of Java in a better way.
|
| In Classpath | 08 May 2006 09:11 GMT | 2 |
I have doubt in the classpath. i have the same class files (even with package structure) in 3 jar files and i have added all the three jar files in my classpath. Can you please send me reply my question.
|
| Where to install Sun AppServer 8.1? | 08 May 2006 08:45 GMT | 1 |
I want to install Sun AppServer 8.1. The current version is 8.2. The reason is that Sun AppServer 8.2 stops to include PointBase, while version 8.1 includes. The books I have need to use PointBase. In order to follow the material,
|