| Thread | Last Post | Replies |
|
| refresh problem | 30 Sep 2005 00:09 GMT | 1 |
I have a JFrame that I put two components, one on BorderLayout.CENTER and the other is at EAST. When I cover with another window, and then uncover, the part that is uncovered does NOT refresh.
|
| Can I borrow your eyes for debuging (Vector inside Vector)? | 29 Sep 2005 16:20 GMT | 39 |
private Vector<Vector<String>> vector; .... vector = new Vector<Vector<String>>(); int index = 0;
|
| output ascii text file | 29 Sep 2005 15:55 GMT | 24 |
I am trying to write output to a text file. But I am not sure whether the results I get are normal. I try to write out in ASCII format in order to be able to read with MS notepad. I have followed these 3 different tryout small programms (they
|
| finding container directory of an executing class? | 29 Sep 2005 13:06 GMT | 10 |
How do I find the container directory for a particular file when it gets executed? Ex: c:\Tomcat\shared\lib\xyz.jar (xyz.jar contains abc.class)
|
| How to write a file header? | 29 Sep 2005 10:00 GMT | 5 |
I'm trying to write a file with a description/header at the front. The header can't be calculated until all the bytes are written. So far, I write a dummy header just to consume the space. Then I write the actual file. I'm stuck on how to backup the file
|
| Help/Advice/Example Code Needed for This Project | 29 Sep 2005 09:19 GMT | 1 |
This assignment is intended to familiarize you with functionality for maintaining state in user applications, with a focus on login and navigation. For this assignment, you will need to submit the following separate files:
|
| Trim strings? | 29 Sep 2005 07:07 GMT | 6 |
I just had a question. How do you trim strings? OR rather how do you insert the command into java to trim strings? Since I have a program here that uses many strings for entering data(numbers). But I get and exception numerica runtime error.Thanks in advance.
|
| listener for JFrame's titlebar | 29 Sep 2005 04:53 GMT | 4 |
How can I set up a mouse listener for a JFrame's titlebar? Thanks Jeff Higgins
|
| GET and POST in jsp | 29 Sep 2005 00:46 GMT | 3 |
I've been trying to get two parameters passed from a html to a jsp page. I can read the correct values of the passed parameters but I am having difficulties distinquishing between those values in an if-else statement.
|
| Using JDB with JPDA (to launch my own LaunchingConnector) | 28 Sep 2005 22:01 GMT | 13 |
Ok, I am now officially confused... I read http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jpda_spis.html, and deployed my connector (for now, just to see that it works,
|
| Smart number formatting | 28 Sep 2005 17:42 GMT | 7 |
Is there a simple way to do 'smart' number formatting in Java? My program accepts a double as input in a JTextField. Their input is parsed and stored in a MySql database through JDBC. The next time the program is run, the field is read from the database, and displayed in the ...
|
| Help: "jarsigner: unable to open jar file" | 28 Sep 2005 15:49 GMT | 2 |
While signing my own jar files is a trivial process, why is it that 3'rd part libraries I wish to distribute as their own jar files (to achieve Java Web Start application segmentation) fail with a "jarsigner: unable to open jar file" message?
|
| How to detect if class file contains debug symbols? | 28 Sep 2005 15:07 GMT | 4 |
I'm looking for a technique to tell if a class file contains debug symbols (meaning that it was built with the -g flag enabled). The simpler the technique, the better. We aren't getting line numbers in our stack traces and are trying to
|
| printing to a file | 28 Sep 2005 03:39 GMT | 3 |
i am printin an output to a file but i need all the data, but for some reason my dad gets written over by the following at each iteration. here is my algorithm. bascially i need a list of t(n) in a file:
|
| Newbie: server vm | 27 Sep 2005 23:11 GMT | 2 |
java -server Error: no `server' JVM at `C:\Program Files\Java\jre1.5.0_04\bin\server\jvm.dll' How do I get the server vm?
|