| Thread | Last Post | Replies |
|
| setContentType() -- args that can be passed.. | 21 Feb 2006 19:02 GMT | 12 |
please, what are all possible arguments you can pass to setContentType() method? (not listed in Servlet API..) am esp interested in mime types for media (video, audio) but out of curiosity would like to see a list of all possible arguments that can be passed to this method.. ...
|
| Stream Classes | 21 Feb 2006 16:08 GMT | 2 |
HI,Can one of you java girls/boys help me, stuck on project... Tony_P :-)) --------------------------------------------------------- This is what i've got to do!!!
|
| how to place the the exec file in system tray-windows.. | 21 Feb 2006 16:00 GMT | 6 |
hi... how to place the the exec file in system tray in windows.. can u explain... is it possible using java programming..
|
| Searching in a Decision Tree | 21 Feb 2006 15:16 GMT | 4 |
i am having problems searching through a decision tree. i actually posted on this board when having a similar problem with Binary Search Tree's (which i now understand very well) but in that case i was merely having a problem with how to get the syntax to search recursively,
|
| Basic Java games | 21 Feb 2006 14:49 GMT | 6 |
I'm looking at make several two player boards games (such as chess, daughts etc) in Java. Ive done a lot of the underlying code and I'm now looking at adding a GUI to the game. The problem is I'm not sure the best way of going about creating
|
| Any Source Code or Web site demonstrate the effect of gridwidth and gridheigh of GridBaglayout | 21 Feb 2006 14:39 GMT | 5 |
I want to make clear how the outlook of Gridbaglayout will change according to different value of gridwidth and gridheight of GridBagConstraints. Please suggest some source code for me so that I can modify the source code of the value of gridheight and gridwidth,
|
| Distance Learning Student Needs Thread Help | 21 Feb 2006 11:14 GMT | 1 |
I am taking a distance learning Java class. I am stuck on the following: Implement the following producer/consumer code. Include a comment explaining why you think this method fixes a problem known as "orphaned" threads. (Warning: This code may or may not have bugs in it)
|
| Problem in Java Swing | 21 Feb 2006 08:31 GMT | 1 |
Why my application gets stuck up when i call JOptionPane's showMessageDialog(....._) method? I'm a student working on a academic project. in that I'm creating some validating classes but i gotta screwing problems so decided to check in the code only. but it again
|
| Is this possible: HTTP tunnelling/Network streams | 20 Feb 2006 22:55 GMT | 2 |
I'm asking this because I don't mind spending hours or days on it if it is possible, but I'd like to know if it's something workable before I spend a long time digging into it. I have people I'm working with who are behind firewalls. With some people,
|
| Can't resolve java.util.concurrent | 20 Feb 2006 20:50 GMT | 4 |
I'm having a problem of not being able to resolve the java.util.concurrent package in Eclipse. I'm running JSE 1.5.0.06 JDK and JRE. Anyone have any suggestions on how to get the package to resolve? Thanks
|
| search for installed jdk:s on linux | 20 Feb 2006 16:38 GMT | 3 |
I wonder if it is possible to search for installed jdk:s on linux? Is there a command? cheers, //mikael
|
| netbeans : can't open project folder !!! | 20 Feb 2006 10:25 GMT | 2 |
We have a problem here: We were developing a software in java on solaris10 with netbeans4.1. To make a back up of the source, we saved the whole project folder that was made by netbeans by writing it to a cd.
|
| ISDN capi and java | 19 Feb 2006 12:08 GMT | 3 |
Is there anyone who knows how i can use capi in java. I want to react on incomming speech calls and make outgoing calls. Bas
|
| How to keep looping | 19 Feb 2006 01:50 GMT | 5 |
This is really basic stuff but I just can't seem to get my brain to function; a poke in the right direction would be really useful! I'm writing a BlackJack class and I'm just putting together the game itself. I'm sure you're all familiar with the rules, but essentially
|
| Removing undefined items from an array | 19 Feb 2006 01:48 GMT | 1 |
I have an array that has a bunch of undefined items in it, all in a row. The numbering of the array goes 11, 12, 20, 21, 22, 23, etc. Is there a way to get rid of all of the undefined items and fix the ordering so that (in the above example) the 20th item would become the
|