accessing local variables from inner classes in Java
henry joe
Greenhorn
Joined: Jul 24, 2012
Posts: 8
posted
0
The code below complains about me assessing x in an inner class, what must I do to get the code working? Also, there is a complain on the TCIP ip = new TCIP() statement.