()
| 74 | private static final Color LIGHT_BLUE = new Color(245,245,255); |
| 75 | |
| 76 | public ClassBrowser() { |
| 77 | this( BshClassManager.createClassManager( null/*interpreter*/ ) ); |
| 78 | } |
| 79 | |
| 80 | public ClassBrowser( BshClassManager classManager ) { |
| 81 | super( VERTICAL_SPLIT, true ); |
nothing calls this directly
no test coverage detected