Community
Participate
Working Groups
I'm writing a simple JPanel that has nested JPanels inside of it. Each one of the internal panels is represented by a class (to keep things organized, more or less). At anyrate, when I went to do an autocomplete within the parent class, I was a little suprised to find that none of the inner classes appeared on the list.
Works for me using RC1. I tested public class A { static class Inner { } public void foo() { Inn <== Code assist } } the code assist proposes Inner-A Please reopen and provide steps to reproduce if you still see the porblem under RC1
*** Bug 225058 has been marked as a duplicate of this bug. ***