Java:Frame响应弹出操作。怎么样?

时间:2013-03-21 06:39:57

标签: java swing frame jbutton

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

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

我担心的是:

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

1 个答案:

答案 0 :(得分: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,然后您可以测试required returns