Search:

Type: Posts; User: Mr.777

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,748

    [SOLVED] Re: Bank Simulation - Null Pointer Exception

    view = new SimView(this);
    Once you exit the form, why do you hope SimView to show "this". What "this" exists? Not exists. SO, you either need to hide instead of closing and then using this. Because...
  2. Replies
    4
    Views
    1,748

    [SOLVED] Re: Bank Simulation - Null Pointer Exception

    1. Kindly indent properly so that it could be easy to read.
    2.
    panel2 = new SimOutputPanel();
    panel3 = new SimButtonPanel();
    Where are these? Hopefully you have them...
    3.
    public...
Results 1 to 2 of 2