Forum: Java Jan 25th, 2009 |
| Replies: 18 Views: 6,162 Thanks dear for the replying ...
Thanks from all, sorry posting too late |
Forum: Java Sep 22nd, 2008 |
| Replies: 4 Views: 951 |
Forum: Java Sep 22nd, 2008 |
| Replies: 4 Views: 951 Thanks for the reply.
Now how I can see the design view of those file which does not have the form extension ? |
Forum: Java Sep 22nd, 2008 |
| Replies: 4 Views: 951 Hi.
I am using netBeans 6.1 on windows XP, and when I create a java class and I create a frame inside that class? why I can not see the design of that class? I mean why I can not see the frame and... |
Forum: Java Sep 22nd, 2008 |
| Replies: 2 Views: 1,055 |
Forum: Java Sep 22nd, 2008 |
| Replies: 2 Views: 1,055 How can I use right-to-left text in a JTextArea? |
Forum: Java Sep 17th, 2008 |
| Replies: 7 Views: 1,486 thanks very much,
it is working well now. |
Forum: Java Sep 17th, 2008 |
| Replies: 7 Views: 1,486 Thanks for the reply.
Here I attached the source. |
Forum: Java Sep 16th, 2008 |
| Replies: 7 Views: 1,486 As I put the link, I have the LoginForm.java, which is not directly JFrame, but at the runtime, it creates a Form and asking for username and password,
and then I create a new Jframe Form, and... |
Forum: Java Sep 15th, 2008 |
| Replies: 7 Views: 1,486 Hi.
I have a LoginForm.java, and then when the user enter the right username and password, then another file called "DictionaryForm.java" opens and the LoginForm.java, closes. How can I do that ???... |
Forum: Java Sep 15th, 2008 |
| Replies: 18 Views: 6,162 Thanks again for guiding, and also thanks for mentioning about the loop, for the moment it is useless, I will use it just, if the user enter wrong username and password more than three times, then... |
Forum: Java Sep 11th, 2008 |
| Replies: 18 Views: 6,162 Thanks very much for the nice feedback, and solution.
I went through the code and everything seems fine, but I don't know I enter the correct username and password, but still I see the message of... |
Forum: Java Apr 18th, 2008 |
| Replies: 18 Views: 6,162 Hi again,
Thanks for replying and idea yeah you are right, so I changed the code, and I know the problem is about the try and catch: but I dont know how resolve this.
import java.awt.*;... |
Forum: Java Apr 18th, 2008 |
| Replies: 18 Views: 6,162 Hi.
Thanks for replying and nice guide, but could you plz update the posted code, if possible plz. |
Forum: Java Apr 18th, 2008 |
| Replies: 18 Views: 6,162 |
Forum: Java Apr 17th, 2008 |
| Replies: 18 Views: 6,162 Hi everybody,
I want to have a login form in Java, which comparing the username and password, according to MySQL database data, so I have the following code, just don't know where to add the select... |
Forum: Java Apr 17th, 2008 |
| Replies: 8 Views: 3,838 finally, I found the solution, just the CLASSPATH must the name of the jar file, not mysql.jar. |
Forum: Java Apr 16th, 2008 |
| Replies: 8 Views: 3,838 first thanks for replying:
for further info:
1. I download the following file:
mysql-connector-java-5.0.8.tar.gz
2. Then I used the following command:
tar -ztvf... |
Forum: Java Apr 16th, 2008 |
| Replies: 8 Views: 3,838 You man!!!!!!!!!!!!!!!! after spending about 1 hour and more, instead of posting such stupid words, post the solution, if you can. obviously I don't know, because of this I posted here... |
Forum: Java Apr 16th, 2008 |
| Replies: 8 Views: 3,838 Hi everyone,
I am using Ubuntu 7.10, and I have Java and MySQL installed with the command line as follow:
1. sudo apt-get install sun-java6-jdk
2. sudo apt-get install mysql-server
and my... |