I have a simple JTree, that systematically adds nodes from relevant vars:
JTree
public void init() { final String section1 = \"JAVA\"; final S
You could put all of the values into an enum and iterate through that instead.
http://docs.oracle.com/javase/tutorial/java/javaOO/enum.html