|
Description
|
Keys for JScrollPane.setCorner(), which were added for Kestrel, can not be used.
JScrollPane.LOWER_LEADING_CORNER
JScrollPane.LOWER_TRAILING_CORNER
JScrollPane.UPPER_LEADING_CORNER
JScrollPane.UPPER_TRAILING_CORNER
Since constants which correspond the above keys exist in JScrollPane.java,
I can compile a program which uses JscrollPane.setCorner() with one of the
above keys.
However, the program causes IllegalArgumentException on runtime, because
setCorner() treats it as an invalid key.
xxxxx@xxxxx 2001-06-07
|