| Thread | Last Post | Replies |
|
| spacing problem with a JTree | 09 May 2005 10:33 GMT | 3 |
i have a problem i am having diffculty fixing. i am using a JTree, which has a root and three layers of children. the problem is that the spacing between the nodes is very large, probably twice what it needs to be, but ONLY for layers two and three (that is, the grandchildren and ...
|
| a Multiplayer Pong, hmmm... | 09 May 2005 06:27 GMT | 3 |
Hei! I was just wonderin as a new with Java and seen some code of Visual C++ that is it possible with Java to make an multiplayer pong to your home
|
| Problem Running Application (Java + Excel Doc) | 09 May 2005 03:42 GMT | 3 |
I have to be honest. This is my first attempt at writing an application and I have run in to a large road block. I am trying to read an MS Excel 2000 Document with Java (Using the Java Excel API @ http://www.andykhan.com/jexcelapi/). I have been writing this program
|
| HELP!! problem with java installation | 09 May 2005 02:41 GMT | 6 |
I am on windows XP and i can't even run hello world. I've set up the classpath alright (see below) but when I run a program it doesn't recognise the classname (see below). I've tried uninstalling/re-installing java with the same result.
|
| MemoryImageSource and using it... | 09 May 2005 00:02 GMT | 1 |
Hei! Im tryin to make a random screen with MemoryImageSource but faling to do it.. I do not know what is wrong please help...
|
| Tomcat 5 - Severe error UnsupportedClassVersionError | 08 May 2005 23:34 GMT | 1 |
I have Tomcat 5 on my local RedHat Linux with SOAP.war and my SOAPServer servlet. And it's working OK. But when I tried to add it to my external server (Gentoo Linux) I
|
| java.util.logging Help | 08 May 2005 20:05 GMT | 1 |
I've read a couple of online tutorials about the java.util.logging API, and have gone over the examples here: http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html#2.0 I am still unclear on some basic points, and would love to see a few
|
| Hookcolor | 08 May 2005 16:40 GMT | 2 |
Hello group, this is my last Colorquestion. I tryed to change the Coloer of the hook of a JCheckBox, but this UIManager.put("JCheckBox.interiorForeground", Color.green);
|
| tomcat + access files that are not in the document root | 08 May 2005 16:10 GMT | 1 |
I'm creating a web application (using a servlet) that generates a webpage with a list of links to documents on the server. These documents are not located in the document root directory of my web application. How can I configure Tomcat to be able to access them?
|
| %23 and #, which should I be worried about? | 08 May 2005 15:56 GMT | 4 |
I'm using the '#' character to concatenate some information to the URL. For example: filtrado3.jsp?estatus=Certificado&valor=Certificado&campo=estatus&ca=ejecutivo#tipo&va=Daniel+Perez#CONC. But, when I see the URL, it's something like this:
|
| Initializer vs. Constructor assignment | 08 May 2005 07:43 GMT | 4 |
I am currently reading "Java in a Nutshell" 5th Edition (O'Reilly) and some questions arose concerning the proper use of Field Defaults/Initializers and Constructors. It is stated that "The initialization code is inserted into a
|
| How to synchronize 4 threads. | 07 May 2005 23:33 GMT | 1 |
I need to synchronize 4 different threads. I dont think wait() and notifyall() will work. Could someone explain how to do this? Jerry
|
| Q: Pattern for this? | 07 May 2005 21:48 GMT | 6 |
I have a parser that validates and constructs 2-dimentional array from data within a flat file: Record[] = parse("grammar.xml", "flat.txt"); //Record = {"Michael", "Moore", "48" };
|
| java 1.5 on 1.4.2 | 07 May 2005 12:49 GMT | 11 |
Just need to verify something. You can not use a java 1.5 war file on a machine with java 1.4.2 loaded on it. Is this not right???
|
| GridBagLayout on JDesktop | 07 May 2005 12:08 GMT | 1 |
I have problems using GridBagLayout for positioning JInternalFrames on a JDesktop. For instance, I have 2 JInternalFrames and I neither set the size nor the preferedSize of the InternalFrame because I thought my JInternalFrames would
|