Re: how to instantiate the inner class.




Replace "new Inner(..)" with "new Outer().new Inner(..) "
Weird syntax, but this works.



--
David Anton
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------



.


Loading