/**
* A JTreeTable based on the example code from the article "Creating TreeTables"
* by Sun Microsystems.
*
* See http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html
* (only available via the web archive link
* https://web.archive.org/web/20120626135631/http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html now)
*/
package de.javagl.treetable;