Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
~331 People Reached
Favorite Forums
1 Posted Topic
hey i dont know how well u know to program in java. but it is advisible to use a vector or an Arraylist to grab the data from the database, then populate the JTable from the vector; you can use a function: [code]private ArrayList getInformation() { ArrayList<String> arraylist = null; …
The End.
JoshuaKissoon