Forum: Java Jun 7th, 2008 |
| Replies: 2 Views: 1,846 Hello!
As a college assignment, I'm finishing a small applet that communicates with a MySQL database (through a Java server via RMI - all this is part of the assignment).
It's doing all it... |
Forum: Java Jun 5th, 2008 |
| Replies: 1 Views: 1,394 Hi there!
I'm building a small application using Java and MySQL (college assignment).
Everything is ok when all I'm doing are queries using SELECT.
Now, when I try to INSERT anything in the... |
Forum: Java Mar 23rd, 2008 |
| Replies: 6 Views: 3,300 Right now, as I do not have too much time ahead, I'll go for the first solution as it seems to be simpler to do (for me, at least).
Yes, I definitely have what I need to go ahead!
Thank you very... |
Forum: Java Mar 23rd, 2008 |
| Replies: 6 Views: 3,300 Thanks a lot! It works! :)
So you're saying I can do the same with each Square individually?
I've tried changing Squares code and including exactly the same from MyPanel, but nothing happened. ... |
Forum: Java Mar 22nd, 2008 |
| Replies: 6 Views: 3,300 Hi!
Thanks for the quick reply...
Ok, you're right, I'll make sure to call it something else.
Actually I want attach a mouseListener to those two squares (the Square Class objects). |
Forum: Java Mar 22nd, 2008 |
| Replies: 6 Views: 3,300 Hi there!
I'm new to Java and just arrived at this forum.
I hope I can get some help here - getting a little desperate.
Well, I have to develop a small game in Java and in this game the user must... |