Search:

Type: Posts; User: keepStriving

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,032

    [SOLVED] Re: Scrollbars on JTextArea

    That sorted the problem, thank you.
  2. Replies
    2
    Views
    1,032

    [SOLVED] Scrollbars on JTextArea

    I am trying to add a vertical and horizontal scroll bar to a text area though its not working.


    JTextArea notices = new JTextArea("");
    JScrollPane pane = new JScrollPane(notices,...
Results 1 to 2 of 2