我有两个数据库表,
"product" table has those fields--> prID, transactionID, itemName, itemQuantity, itemPrice.
"payment" table has those fields--> pyID, paymentID, paymentType, paymentAmount, itemPrice.
transactionID和paymentID是相同的。
现在,我想创建同一天的收据列表。 你有什么建议吗? 我必须使用两个表,并添加一些额外的数据,它需要跨越容器(tabPane)。 这是我想要做的事情的照片。
提前致谢。
答案 0 :(得分:0)
我使用了TilePane并将GridPane放在这个TilePane中。 我还创建了标签并在GridPane中跨越了这些标签。 到目前为止,我还没有为这个项目完成数据库获取,但我正在寻找的是这个想法。 感谢所有对此主题感兴趣的人。