Submitted On 03-APR-2007
Is this bug fixed?
I reproduced the output on WinXP with the current Java SDK version - that is without Java 6u1 update.
I think Java 6u1 update fixes some Swing bugs however i am not sure if this still needs to be fixed.
Submitted On 03-APR-2007
Here is the output from my test with the Testcase mentioned above:
Type of v: javax.swing.text.BoxView@10dd1f7
PlainView false
WrappedPlainView false
Type of v:javax.swing.plaf.basic.BasicTextAreaUI$PlainParagraph@53c015
Plain View false
WrappedPlainView false
Submitted On 03-APR-2007
SOLUTION?
Can it be that create() returns BoxView because BoxView is parent class of WrappedPlainView? The API documentation says that WrappedPlainView is directly inherited from BoxView so i assume this is a class type issue.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|