Forum: Java Apr 1st, 2006 |
| Replies: 2 Views: 9,315 I already took out all coding after the second brace beyond the 'return'. Same problem. The actual code now looks like this: Same problem:
import java.sql.*;
/**
*
* @author Dave
*/
... |
Forum: Java Apr 1st, 2006 |
| Replies: 2 Views: 9,315 I have tried every avenue I can think of, but this forum seems to be the best to supply help. I am creating a class using NetBeans. I have created the following code, but get an error message for... |
Forum: Java Mar 31st, 2006 |
| Replies: 2 Views: 1,156 Boy, that was easy! I read two "textbooks" and one Java reference book and didn't come up with the information that I had to start with a JFrame. Sorry to appear so new, but I am.
Now I get the... |
Forum: Java Mar 30th, 2006 |
| Replies: 2 Views: 1,156 I have created two GUIs with netbeans. I simply do not know how to call them to display on the screen. I'm sure it's simple, but I must not be understanding properly. I created the GUIs as JPanels... |
Forum: Java Mar 28th, 2006 |
| Replies: 3 Views: 9,009 Excellent information!!! I will try at work and hopefully keep the boss happy. I'll let you know for sure when it happens. Thanks again! |
Forum: Java Mar 28th, 2006 |
| Replies: 3 Views: 9,009 Excellent information!!!!! I will be trying the code tomorrow at work. Hope it keeps the boss happy!!! |
Forum: Java Mar 27th, 2006 |
| Replies: 3 Views: 9,009 I have an existing Access database that works well using Access. However, the HR department has convinced management to change to Java as the programming language of choice. I have done very little... |