Search:

Type: Posts; User: Psyclone625

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    3,148

    [SOLVED] Re: JTextPane add text from bottom upwards

    Because you can't use Stylized text in JTextArea.
  2. Replies
    4
    Views
    3,148

    [SOLVED] Re: JTextPane add text from bottom upwards

    After spending about 10 hours on this, I think I finally figured it out, and of course it was so simple.

    I had to add a layout manager to the JTextPane. I used BorderLayout.SOUTH on the TextPane...
  3. Replies
    4
    Views
    3,148

    [SOLVED] JTextPane add text from bottom upwards

    Is there a way to have the text in a JTextPane start at the bottom of the pane and get shifted up the screen instead of down the screen when new text comes in?

    I'm trying to create a chat room. I...
Results 1 to 3 of 3