lesson-5-Fundamental3.pptVIP

  • 5
  • 0
  • 约1.85千字
  • 约 12页
  • 2017-03-28 发布于江苏
  • 举报
lesson-5-Fundamental3

JavaFX Fundamental Objectives After completing this lesson, you should be able to do the following: Creating and Working with Tables Creating check menus Creating radio menus Creating sub menus Adding Components to a Layout Assigning Colors to Objects Creating and Working with Tables Related package TableView and ListView // List of leaders ObservableListPerson leaders = getPeople(); final ListViewPerson leaderListView = new ListViewPerson(leaders); TableColumnString firstNameCol = new TableColumnString(First Name); firstNameCol.setProperty(“firstName”); Contd. Organizing UI w

文档评论(0)

1亿VIP精品文档

相关文档