| Author |
Displaying Results of search in swings
|
Raj kalaria
Ranch Hand
Joined: Sep 08, 2005
Posts: 70
|
|
Hi, I have a frame and inside the frame i have two panels Search Panel New User Panel In my search panel, I want to provide two search fields. In the same panel i want to display my results also My results can be 200 to 300 rows, I dont want it to display in one page, Is there a way in Java swings to display the results page wise within the same panel? Or Do i have to Use Table to display the results. Kindly suggest some ideas. Thanks
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
You don't have to, but JTable is a common way of displaying multi-column search results.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Displaying Results of search in swings
|
|
|