Search:

Type: Posts; User: javapenguin

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    2,718

    Re: Need help with simple Shopping cart math

    Sorry, I was wrong about the ActionListeners on the text field.

    You probably don't need them.

    All you'd actually need is a

    int value = Integer.parseInt(BuckT.getText());

    int value2 =...
  2. Replies
    3
    Views
    2,718

    Re: Need help with simple Shopping cart math

    You may want to set the JFrame itself to visible first so it can actually show up.

    Also, you should tell it to set the default close operation to EXIT_ON_CLOSE or something. Otherwise it will...
Results 1 to 2 of 2