mwithake
Results
2
issues of
mwithake
We use a customized treemodel that implements `TreeModel` that does not work with `TreeNode `objects. If we used the TreeModel constructor, everthing works fine: `cbtMain = new CheckBoxTree(new PositionenTreeModel(angebot, AngebotPosition.all(angebot)));`...
We have set UIManager.put("TextComponent.selectAllOnFocusPolicy", "always") for textfields. But this is not working when the component is the editor for a table-cell.