We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420c4b5 commit d2534faCopy full SHA for d2534fa
test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
@@ -1333,14 +1333,6 @@ private void validate() {
1333
position = Position.HORIZONTAL;
1334
}
1335
1336
- if (panelCreator != null) {
1337
- if (splitUI && (testWindows != null || windowListCreator != null)) {
1338
- // TODO Is it required? We can support both
1339
- throw new IllegalStateException("Split UI is not allowed "
1340
- + "with additional windows");
1341
- }
1342
1343
-
1344
if (positionWindows != null) {
1345
if (testWindows == null && windowListCreator == null) {
1346
throw new IllegalStateException("To position windows, "
0 commit comments