File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes Adjusting textarea size to window Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Adjusting textarea size to window" Watch "Adjusting textarea size to window" New topic
Author

Adjusting textarea size to window

Adam Blais
Greenhorn

Joined: Dec 02, 2004
Posts: 27
How do you make a text area that automatically adjusts to it's panels size? Output is my text area and center is my panel.

I tried output.setBounds(center.getBounds()); and output.setBorder(center.getBorder()) but neither worked for me.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Adjusting textarea size to window
 
Similar Threads
Giving color and font in JSP
color in selected text in text area
Text Area
Remove Scrollbar in Text Area
How to set the fontcolor and size for the selected text of text area ?