| Author |
ScrollPane behave differently
|
Balasubramanian Chandrasekaran
Ranch Hand
Joined: Nov 28, 2007
Posts: 215
|
|
Can any one tell me the difference in the behaviour of the ScrollPane Vs JScrollPane in the following code. I tried to use the same piece of code in JScrollPane and in the output the JTextPane which holds the DefaultStyledDocument automatically wraps the text.But instead of JScrollPane(swing) if i use ScrollPane(AWT) then the JTextPane doesn't wraps the text. Why is this behaviour? And also i need to achieve JScrollPane without wrapping text.For that what i have to change.... Awaiting your reply
|
 |
Balasubramanian Chandrasekaran
Ranch Hand
Joined: Nov 28, 2007
Posts: 215
|
|
I got answer to my query in this forum. But, can anyone explain me why JScrollPane behave like that.
|
 |
 |
|
|
subject: ScrollPane behave differently
|
|
|