Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.7-beta-1
-
None
-
WinXPSP3, Java 1.6.0_14b08
Description
Martin C Martin reported that on some operating systems the Tree view of AST Browser was not showing any contents, and there were no exceptions listed.
He tested a solution of adding to AstBrowser.groovy:
jTree.showsRootHandles =true
after the line:
jTree.setRootVisible(false)