Forum: Java Oct 12th, 2009 |
| Replies: 2 Views: 171 |
Forum: Java Jul 21st, 2008 |
| Replies: 11 Views: 2,437 Here's a good project for you to work on, a spell checker. |
Forum: Java Feb 27th, 2008 |
| Replies: 2 Views: 1,305 Create your own custom TableCellRenderer, then set the background color of whatever the component is that you're returning for rendering.
Component c = whatever your component is
(rowIndex %2 ==... |
Forum: Java Jan 31st, 2008 |
| Replies: 3 Views: 6,117 This is usually the first site I point people to when they want to make a java music player.
http://www.javazoom.net/index.shtml |
Forum: Java Jan 4th, 2008 |
| Replies: 5 Views: 668 Actually, this should all be done in 1 thread. I'm guessing you have multiple objects on screen that you want to appear to move at the same time? You would update the positions of all the objects,... |
Forum: Java Jul 3rd, 2007 |
| Replies: 33 Views: 33,468 Sorry piyali, I only understand English grammar. Since nobody is aware of Google, I decided to be a nice guy and find some resources for all of you.
... |
Forum: Java Aug 11th, 2006 |
| Replies: 14 Views: 2,568 write a chat program, that's something nobody else is doing! |
Forum: Java Oct 12th, 2004 |
| Replies: 1 Views: 7,339 how is the table data represented? Is it from a Vector? To make things simple, you could just save the Vector by use of serialization. When you change the table's data and/or column headers, you have... |