What Swing Component do I need?

B

Benjamin

Hi, I'm kinda new to the Swing API. What text component should I use
for a large chunk of unformatted text that I want to display to the
user. JLabel doesn't seem to fit the bill (it's too small and for
labeling components). Thanks
 
A

Andrew Thompson

Hi, I'm kinda new to the Swing API. What text component should I use
for a large chunk of unformatted text that I want to display to the
user. JLabel doesn't seem to fit the bill (it's too small and for
labeling components).

JTextArea would best suit that, perhaps
uneditable or disabled if appropriate.

For an example, check the applet here..
<http://www.physci.org/test/resize/>
The drop-down menu on the upper right,
shows the various forms of the text area.

Andrew T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top