-1
我有兩個數據庫表,如何在javafx中創建數據庫收據列表?
"product" table has those fields--> prID, transactionID, itemName, itemQuantity, itemPrice.
"payment" table has those fields--> pyID, paymentID, paymentType, paymentAmount, itemPrice.
TRANSACTIONID和paymentID是相同的。
現在,我想創建同一天的收據清單。 你的建議是什麼? 我必須使用兩個表,並添加一些額外的數據,它需要跨越容器(tabPane)。 這裏是我想要做的事情的照片。
在此先感謝。
使用TilePane並將GridPane放入此TilePane中完成了這項工作。謝謝你的提示。 – user1971804