Files
jpexs-decompiler/src/de/javagl/treetable/package-info.java
2025-06-10 19:58:49 +02:00

9 lines
599 B
Java

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