| Thread | Last Post | Replies |
|
| How to update JComboBox without Selected Item being changed | 15 Dec 2006 14:07 GMT | 6 |
I want to periodically update a Combobox due to changes in the OS (available RS232 serial ports). I started to fill the box every time the combobox becomes visible setup_cbport.removeAllItems();
|
| Java Threads Question | 15 Dec 2006 11:26 GMT | 5 |
I have subclassed JDialog to create a custom JPasswordDialog. I want similar functionality to JOptionPane. Where you do String input=JOptionPane.showInputDialog(...); I want to be able to return a String (or whatever) from the custom JPasswordDialog. However, I am
|
| JSP: storing Object to PageContext | 15 Dec 2006 09:32 GMT | 2 |
JSPs seem to offer more than one way of storing Objects to a session context for session tracking purposes. Both these seem to work Ok in my JSP code on Tomcat 5.0.x: // using pageContext with session scope
|
| About jars and accessing stuff inside | 15 Dec 2006 08:47 GMT | 13 |
Inside a jar, how can you get a listing of a folder? (File.list() does not work) Thanks Phil
|
| Speech recognition library? | 15 Dec 2006 07:31 GMT | 3 |
Does any one know any nice (and free) English speech recognition library for Java? I am writing a proto type project, which records voice and translate that into English words/sentences. Thanks a lot. :-)
|
| warning: [deprecation] in java.util.Date(java.lang.String) has been deprecated | 15 Dec 2006 04:51 GMT | 3 |
Dear Java Programmers, When compiling my Java program I get the following warning: "warning: [deprecation] in java.util.Date(java.lang.String) has been deprecated" on for example this statement:
|
| Is a Java Application much faster than an Applet. | 15 Dec 2006 02:47 GMT | 12 |
I have an Applet which works slow, I think as Browser JVM may be slow. If I convert it into Java Application will it be much faster just as Application developed in C++ etc. Thanks
|
| jboss and jsp problem for generic programming | 15 Dec 2006 02:47 GMT | 3 |
I am using jboss 4.0.2 and my JAVA_HOME environment variable is set to the dir of jdk 5.0. However, when I tried to write following code in the jsp, my jsp code would not compile when the page is browsed, what is the reason?
|
| Need help making Objects visable (swing) | 15 Dec 2006 01:47 GMT | 1 |
In the following code, Main().jButton1's ActionPerformed does not result in a visable SubForm. What am I doing wrong? /* * Main.java
|
| How can I assure a high QoS in a web application ? | 15 Dec 2006 00:09 GMT | 3 |
Hi all java programmers, I have got to design a Java architecture as university thesis. It's a simulation of an auction web system which receives up to 200 users concurrently and
|
| How to use printf(Java 5.0) to print variable in specified range? | 14 Dec 2006 20:10 GMT | 1 |
I want to print out two variable values in one line in specified location. Say, num = 3.14, str = "hello" I want to print out num at the location between 10 and 15(right justified) and str at the location between 20 and 30(left justified).
|
| ja programming | 14 Dec 2006 19:13 GMT | 1 |
java programming is dependent or indipendent
|
| Running process in a web application | 14 Dec 2006 18:29 GMT | 6 |
I have this web application where the web application has a executable file that will be executed upon clients requests through the web and produce a output for the client. Right now in the servlet doPost method is simply
|
| Web services (SOA) from a Web Application | 14 Dec 2006 17:09 GMT | 17 |
I'm working in a large enterprise architecture. We'll be accessing web services (probably via an ESB). I didn't see any posts on it. I'm looking for integration
|
| Integral solve - Java Component | 14 Dec 2006 16:27 GMT | 2 |
Is there a free java component that can be used to solve Integrals? Thanks
|