Search:

Type: Posts; User: copeg

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    3,532

    [SOLVED] Re: JTextArea font/character count issue

    From my experience, small little hacks like this might work in the short term but make maintenance a nightmare in the long term, especially when there are ways to get what you need using the API. The...
  2. Replies
    7
    Views
    3,532

    [SOLVED] Re: JTextArea font/character count issue

    Did you try the constructor that specifies the number of rows and columns? You can use this (as well as the corresponding setRows/Columns methods) to define the width/height in characters.
Results 1 to 2 of 2