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