| Thread | Last Post | Replies |
|
| SQLException: General Error | 30 Sep 2008 20:18 GMT | 10 |
I have a problem, and it has got me stumped. I've got a PreparedStatment defined as follows: insertStmt = conn.prepareStatement( "insert into document_filing ( " +
|
| How to acquire object's monitor optionally? | 30 Sep 2008 14:38 GMT | 7 |
I've got a method that should run in a single-threaded manner. Many threads need to execute this method, so I mark it synchronized. So far, so good. The trouble is, sometimes I want a thread to skip running the method if
|
| synchronize threads | 30 Sep 2008 14:28 GMT | 4 |
Hi friends, I have a small query. 'm new to Java so was unable to figure out how to solve it. [ I couldn't find that group dedicated to Java Threads so posted my
|
| Tepestry Template exception | 30 Sep 2008 10:56 GMT | 3 |
Im working on an application that uses Tapestry and DOJO. I added some javascript logic to existing HTML and it fails to run when deployed, javascript executes fine otherwise. org.apache.tapestry.parse.TemplateParseException
|
| Why doesn't cell renderer work ??? | 30 Sep 2008 07:15 GMT | 4 |
I'm writing an application in which the table is displayed. I want to some rows be bold. I don't know why the code below doesn't work : //class 1 (...)
|
| Constructor | 30 Sep 2008 02:12 GMT | 36 |
I have a simple (?) question. If I write: <code> MyClass object = new MyClass(someArgument);
|
| Strange JMenuBar problem | 30 Sep 2008 00:23 GMT | 3 |
I've been developing with Eclipse Europa. I have a dialog with a JMenuBar. When I test under Eclipse, the menu items are visible on the bar. However, when I generate a jar file, the menu items are no longer visible -- but the menu items are there because if I click in the
|
| print problem using isDigit | 29 Sep 2008 19:39 GMT | 7 |
I am still an amateur in java. Can someone please fix my program. Everytime I input "3*4" or any of that format, it prints twice. Here is my code: public static void main(String[] args) { //Input a math problem
|
| [Help]How to start Java desktop application in NetBeans ? | 29 Sep 2008 18:20 GMT | 10 |
Hi, I'm trying to write a desktop application from the scratch by using NetBeans IDE 6.1. I already created 2 files, which are main.java and login.java. What I need is : when I run the application, the login form which is called in login.java is directly launched. But I faced
|
| How to know that the server side has close the connection when using java socket? | 29 Sep 2008 17:43 GMT | 17 |
I have some sockets connected to the server when I init a socket pool, after using one socket, I would put the socket back into the pool for the next time to use, but sometimes the server goes out and it close some of my sockets.
|
| getting rid of a white flash while applet is loading | 29 Sep 2008 17:40 GMT | 4 |
I've looked through the archives, searched the web, and been working on this all week- any ideas how to get rid of the white flash that occurs (in ie) as an applet is loading?
|
| Setting the Focus on Java windows (JInternalFrames) | 29 Sep 2008 16:19 GMT | 9 |
I'm trying to set the focus on a Java JInternalFrame but it doesn't work. Is this a bug? I have tried every method that contains the words "focus": requestFoucs, setFocusable, etc. I want the window to have the focus. Can someone show me how to do this?
|
| implements Value<T...> | 29 Sep 2008 12:10 GMT | 2 |
How can I modify the end of line 6 to make the declaration of the class »Value1« being compiled (similar to the declaration of the class »Value0«, which is being compiled)? interface Value<T> { public void operation(final T t); }
|
| doubt for me | 29 Sep 2008 10:18 GMT | 1 |
I want to know how to convert speech-to-text and text-to-speech in java...
|
| Why class implementing NamespaceContext compiles in Java 6, but not Java 5? | 29 Sep 2008 02:07 GMT | 3 |
I have a class that implements javax.xml.namespace.NamespaceContext. As far as I can tell, this interface has not changed between Java 5 and Java 6 (specifically 1.5.0_11 and 1.6.0_07). My class implements the three methods of the interface, and puts the "@override"
|