深入学习JavaFX脚本语言(面向Swing程序员) ---(下) - 编程入门网
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-06-17
mother: jean name: "James (grandpa)" } var bertha = Person { father: albert mother: rae name: "Bertha (grandma)" } var veronica = Person { father: albert mother: rae name: "Veronica (grandma)" } var anne = Person { father: albert mother: rae name: "Anne (grandma)" } var renee = Person { father: albert mother: rae name: "Renee (grandma)" } var joseph = Person { father: paul mother: josie name: "Joseph (grandpa)" } var isabelle = Person { father: simon mother: veronica name: "Isabelle (mom)" } var frank = Person { father: simon mother: veronica name: "Frank (dad)" } var louis = Person { father: simon mother: veronica name: "Louis (dad)" } var laurence = Person { father: james mother: bertha name: "Laurence (dad)" } var valerie = Person { father: james mother: bertha name: "Valerie (mom)" } var marie = Person { father: james mother: bertha name: "Marie (mom)" } var helen = Person { father: joseph mother: renee name: "Helen (mom)" } var mark = Person { father: joseph mother: renee name: "Mark (dad)" } var oliver = Person { father: joseph mother: renee name: "Oliver (dad)" } var clement = Person { father: laurence mother: helen name: "Clement (boy)" } var colin = Person { father: laurence mother: helen name: "Colin (boy)" } people: [jack, jean, albert, rae, paul, josie, peter, zoe, simon, james, bertha, anne, renee, joseph, frank, louis, laurence, valerie, marie, helen, mark, oliver, clement, colin] selectedPerson: jack showDescendants: true }; // Tree generation functions: operation geneologyTree( |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于深入学习JavaFX脚本语言(面向Swing程序员) ---(下) - 编程入门网的所有评论