Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jdk17u
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
einsteinathome
openjdk
jdk17u
Commits
7caf7560
Commit
7caf7560
authored
6 months ago
by
Goetz Lindenmaier
Browse files
Options
Downloads
Patches
Plain Diff
8340365: Position the first window of a window list
Backport-of: e97f0fe1b4046bfcc40e85ba1bee4f4c40053300
parent
bd4c65d0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
+1
-3
1 addition, 3 deletions
test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
with
1 addition
and
3 deletions
test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
+
1
−
3
View file @
7caf7560
...
...
@@ -349,11 +349,9 @@ public final class PassFailJFrame {
builder
.
positionWindows
.
positionTestWindows
(
unmodifiableList
(
builder
.
testWindows
),
builder
.
instructionUIHandler
));
}
else
if
(
builder
.
testWindows
.
size
()
==
1
)
{
}
else
{
Window
window
=
builder
.
testWindows
.
get
(
0
);
positionTestWindow
(
window
,
builder
.
position
);
}
else
{
positionTestWindow
(
null
,
builder
.
position
);
}
}
showAllWindows
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment