Forum: Java Mar 19th, 2009 |
| Replies: 4 Views: 700 James,
I am really new to accessing the Registry, so some sample code would be very helpful. Thank you for your recommendations. I will try them out. Thanks again :) |
Forum: Java Mar 16th, 2009 |
| Replies: 4 Views: 700 Hello,
I need to print the contents of a Windows Registry folder (Display Names). I have posted what I have started with and would appreciate some help. It returns a null value at this point, even... |
Forum: Java Jan 30th, 2009 |
| Replies: 4 Views: 814 Hello,
I am trying to insert values from a .csv file into a MySQL database from a GUI. I cannot seem to accomplish this. I keep getting a null pointer exception where I set the connection properties... |
Forum: Java Jan 23rd, 2009 |
| Replies: 2 Views: 482 Thank you! That's all I needed. |
Forum: Java Jan 23rd, 2009 |
| Replies: 2 Views: 482 Hello,
I am creating a client/server application that verifies math equations for addition, subtraction, and division. I think I just need someone else’s eyes to possibly see where I am going... |
Forum: Java Jan 22nd, 2009 |
| Replies: 8 Views: 1,247 Thank you both for the tips. I will try them out. |
Forum: Java Jan 21st, 2009 |
| Replies: 8 Views: 1,247 Hello,
Is there a way to take a String, for instance "4 * 5" from a JTextField and convert it into an expression where I will get a result? Thank you. |
Forum: Java Jan 19th, 2009 |
| Replies: 1 Views: 1,613 Hello,
I am having a problem writing to a file on a client/server application. I can send the data from a JTextArea to the server, it appears to read the text, but I cannot seem to get the server... |
Forum: Java Sep 14th, 2008 |
| Replies: 2 Views: 1,661 Alex,
Thank you very much! That was awesome. It is greatly appreciated.
AllenB |
Forum: Java Sep 13th, 2008 |
| Replies: 2 Views: 1,661 Hello,
I am relatively new to Java. I would like to know how to add additional threads to this applet. Particularly adding additional balls that bounce at the same time. I think the problem lies in... |
Forum: Java Sep 9th, 2008 |
| Replies: 0 Views: 473 Hello,
I am trying to allow my program to accept multiple transaction records. I have created a file creator (CreateData) to populate two text files (oldmast.txt, trans.txt). CreateData will need to... |
Forum: Java Aug 30th, 2008 |
| Replies: 2 Views: 1,096 Priya,
Thank you very much! |
Forum: Java Aug 29th, 2008 |
| Replies: 2 Views: 1,096 Hello. I am having a problem generating the prime numbers from user input. The problem lies in the factorize method. I think I am really close to getting this to work, but I cannot seem to figure out... |