96979899100101102103104
// Set the visualComponent setVisualComponent(tape); // Add custom Controls addControl( new FontControl(tape) ); addControl( new ColorControl(tape) ); return true; }