LOL, if you would like to call it small...I've created a table using that class. I'm not sure if it is going to help. I sure hope it is, cause I can't see the class hierarchy on this.
I'm in the process of moving the readFile and writeFile to the other class..I think the table thing is just creating an instance of all that data, so I believe it makes sense. But I'm not entirely sure. :/
I guess I'll find out soon...
But the process is kind of making sense now. I'm creating an array in a different class, and editing that array only in that class. So when I declare the JTable, if I use that one, the entire thing will be edited as well. If the user adds any other information, it will be handled inside the secondary class, not the primary. But DANG, that's confusing.
But the process is kind of making sense now. I'm creating an array in a different class, and editing that array only in that class. So when I declare the JTable, if I use that one, the entire thing will be edited as well. If the user adds any other information, it will be handled inside the secondary class, not the primary. But DANG, that's confusing.
No comments:
Post a Comment