File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
test/jdk/javax/swing/SwingUtilities Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 3737
3838public class bug4967768 {
3939 private static final String INSTRUCTIONS = """
40- When the test starts you'll see a button "Oops"
41- with the "p" letter underlined at the bottom
42- of the instruction frame.
40+ When the test starts you'll see a button "Oops".
41+
42+ For Windows and GTK Look and Feel, you will need to
43+ press the ALT key to make the mnemonic visible.
44+ Once the ALT key is pressed, the letter "p" will be
45+ underlined at the bottom of the instruction frame.
4346
4447 Ensure the underline cuts through the descender
4548 of letter "p", i.e. the underline is painted
4649 not below the letter but below the baseline.
50+
51+ Press Pass if you see the expected behaviour else
52+ press Fail.
4753 """ ;
4854
4955 public static void main (String [] args ) throws Exception {
You can’t perform that action at this time.
0 commit comments