Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是初学者,我正在用 Java 开发在线测试。
我在代码中有计时器。假设测试时间为 60 秒。时间到期后,我必须显示结果框架(实际上我有 10 个框架用于 10 个问题和一个结果框架)。
如何将到期时打开的框架的可见性设置为false?
因为多帧有问题,所以使用对话框。其中JOptionTimeTest,aJOptionPane嵌入在 aJDialog中,以允许在计时器到期之前手动提交。请注意发送WindowEvent.WINDOW_CLOSING事件以关闭对话框。
JOptionTimeTest
JOptionPane
JDialog
WindowEvent.WINDOW_CLOSING