Skip to content

Commit

Permalink
8307079: Update test java/awt/Choice/DragOffNoSelect.java
Browse files Browse the repository at this point in the history
Reviewed-by: azvegint, serb
  • Loading branch information
prrace committed Apr 28, 2023
1 parent 9ff5550 commit 89711f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/awt/Choice/DragOffNoSelectTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static void createUI() {
}
frame.add(theChoice);
frame.addWindowListener(testInstance);
frame.setSize(400, 400);
frame.pack();
frame.setLocationRelativeTo(null);

frame.setVisible(true);
Expand Down

3 comments on commit 89711f3

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TheRealMDoerr
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 89711f3 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TheRealMDoerr the backport was successfully created on the branch TheRealMDoerr-backport-89711f37 in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 89711f37 from the openjdk/jdk repository.

The commit being backported was authored by Phil Race on 28 Apr 2023 and was reviewed by Alexander Zvegintsev and Sergey Bylokhov.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev:

$ git fetch https://github.com/openjdk-bots/jdk17u-dev.git TheRealMDoerr-backport-89711f37:TheRealMDoerr-backport-89711f37
$ git checkout TheRealMDoerr-backport-89711f37
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev.git TheRealMDoerr-backport-89711f37

Please sign in to comment.