2 Image in root of tree in nattable
问题 I have inserted one image in the tree body in one of my columns with new TreeImagePainter(true, GUIHelper.getImage("right"), GUIHelper.getImage("right_down"), image); in class TreeConfiguration , but I need to add one more image beside root rows. Moreover I need to dynamicly obtain this image from some other class, where data is already read . As it turns out i can't because either this class is null or it is called later than it should. Could you guild me how to do that. Kind Regards 回答1: