Search:

Type: Posts; User: dlorde

Search: Search took 0.12 seconds.

  1. Replies
    13
    Views
    7,743

    Re: Structure of simple POS system

    Other than the Java Naming Conventions previously mentioned, it's good practice to make your member variables private, particularly if you provide getters for them - class data should not be open to...
  2. Replies
    13
    Views
    7,743

    Re: Structure of simple POS system

    Yes, a JTable would be a good solution. Each row would be an item and the columns would be ID, name, and price. See How To Use Tables.
Results 1 to 2 of 3