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 #55.0K
~213 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
java x 3
2 Posted Topics
Hi, I'm working on a simple program to take orders for a company, and I'm using a JTable to display a list of products, very simple - only a few columns and all non-editable text at the moment. I am adding items to a JTable during runtime and I've run …
What is the format of the file? For instance, if for each line it was: [inlinecode].a tok1 tok2 tok3[/inlinecode] Or similar, you could split the line with the split() method of the String class and then test the first element (using .equals()) to see if it is [inlinecode].a[/inlinecode] or either …
The End.