Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    2,288

    Re: 1 vertical scroll bar fro 2 jtextareas

    That's a shame. You were probably really close to the solution. If you post an SSCCE, I'd love to help you through it.
  2. Replies
    8
    Views
    2,288

    Re: 1 vertical scroll bar fro 2 jtextareas

    If you want an honest answer, I urge you to ditch the GUI builder immediately.

    Without seeing the actual code (in SSCCE form, which means no GUI-builder code) and the actual Exception and stack...
  3. Replies
    8
    Views
    2,288

    Re: 1 vertical scroll bar fro 2 jtextareas

    Heh, okay. Note that you can actually use JTextAreas as the renderer for the cells of a JTable.
  4. Replies
    8
    Views
    2,288

    Re: 1 vertical scroll bar fro 2 jtextareas

    There are several ways to do this. You could just set put one of the JTextAreas in the JScrollPane, add a listener to the JScrollPane or the vertical scroll bar, and call scrollRectToVisible() when...
Results 1 to 4 of 4