# javafx **Repository Path**: sealedgodjn/javafx ## Basic Information - **Project Name**: javafx - **Description**: javafx的各种组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-29 - **Last Updated**: 2023-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # javafx-表格(分页+增删改查) ## 0 运行 需要集成javafx的jdk(此工程为jdk8_271) 导入eclipse or 导入idea 运行TableWithPaginationAndSortingTest ## 1 分页 TableWithPaginationAndSorting `` 【以表格的形式显示每一页】 Page `` 【计算页数】 ## 2 增删改查 data 【ObservableList ``】用于设置表格的内容 messageList 【List ``】记录数据 // 存储person的本地文件 private final Path path = Paths.get("src/test.txt");