Search:

Type: Posts; User: Omega_Zero69

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Does not create a Transaction inside the array. Gui, objects, and arraylist

    Okay then after a few manipulations to the code I have fixed the list Trans and it displays everything perfectly and then had problems with the other 2 listings but now its all good. I will run it a...
  2. [SOLVED] Re: Does not create a Transaction inside the array. Gui, objects, and arraylist

    I have it in the listener right after the adding the transactions as an else if ( event.getsource() = listTrans)


    else if(event.getSource()== listTrans)
    {
    JTextArea...
  3. [SOLVED] Re: Does not create a Transaction inside the array. Gui, objects, and arraylist

    Yeah I have change a few things and now it accepts the objects from transaction. But now my new problem is the listing which worked fine before the accepting of the transaction objects now it does...
  4. [SOLVED] Re: Does not create a Transaction inside the array. Gui, objects, and arraylist

    Thank you Norm that really helped transList came out null. Now transList is an arraylist so Im wondering why is it null and why is it not accepting the objects.
    I will come back if I find anything...
  5. [SOLVED] Re: Does not create a Transaction inside the array. Gui, objects, and arraylist

    at line 45 there was a TransCount++; then I removed it and place it inside the Listener after each addTrans

    I added the println() statement before transList.add(newTrans) inside the Account method...
  6. [SOLVED] Re: Does not create a Transaction inside the array. Gui, objects, and arraylist

    Well at line 45 its a method that takes a transaction object and inserts it into and arraylist. I see what you are getting at maybe at line 71 which is the the account calling the method and passing...
  7. [SOLVED] Re: Does not create a Transaction inside the array. Gui, objects, and arraylist

    Im getting these errors

    Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
    at CheckingAccount.addTrans(CheckingAccount.java:45)
    at...
  8. [SOLVED] Does not create a Transaction inside the array. Gui, objects, and arraylist

    My problem is that I create a panel asking the balance first. Panel works good but when I click on make a transaction and input transcode and amount I get an error on the following lines.

    There is...
Results 1 to 8 of 8