Also, it would be great to provide some hints how to work on the with a MVC/GUI framework - see SB-20.
also, http://jakarta.apache.org/commons/lang/api/org/apache/commons/lang/enums/ValuedEnum.html has a minor typo
it says "doSomething(JavaVersion", but should say "doSomething(JavaVersionEnum"
also, it should contain a big warning that by using switch(), one opens up for type-unsafety!