Currently using ArrayList to hold Tickets, and a ticket therefore must be accessed by index.
Could eventually switch over to using a Hashtable to enable access via name key.
Potential problems that could arise from this is the inability to create more than one Ticket with the same name...
However, once this becomes mobile they will be selected by clicking anyway...
Currently using ArrayList to hold Tickets, and a ticket therefore must be accessed by index.
Could eventually switch over to using a Hashtable to enable access via name key.
Potential problems that could arise from this is the inability to create more than one Ticket with the same name...
However, once this becomes mobile they will be selected by clicking anyway...