
|
If you were logged in you would be able to see more operations.
|
|
|
HermesJMS
Created: 16/Feb/07 08:33 AM
Updated: 18/Feb/07 11:07 AM
|
|
| Component/s: |
GUI
|
| Affects Version/s: |
1.12
|
| Fix Version/s: |
1.12
|
|
|
Linewrap is not occuring.
|
|
Description
|
Linewrap is not occuring. |
Show » |
|
|
Adding this to the JTextArea seems to have done the trick.
@Override
public Dimension getPreferredScrollableViewportSize()
{
return getParent().getSize() ;
}