Let\'s say I have the following setup.
public class TextPanel extends Panel { public TextPanel(String id) { this(id, null); } public Tex