/**
* For subclasses to alter the HBox not the node
*
* @param profile
* @return
*/
protected HBox getHBox (E profile) {
HBox container = new HBox(myParser.parseDouble(myNumbers.getString("HBoxStandardSize")));
container.setAlignment(Pos.CENTER_LEFT);
container.getChildren().add(createImageProfile(profile.getProfile(), PIC_SIZE));
container.getChildren().add(createTextProfile(profile.getProfile()));
return container;
}
ProfileCellView.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:GameAuthoringEnvironment
作者:
评论列表
文章目录