| Thread | Last Post | Replies |
|
| Simple code, but confusing answers | 08 Dec 2005 17:48 GMT | 4 |
I hava the following code, and essestially, my dArray[] values have to be same as r1, i think, because I intended to program to do that. But from my output, my dArray[] values are larger by one than r1 values. Does anyone know why that is??
|
| Searching "Binary Search Tree's" using recursion. | 08 Dec 2005 17:37 GMT | 10 |
i have a Binary Search Tree of Objects. (the objects hold single char's). the problem is i need to code methods such as remove(BstNode x) and flatten() which i dont think i can do without a getParent(BstNode x)
|
| advice needed for xml validator using own rules | 08 Dec 2005 16:58 GMT | 3 |
I am into writing an xml validator. I want to define my own rules. I ideas how to start? All hints are welcome cheers,
|
| java.net.ConnectException: Connection refused | 08 Dec 2005 14:13 GMT | 4 |
Hallo All, I'm running mysql 4.1.14, connector/J 3.1.10 and j2sdk 1.5.0.4 under SlackWare 10.2. When I try to run the jdbc examples in ~/JavaTutorial/jdbc/basics/example-1dot2 I get the following error
|
| Session Invalidation !! | 08 Dec 2005 14:02 GMT | 2 |
I'm using java script in my JSP for the Log-out purpose..my problem is that,with a logout button click i want to invalidate user session but i dont know how to call a servlet from a java script function..If anybody has some batter Idea then please do revert back
|
| a midi conversion util | 08 Dec 2005 02:10 GMT | 8 |
does anyone know how to change a wav, au, or other basic javasound file in to a mid sequence (or vice versa)? this goes along with that message about sound data coming from a data object instead of a filestream, i guess, since i would need to know how to process an audio
|
| HELP! THE PROJECT IS DUE TOMMORROW!!!!!!!!!! | 08 Dec 2005 02:10 GMT | 8 |
how to send an array from a class to another and let it draw points on a graph.the first class i made it to iput values and draw it on a graph in another class to draw it. this is the code of the first class
|
| JMF2.1.1 and MOV files | 08 Dec 2005 02:02 GMT | 7 |
I've just created a mini application using Swing and JMF2.1.1 that can play back AVI video files. Looking at the supported formats for this library on the Sun site (http://java.sun.com/products/java-media/jmf/2.1.1/formats.html) suggests
|
| JSDT chat room | 08 Dec 2005 01:28 GMT | 1 |
i'm using JSDT to implement a "chat room" that,instead of a client receiving messages trought text, recieves it in an audio file. every time a message arrives, the client just pushes a button an listen to the file. I'm using applet's as interfaces.
|
| how can i disable a row in a table in html | 08 Dec 2005 01:18 GMT | 9 |
hai all i am doing a project on 13 cards game.in my user interface i have to display 13 cards on top and 13 cards on bottom of browser.the top 13 cards must be disabled so that no one can move or
|
| StackOverflowError | 07 Dec 2005 14:54 GMT | 7 |
Pls, what is StackOverflowError? in docs it says: Thrown when a stack overflow occurs because an application recurses too deeply.
|
| how we can pass parameter from xhtml to java file | 07 Dec 2005 14:27 GMT | 1 |
I am trying to invoke java files through xml and xhtml. i am not able to pass parameters. actully whatever the parameter i pass from xhtml that java file shuold be open. can anybody suggest me. thanks
|
| Saving files with JFileChooser | 07 Dec 2005 12:41 GMT | 5 |
I am writing a program creates a ToDo list. However, I am having trouble with the save function. I can't get it to save to a file. Here is my code. What am missing or doing wrong? Thanks in advance.
|
| JVM on Palm Simulators | 07 Dec 2005 09:24 GMT | 1 |
I'm trying to install the Java runtime on the Tungsten T5 (and the generic garnet OS5.4 simulator) without much success. I have tried posting this in the palm forums without a response, so I thought I would cast the net wider. Basically when I run an example that comes with the ...
|
| loops?!? | 07 Dec 2005 02:35 GMT | 3 |
Once again, I'm having trouble with some code . I'm writing a seemingly simple temperature conversion program, and it works great. I have gotten it to compile and everything. The problem; I can't get it to loop (yes this is my first attempt to work a loop into a program). I
|