--
---------------------------------------------------------------------------------------------------------------
Java User Group Nagpur
Home Page: http://www.jugnagpur.com
Blog: http://jugnagpur.blogspot.com
Wiki: http://jugnagpur.wikispaces.com/
Project Page: https://jugnagpur.dev.java.net/
---------------------------------------------------------------------------------------------------------------
You received this message because you are subscribed to JUGNagpur group.
To post to this group, send email to jugn...@googlegroups.com
To unsubscribe from this group, send email to
jugnagpur+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/jugnagpur?hl=en
| U have declared t1 in constructor of outer class (scope of this is constructor only) and trying to access in inner class. Declare t1 in class then access it in inner class using object of outer class or make it static and access using class name. corrected code is attached Rajesh Ingle, 9766698067 --- On Mon, 22/2/10, shahid fazal <shahid...@gmail.com> wrote: |
|