Hi. How about showing us the code you use to create your table, with your attempt at adding the button. Here's hint - you are going to need two...
Hi. Inheritance isn't a bad thing, and I don't believe it will complicate your code, in fact, it would make it a little bit simpler as you could...
Hi. It would appear that your server does not run in a loop. The basic principle of a server is that it continues to listen on the socket....
Interesting. It might be worth-while posting a sample so someone could figure out why it worked in NetBeans and not outside. Bug checking is...
This is a difficult question to answer without some context. Are you still having problems with it?
Hi. Since I haven't seen your source code, it's a bit difficult to figure out what's going on. You seem to be a new Java programmer, so perhaps...
Hi. I've had mixed success with using COM ports on Windows through Java. What I'd recommend is that you find a good C/C++ DLL you can use and...
The System class is a class you use to make life easier. Instead of you having to create a link to the standard output, you simply use this...
Well done! Now, you really have to start looking at Linux as well, just in-case you are fed-up with Windows hassles.
Hi. msconfig does not show all possible startup program. I recommend you download SpyBot Search and Destroy from Safer Networking. There is a...
Hi. I put it all in a java file called A.java and it works as expected? What IDE / Development environment are you using? Best regards Ewald
Re: A Data file consists of a list of positive random integers. The numbers are separ Aaaah. A famous homework question. I have a simple rule...
Hi. In your code, you send two parameters to the num method, a[] and i. I am going to assume that i is the number that needs to be tested for....
Hi. Are you trying to save data in a database table? JTable is a visual component, not a storage table in a database. I see a lot of Delphi...
Aaah. Yes, this is interesting. System.out.print (and println) are static methods. That means you can use them without creating objects first....
Hi. Without knowing what Board and Graphic is / does, it's a bit difficult to guess what might be wrong. Could you perhaps explain those classes...
Separate names with a comma.