273274275276277278279280281282283
htmlListPane = new HTMLListPane( chineseElementPropertiesGroup ); htmlListPane.setMinimumSize( new Dimension( 200, 200 ) ); try { htmlMenuBar = new HTMLMenuBar( htmlListPane ); } catch ( DBAccessException exception ) { exception.printStackTrace();