Skip to content

Commit

Permalink
remove unneeded file
Browse files Browse the repository at this point in the history
  • Loading branch information
prsadhuk committed Nov 13, 2024
1 parent 645bdf9 commit e295162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/jdk/javax/swing/JInternalFrame/bug6726866.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/*
* @test
* @bug 6726866 8186617 8343123
* @bug 6726866 8186617
* @summary Repainting artifacts when resizing or dragging JInternalFrames in
non-opaque toplevel
* @library /java/awt/regtesthelpers
Expand All @@ -34,6 +34,7 @@
import java.awt.Color;
import java.awt.Window;

import javax.swing.JApplet;
import javax.swing.JDesktopPane;
import javax.swing.JFrame;
import javax.swing.JInternalFrame;
Expand Down

0 comments on commit e295162

Please sign in to comment.