Re: How can I get an!_NEWLINE_!instance of non static inner class?
Posted By:
John_Mitchell
Posted On:
Monday, July 16, 2001 11:41 AM
Why are you trying violate the encapsulation that the outer class has created? I.e., if the outer class hasn't given you a way to directly access/manipulate the inner class, then it's probably not a good idea.