Search:

Type: Posts; User: copeg

Search: Search took 0.16 seconds.

  1. Replies
    4
    Views
    1,149

    Re: InnerClass troubles

    There are quite a few ways to accomplish this, most (and the ones I would encourage) involve an Object Oriented approach. One way: have your FileChooser class extend JFrame, and use this class to...
  2. Replies
    4
    Views
    1,149

    Re: InnerClass troubles

    Outer classes do have access to inner class variables, providing you have a reference to an instance of the inner class, the variable you are accessing is an instance variable with the appropriate...
Results 1 to 2 of 2