ProfileCellView.java 文件源码

java
阅读 23 收藏 0 点赞 0 评论 0

项目:GameAuthoringEnvironment 作者:
/**
 * 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;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号