×

Loading...

VAJ3.5. (1)How to reuse Enumeration? How can I move the point to top after once enum.hasMoreElements() again? (2)Creating CMP, there's one checkbox: Make getter read-only. Can GETTER write anything except read? tks.

VAJ3.5. two questions: 1.how to reuse Enumeration? after once enum.hasMoreElements(), I hope I can reloop several times. However, it seems the point is on the bottom. How can I move the point to top again? 2.When creating CMP, there's one checkbox: Make getter read-only. what's the meaning? Can GETTER write anything except read? tks.
Report