Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    3,148

    [SOLVED] Re: JTextPane add text from bottom upwards

    I don't know why you're making this so hard. Why not use JTextArea and its append() method?
  2. Replies
    4
    Views
    3,148

    [SOLVED] Re: JTextPane add text from bottom upwards

    JTextArea has an insert() method that allows text to be added at the desired index. You could check the source code for the JTextArea insert() method and write something similar for JTextPane, or...
Results 1 to 2 of 2