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.
这是我的问题。我想在 Swing 中实现一个“安装向导”。我偶然发现了jWizard框架,我喜欢该向导的外观。不幸的是,当单击“下一步”按钮时,我无法提出验证向导窗格内容的解决方案。无论我做什么,它都会继续到下一个屏幕。
我知道我必须将验证逻辑放在下面的函数中:
public void applyState() throws InvalidStateException {}
谁能告诉我一个示例,说明如何在输入无效的情况下阻止向导窗格显示第二个屏幕?
你可以使用 cout 并打印一些属性吗?
cout << wizardpane.getName() << endl;