Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3307060
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:21:43+00:00 2026-05-17T21:21:43+00:00

I have a jTextArea with a long string. Let’s usume: String str = this

  • 0

I have a jTextArea with a long string.
Let’s usume:

String str = "this is a toooo long string";

Now i want to show this string in one swing jTextArea. But my textArea has limited size on the frame. So, i’m not be able to see the entire string.
For exemple, the text area only shows:
“this is a t”

It is possible to textarea avoid hidden characters auto introducing ‘\n’?
Note: I don’t want auto scrool.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T21:21:43+00:00Added an answer on May 17, 2026 at 9:21 pm
    JTextArea textArea = new JTextArea(
        "This is an editable JTextArea. " +
        "A text area is a \"plain\" text component, " +
        "which means that although it can display text " +
        "in any font, all of the text is in the same font."
    );
    textArea.setFont(new Font("Serif", Font.ITALIC, 16));
    textArea.setLineWrap(true);
    textArea.setWrapStyleWord(true);
    

    Taken from: http://download.oracle.com/javase/tutorial/uiswing/components/textarea.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this class for my UI public class MyFrame extends JFrame{ JTextArea textArea;
I have a long string (a DNA sequence). It does not contain any whitespace
For example I have long list of buttons: <input type=button name=clickbutton onclick='dosomething(this)'> But instead
I have a long text in a gas TextArea and I want to scroll
I have a Struts form which contains a Map: private Map<Long, String> questionAnswers =
I have a verrrrrrrry long base64 encoded string which is displayed in a textarea.
I have a JTextArea where lines are highlighted upon right-click. While I could achieve
I have a JTextArea which consists of lines (some of them possibly duplicates of
I have embedded a JTextArea on a JScrollPane and am using that JTextArea for
I have created JTextpane and inserted components inside textpane (components like Jtextarea). (vertical scrollbar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.