Inner class problem... Please help me.
In a class, "this" is used to reference the class instance itself. When I used "this" keyword in a inner class, inner class instance was referenced. But, I want to use "this" keyword in the inner class to point the instance of the class which contains the inner class. Is this possible? Is there any other way to solve my problem?
Please, Help~

