private final KongaTree tree;
private Prompter(List<IntegrationEntity> contributors) {
EntityCollectionTreeFactory factory = new EntityCollectionTreeFactory();
tree = factory.newTree(contributors);
tree.setShowsRootHandles(true);
}
public static boolean isOk(JFrame owner, List<IntegrationEntity> contributors) {
UiProvider ui = new Prompter(contributors);