jdk/test/javax/swing/JColorChooser/Test6348456.html
author bobv
Thu, 02 Dec 2010 14:00:03 -0500
changeset 7407 47339ceb8cb0
parent 465 507ce3a1af17
child 21596 0e3a39f29dbc
permissions -rw-r--r--
7004217: Remove IA64 workaround re-introduced with CR6953477 Summary: gcc bug worksaround for IA64 no longer needed Reviewed-by: andrew
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
465
507ce3a1af17 6348456: BasicColorChooserUI ignores JColorChooser selection model changes
malenkov
parents:
diff changeset
     1
<html>
507ce3a1af17 6348456: BasicColorChooserUI ignores JColorChooser selection model changes
malenkov
parents:
diff changeset
     2
<body>
507ce3a1af17 6348456: BasicColorChooserUI ignores JColorChooser selection model changes
malenkov
parents:
diff changeset
     3
When applet starts, you'll see that the preview is white.
507ce3a1af17 6348456: BasicColorChooserUI ignores JColorChooser selection model changes
malenkov
parents:
diff changeset
     4
When you swap models, you'll see that the preview color is changed.
507ce3a1af17 6348456: BasicColorChooserUI ignores JColorChooser selection model changes
malenkov
parents:
diff changeset
     5
507ce3a1af17 6348456: BasicColorChooserUI ignores JColorChooser selection model changes
malenkov
parents:
diff changeset
     6
<applet width="500" height="400" code="Test6348456.class">
507ce3a1af17 6348456: BasicColorChooserUI ignores JColorChooser selection model changes
malenkov
parents:
diff changeset
     7
</applet>
507ce3a1af17 6348456: BasicColorChooserUI ignores JColorChooser selection model changes
malenkov
parents:
diff changeset
     8
</body>
507ce3a1af17 6348456: BasicColorChooserUI ignores JColorChooser selection model changes
malenkov
parents:
diff changeset
     9
</html>