Search:

Type: Posts; User: mattpotter28

Search: Search took 0.21 seconds.

  1. Replies
    4
    Views
    1,826

    Re: setText Not Working

    Alright, here's the part I'm having trouble with.


    public void cartonsJTextFieldKeyPressed( KeyEvent event )
    {
    totalResultJTextField.setText( "" );

    }
    public void...
  2. Replies
    4
    Views
    1,826

    setText Not Working

    Hi, I'm taking my first Computer Science class currently and have come to a problem with one of my codes.


    // Tutorial 5: Inventory.java
    // Calculates the number of items in a shipment based on...
Results 1 to 2 of 2