Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8316285: Opensource JButton manual tests #15835

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/jdk/javax/swing/JButton/bug4234034.java
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@
public class bug4234034 {
static JFrame frame;
static JButton button;
static Robot robot;

public static void main(String args[]) throws Exception {
Robot robot = new Robot();
1 change: 0 additions & 1 deletion test/jdk/javax/swing/JButton/bug4323121.java
Original file line number Diff line number Diff line change
@@ -44,7 +44,6 @@ public class bug4323121 {

static JFrame frame;
static testButton button;
static Robot robot;
static volatile Point pt;
static volatile int buttonW;
static volatile int buttonH;
1 change: 0 additions & 1 deletion test/jdk/javax/swing/JButton/bug4490179.java
Original file line number Diff line number Diff line change
@@ -41,7 +41,6 @@
public class bug4490179 {
static JFrame frame;
static JButton button;
static Robot robot;
static volatile Point pt;
static volatile int buttonW;
static volatile int buttonH;