We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece0401 commit 8858de3Copy full SHA for 8858de3
test/jdk/javax/swing/JFrame/DefaultCloseOperation.java
@@ -99,7 +99,6 @@ public void init() {
99
100
CloseOpFrame testFrame = new CloseOpFrame();
101
testFrame.setLocationRelativeTo(null);
102
- PassFailJFrame.addTestWindow(testFrame);
103
104
add(new JLabel("JFrame Default Close Operation:"));
105
frameCloseOp = new JComboBox<>();
@@ -127,7 +126,6 @@ public void init() {
127
126
128
testDialog = new CloseOpDialog(testFrame);
129
testDialog.setLocationRelativeTo(null);
130
- PassFailJFrame.addTestWindow(testDialog);
131
132
add(new JLabel("JDialog Default Close Operation:"));
133
dialogCloseOp = new JComboBox<>();
/backport jdk21u-dev
/backport jdk17u-dev
@GoeLin the backport was successfully created on the branch backport-GoeLin-8858de39-master in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-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 8858de39 from the openjdk/jdk repository. The commit being backported was authored by Sharath TN on 29 Nov 2024 and was reviewed by Alexey Ivanov and Damon Nguyen. Thanks!
Hi all,
This pull request contains a backport of commit 8858de39 from the openjdk/jdk repository.
The commit being backported was authored by Sharath TN on 29 Nov 2024 and was reviewed by Alexey Ivanov and Damon Nguyen.
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/jdk21u-dev:
$ git fetch https://github.com/openjdk-bots/jdk21u-dev.git backport-GoeLin-8858de39-master:backport-GoeLin-8858de39-master $ git checkout backport-GoeLin-8858de39-master # make changes $ git add paths/to/changed/files $ git commit --message 'Describe additional changes made' $ git push https://github.com/openjdk-bots/jdk21u-dev.git backport-GoeLin-8858de39-master
@GoeLin the backport was successfully created on the branch backport-GoeLin-8858de39-master 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:
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 backport-GoeLin-8858de39-master:backport-GoeLin-8858de39-master $ git checkout backport-GoeLin-8858de39-master # 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 backport-GoeLin-8858de39-master
5 commit comments
openjdk-notifier[bot] commentedon Nov 29, 2024
Review
Issues
GoeLin commentedon Jan 30, 2025
/backport jdk21u-dev
GoeLin commentedon Jan 30, 2025
/backport jdk17u-dev
openjdk[bot] commentedon Jan 30, 2025
@GoeLin the backport was successfully created on the branch backport-GoeLin-8858de39-master in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-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:
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/jdk21u-dev:
openjdk[bot] commentedon Jan 30, 2025
@GoeLin the backport was successfully created on the branch backport-GoeLin-8858de39-master 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:
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: