Search:

Type: Posts; User: JavaPF

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    17,871

    Re: Bank account GUI

    Hello Alan,

    Sorry I should of fully tested this!

    Try:



    import java.awt.*;
    import java.awt.event.*;
  2. Replies
    5
    Views
    17,871

    Re: Bank account GUI

    Hello AlanM595,

    I've edited the code slightly so that the delete button now deletes accounts from the Array.

    If you create an account called TEST, you can delete the TEST account by entering...
  3. Replies
    5
    Views
    17,871

    Re: Bank account GUI

    Hello AlanM595 and welcome to the Java Programming Forums :D

    I have edited your code and added comments.

    There are now 10 Arrays which hold the account information. account1, account2,...
Results 1 to 3 of 3