Borrowing heavily from the sliding sections in Project Boredom, and using the new ability in ProntoScript to create Widgets dynamically on a page, I've created a ProntoScript class that enables you to easily create a panel, with buttons, once and have it appear on many pages with just one line of code added to the page scripts. This xcf project contains a couple of basic examples. This has only been tested on the TSU9400, but should work on the TSU9600 and TSU9800.
This is a small demo XCF to demonstrate how to make a scrolling text box in ProntoScript. One page shows how to do this in a non-Object Oriented way, for just one text box. The other page shows how this can be done with an OO-approach, demonstrating how easy it is to have 2 scrolling text boxes on the same page with the same amount of code.