| Author |
Good exercises?
|
Chris Stewart
Ranch Hand
Joined: Sep 14, 2002
Posts: 184
|
|
|
I'm looking to develop some skills with Swing and I'd like a few simple ideas for projects. Nothing too large, just something to practice. Any ideas?
|
 |
Prakash Dwivedi
Ranch Hand
Joined: Sep 28, 2002
Posts: 452
|
|
|
try creating an MS Excel type of application using JTable.
|
Prakash Dwivedi (SCJP2, SCWCD, SCBCD)
"Failure is not when you fall down, Its only when you don't get up again"
|
 |
Paul Stevens
Ranch Hand
Joined: May 17, 2001
Posts: 2823
|
|
I would suggest playing with the layout managers. Put various components on them and see how they react. You need a strong understanding of how each of the managers work. Otherwise, you will be using the null layout because ... Fill in the blank with an excuse why the layout managers won't work.
|
 |
 |
|
|
subject: Good exercises?
|
|
|