| Thread | Last Post | Replies |
|
| Getting DateFormater to pick up a custom regional date format | 01 Apr 2004 00:27 GMT | 1 |
DateFormat.format doesn't seem to be able to automatically pick up custom regional date settings in Windows XP. What I mean by custom regional dates is that if I go into Control Panel -> Regional Settings -> Click the Customize button on
|
| java.security & java.policy | 31 Mar 2004 23:56 GMT | 1 |
I am trying out applet in Tomcat in localhost and I would like to ask how I can set the java.security and java.policy to allow the applet to get access to the local machine like c:/xxxxx/file ???
|
| Is there a method that gets the maximum bounding size of child components? | 31 Mar 2004 22:44 GMT | 1 |
A panel is filled with components, and I'd like to know if such method exists that checks the maximum values for the bounding rectangle that covers all the components inside the container (without redundant space). It's not a big deal to code it myself, but I was just wondering if ...
|
| arraylist query | 31 Mar 2004 21:40 GMT | 5 |
Just learning arraylists at the moment, and ran into a problem with the trying to return the result of the contains method. I have an arraylist called the set, and the following code: public boolean hasElement(int element) {
|
| Can't stop the Timer....! | 31 Mar 2004 20:14 GMT | 1 |
Hey.. I'm having problems with stopping this timer from outside the 'runTimer()' class.. i have no problems calling 'cancel()' from inside the run() method but I want to be able to stop the Timer when I press a button (stopTimer()).
|
| Version control and bug tracking systems | 31 Mar 2004 19:29 GMT | 5 |
I'm going to be setting up a build system for J2EE development with open source products. I plan on using CVS for the source repository and Ant for the build. I need version control and bug tracking systems to connect the two. I really liked CMVC when I was working at IBM, as you ...
|
| onetime Java developer question: Looking for Tomcat JSP Tutorials with MySQL, XML DOM in RHLinux. | 31 Mar 2004 19:18 GMT | 1 |
I like to freshen up my Java memory on the way of getting certified in J2. Can someone point me to a tutorial based on Tomcat, MySQL, XML, DOM in Linux, preferably RH8 or 9? TIA
|
| struts / DynaValidatorForm | 31 Mar 2004 18:32 GMT | 2 |
So I've two sites (under different domains). First side has this form-bean: [CODE] <form-bean name="logonForm" type="org.apache.struts.validator.DynaValidatorForm">
|
| Struts and application properties | 31 Mar 2004 17:50 GMT | 3 |
Hi group! I'd like to get advise on the following topic: I'm developing a web application using struts 1.1. This application needs to be configured depending on its deployment location. Some
|
| Eclipse, Java 1.5 and StringBuffer | 31 Mar 2004 17:12 GMT | 5 |
Java 1.5(for whatever reason) has added covariant return types ie C:\>javap java.lang.StringBuffer Compiled from "StringBuffer.java" public final class java.lang.StringBuffer extends
|
| Extracting DLL from JAR for use in JNI | 31 Mar 2004 16:55 GMT | 2 |
I'm having trouble extracting a DLL file from a JAR file. The code I give below used to work, but for some reason its broken now! I've written an application that uses "plugins" shipped as JAR files. When my main application instanciates a JAR file, it checks to see if
|
| Capture key (short-cut) | 31 Mar 2004 16:18 GMT | 1 |
I would like to know if there is a way that Java would capture some key combinations (short-cuts) even if program's window does not have focus. I am programming a program which would be minimized for the most
|
| Applet Debug | 31 Mar 2004 15:14 GMT | 7 |
I'm Confused, new to java. I have an html file that has javascript. The html file starts an applet that uses JSObject to access javascript variables.
|
| Closing database connections and exception handling | 31 Mar 2004 14:51 GMT | 3 |
I just had a discussion with a couple of people concerning how to handle exceptions that occur in the close method of connection and statements. People usually say: it's an exception in the close method, that means you have already done what you had to do, there is really nothing ...
|
| mysql and mssql in jsp connection | 31 Mar 2004 14:45 GMT | 4 |
Hi, all, I have a simple jsp page which conneced to mysql database with no problem, but after I changed to production database server, MSSQL, I got nothing returned. I did changed jdbc drive, etc., please help. Thanks in advance.
|