Posts
 
Reputation
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
~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

Member Avatar for solar

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 …

Member Avatar for solar
0
127
Member Avatar for bluebird

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 …

Member Avatar for solar
0
86

The End.