Search:

Type: Posts; User: Damian3395

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    3,813

    Re: Trying To Change The Color Of JScrollBar

    Thank you for the reply, I tried placing the UIManger before and after the JScrollPane.


    scrollPane.getVerticalScrollBar().setBackground(one);...
  2. Replies
    3
    Views
    3,813

    Trying To Change The Color Of JScrollBar

    News = new JTextArea();
    News.setText("News");
    News.setForeground(two);
    News.setBackground(one);
    News.setEditable(false);
    News.setLineWrap(true);
    scrollPane = new JScrollPane(News);...
Results 1 to 2 of 2