MultiColumnTextListTest

Introduction

This Test opens up a MultiColumnTextList in a window. It also runs some unit tests and prints the output to the Java console. To test this applet, try the following steps. Please note there are a few known platform specific bugs listed later on this document. There is some flashing right when you start up, that is the unit test MCTL running and closing itself. Check out the Java Console for the Unit test results.

  1. The rows alternate background colors to ease viewing.
  2. Click on a row and it will select it in yellow. That row will remain selected during sorting.
  3. Click on a column heading and it will sort by that heading. (and show an arrow if space for it)
  4. Click again on that same column and it will reverse the sorting
  5. If you move your mouse into the IconList frame, the background darkens and it enters "frozen" mode.
  6. If you leave your mouse still for 5 seconds, the IconList "thaws" and updates until you move your mouse again. The background color will change to thawed mode.
  7. Try resizing the window and observing the effect on the MultiColumnTextList.

Known issues: