Search:

Type: Posts; User: jrflynn

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    7,638

    Re: Structure of simple POS system

    Thanks so much for your help. Just want to check that I understand you correctly and have implemented this properly. I have made the following code which works fine. Are there any improvements to my...
  2. Replies
    13
    Views
    7,638

    Re: Structure of simple POS system

    Ok brilliant. Thanks for the advice.

    With regards to displaying the items in the GUI, I simply want a list of all the items which will get longer as each item is added to the sale. Would using...
  3. Replies
    13
    Views
    7,638

    Re: Structure of simple POS system

    Sorry, I didn't explain myself properly.

    There can be an unlimited amount of items. Each item would contain: Item ID (int) / Item name (String) / Item price (double).

    My initial thoughts would...
  4. Replies
    13
    Views
    7,638

    Re: Structure of simple POS system

    Thanks for the suggestion. How would I store the data in a class? Using variables within it? Or by creating a new object for each item and adding each item into an ArrayList?

    Thanks,
  5. Replies
    13
    Views
    7,638

    Structure of simple POS system

    Hi All,

    I have been studying Java for some time and decided to finally try and make an application. I am going to try and build a basic cash register (Point of Sale) system that connects to a...
Results 1 to 5 of 5