I've also changed the arrangement to something like this:
| Place of Stay | JTextField (empty) | |
| Name of Accommodation | JTextField (empty) | |
| Date of Stay | JTextField (empty) | |
| Type of Accommodation | JTextField (empty) | |
| Price per person | JTextField (empty) | |
| Other Info | JTextField (empty) | |
Clear Fields
|
CONTINUE
| |
Rather than the previous one, where you had to enter month and date separately. Seems redundant. but in that case I gotta edit the class and the text file and all. So for the date, they can just enter something like "August 1" or something like that. It'll make it a lot easier - maybe not for sorting, but I can assign each month a value and then sort it that way rather than alphabetical because that just won't work, haha.
And then I just ran into another error..all that code and nothing is showing up.
And then I just ran into another error..all that code and nothing is showing up.
No comments:
Post a Comment