mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 09:25:32 +00:00
9 lines
599 B
Java
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; |