You can't just specify some random hardcoded position. Look up the position of the member you want to be after, and addMember() after that.
Bear in mind, members may be created lazily. After draw() is probably the best place to add your additional members.
Bear in mind, members may be created lazily. After draw() is probably the best place to add your additional members.
Comment