| Thread | Last Post | Replies |
|
| Basic Focus question | 21 May 2005 02:37 GMT | 6 |
I have a JFrame that has several text boxes. When the user presses the save button i check to see if the text boxes have data. I want to be able to put the cursor on the text box thats blank. Heres my code w/o the focus
|
| How long would you quote? | 20 May 2005 23:54 GMT | 2 |
How long would you quote to write a java pac-man game for mobile phones (graphics supplied)? Not 3D, just classic 2D pac-man. Alternatively, how much would you charge ? I'm fairly new to freelancing so am still trying to develop a feel for
|
| Data Interfacing | 20 May 2005 21:39 GMT | 3 |
I am having to interface data from different databases in my org to other orgs (so far within the company). I have Servlets taking the request and returning the data (adding extra values in certain cases).
|
| Two fiendish applet problems | 20 May 2005 17:56 GMT | 1 |
1. We use IE6 on Windows 2000 and I've developed a Java 1.5 applet. The problem is, HTMLConverter doesn't seem to work. If the 1.5 jre/plug-in is present on the client machine the applet runs fine, otherwise, it does not. I thought that if the required jre wasn't present, the
|
| API for Handing Word Document | 20 May 2005 16:46 GMT | 7 |
Can anyone tell me what are the API's used for handling unstructured data i.e data in word or excel files
|
| Any opensource Java Mail application out there? | 20 May 2005 16:44 GMT | 4 |
that includes SMTP, POP3 and IMAP? I spent some time googling and at sf and all I found were discarded projects and not complete ones? Do you know of any similar project?
|
| get all instances of a class | 20 May 2005 16:19 GMT | 3 |
Hi, how I can get all instances of a class on my application? Thanks.
|
| Oddity in ByteBuffer code? | 20 May 2005 15:19 GMT | 5 |
A snippet from ByteBuffer.compareTo(), can anyone figure out what this code does? : if ((v1 != v1) && (v2 != v2)) // For float and double Thanks, just curious,
|
| Can't convert a generics list of objects into a generics list of interfaces | 20 May 2005 15:07 GMT | 1 |
In the following lines of code I get this compiler error (getUnits): Type mismatch: cannot convert from ArrayList<TestGen.Unit> to List<TestGen.UnitI> public class TestGen {
|
| Beginner Question : Enabling Latin characters ASCII set for old Java version 1.2.2_10 | 20 May 2005 14:53 GMT | 1 |
I am a beginner in Java programming. We are running an older verision of Solaris Java JDK 1.2.2_10 and have the rt.jar in our Solaris 8 server. We are getting occasional "IOException java.io.EOFException" errors
|
| Container-managed Transactions scope | 20 May 2005 14:43 GMT | 4 |
I work on stateless session EJBs which are using Container-managed Transactions. My Inserts, Updates and Deletes are inside an EJB method. I never call any commit/rollback. Now i am starting to use DAO pattern. So Inserts, Updates and Deletes are
|
| HTTP tunneling and Servlet communication | 20 May 2005 14:41 GMT | 4 |
I am developing a J2EE app, front end is a fat client accross the internet. Until recently, I was planning to use RMI to communicate between f/end and server but after lots more reading I have decided against it (for reasons which would be obvious to anyone attempting to
|
| JNI Unsatisfied Link Error (but the method name is correct!) | 20 May 2005 12:13 GMT | 4 |
When I've gotten unsatisfied link errors before when calling native methods, it's usually been because the mathod name had been changed in the Java file, but not updated in the JNI header (and the DLL recompiled using the new header).
|
| Querying the webbrowser | 20 May 2005 08:49 GMT | 2 |
I have the following situation: a browser communicate with a servlet. Is there a way to query the browser by the servlet, whether the browser allows applet? Thanx,
|
| modifying properties | 20 May 2005 08:32 GMT | 1 |
How do I modify a property value which I have read using the getProperty() method of java. I treid using setproperty() but it writes a new file with date/time and erases my old property values. For eg:
|