Ignore:
Timestamp:
2008-10-22T15:15:53+13:00 (16 years ago)
Author:
oranfry
Message:

HCI changes to the installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-installer/src/org/tp23/gui/widget/SystemOutJTextArea.java

    r14982 r17569  
    4747        JButton jumpButton = new JButton("");
    4848        setVerticalScrollBarPolicy(VERTICAL_SCROLLBAR_ALWAYS);
    49         setHorizontalScrollBarPolicy(HORIZONTAL_SCROLLBAR_ALWAYS);
     49        setHorizontalScrollBarPolicy(HORIZONTAL_SCROLLBAR_NEVER);
    5050        setCorner(this.LOWER_RIGHT_CORNER,jumpButton);
    5151        jumpButton.addActionListener(new ActionListener(){
Note: See TracChangeset for help on using the changeset viewer.