mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-27 02:30:06 +00:00
8079253: Test javax/swing/SwingUtilities/TestBadBreak/TestBadBreak.java fails
Reviewed-by: serb, alexsch
This commit is contained in:
parent
d48c3fcafb
commit
00b0a8c46b
@ -36,10 +36,10 @@ import static java.awt.image.BufferedImage.TYPE_INT_ARGB;
|
||||
|
||||
/**
|
||||
* @test
|
||||
* @bug 8015085
|
||||
* @bug 8015085 8079253
|
||||
* @summary Shortening via " ... " is broken for Strings containing a combining
|
||||
* diaeresis.
|
||||
* @author Sergey Bylokhov
|
||||
* @run main TestBadBreak
|
||||
*/
|
||||
public class TestBadBreak {
|
||||
|
||||
@ -79,6 +79,7 @@ public class TestBadBreak {
|
||||
g2d.dispose();
|
||||
}
|
||||
};
|
||||
label.setOpaque(true);
|
||||
frame.getContentPane().add(label);
|
||||
frame.setBounds(200, 200, 200, 90);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user