| Thread | Last Post | Replies |
|
| Retrieving information from MySQL Database | 26 Sep 2006 20:50 GMT | 3 |
Hi. I am trying to retrieve information from a MySQL database and placing it in a JTable. However the code I have used gets the results and displays it in the system output. However no results are placed in the JTable. Does anyone know the reason. Below is the code:
|
| Simple 3D Point Plotting | 26 Sep 2006 14:51 GMT | 3 |
I'm looking to create a simple Java app that outputs a bunch of 3D points (X, Y, Z) into a window. Possibly being able to rotate the image of the dots to appreciate the 3D. What would be my best way to do this in Java? The Java 3D API seems like overkill since you *need* OpenGL ...
|
| Using Eclipse for JSP development | 26 Sep 2006 11:57 GMT | 2 |
I am using eclipse as a tool to develop JSP files alongwith Tomcat Sysdeo plug-in . I have created a Tomcat project and imported a JSP project folder to it.
|
| How to drop this exception? | 25 Sep 2006 21:25 GMT | 3 |
Here is some code I've been working on... --- code --- String connect = "jdbc:mysql://code/db?user=me&password=none"; Driver driver = new com.mysql.jdbc.Driver();
|
| Displaying time taken to get Results from MySQL Database | 25 Sep 2006 21:08 GMT | 1 |
Hi. I am writing a program in java which gets results from a MySQL Database. I would like to know how, or if it is possible, to display in a label the amount of time taken to get the results from the MySQL Database. I thought it might be something like
|
| Specific Cloning Question | 25 Sep 2006 16:28 GMT | 10 |
I have a rather specific question to do with cloning. I am trying to write a program which involves tree-like data. The trees consist of nodes, and each node has a reference to its parent node and any child nodes it has (this is a binary tree so either 2 or 0 children).
|
| very new to java | 25 Sep 2006 10:41 GMT | 2 |
i am very new as you can see. what am i doing wrong here. any help would nice public class Welcome {
|
| A Simple jTextPane Problem | 25 Sep 2006 09:54 GMT | 1 |
How do I code a jTextPane so that when a user clicks on (let say the content of the jTextPane is "How are you?") the word "How" (only), that word will appear in another jTextPane? Any helps/samples would be greatly appreciated.
|
| About Eclipse Sysdeo Tomcat Plugin v 3.1 | 25 Sep 2006 08:36 GMT | 9 |
I am using Eclipse 3.2. I have downloaded the Sysdeo Tomcat Plug-in for the same. It is a zip file tomcatPluginV31.zip. I extracted the same to eclipse/plugins directory.
|
| Error help? | 25 Sep 2006 06:37 GMT | 3 |
Can some one tell me why I'm getting this error? I really don't understand why it shouldn't work.
> Executing: C:\Program Files\ConTEXT\ConExec.exe "C:\Program > Files\Java\jdk1.5.0_07\bin\javac.exe" "GradeBookTest.java" |
| Help for synchronize threads | 25 Sep 2006 03:16 GMT | 2 |
I'm very very confused.. How i can apply the methods 'wait()' and 'notify()' for synchronize threads for this class?? please...
|
| typesafe java.util.Map construction and initialization | 25 Sep 2006 02:57 GMT | 6 |
If I have: public class foo { private interface BarIF { } private class BarImplOne implements BarIF { public BarImplOne() {} }
|
| listing MAC addresses of attached network cards | 24 Sep 2006 18:52 GMT | 1 |
Is there away of listing the MAC address of the attached network card/s? and choose which one to use? or at least get the details of the attached netowrk card/s? thanks in advance
|
| Can JMF be webstarted? | 24 Sep 2006 05:07 GMT | 5 |
Can JMF be deployed using webstart? My experiments* suggest yes, but I am after more test results.. * The page linking the test launch file (JNLP) <http://www.javasaver.com/testjs/jmf/>
|
| Retrieving information from MySQL Database and Placing in JTable | 24 Sep 2006 02:36 GMT | 1 |
Hi. I am writing a Java Application that send and receives information from the MySQL Database. I am trying to receive information from the MySQL Database and place it in a JTable in Java. It is getting the information from the database as it is outputting to the system how
|