-4

在我的框架中有一个 JTable 和 SAVE 按钮。我将数据输入 JTable 并将其保存到 DATABASE。在我目前的程序中:

当我单击“保存”按钮时,它会检查数据并将其推送到数据库..

我担心的是:

单击“保存”按钮时,将触发带有两个按钮(确定和取消)的框架询问(您确定要保存记录吗?)。然后,如果单击 OK 按钮,JTable 中的数据将被推送到 DATBASE。

4

1 回答 1

1

When "SAVE" button will be clicked, a frame with two button (OK & CANCEL) asking (Are you sure to save the record?) will trigger. Then, If OK button is clicked,the data in JTable will be pushed to the DATBASE.

使用JOptionPane,然后你可以在那里测试所需的回报

于 2013-03-21T07:05:09.103 回答