java - TextArea without scrollbars (awt) -


i'm using java.awt.textfield , annoys me vertical scrollbar on right. wondered if can disable it? found constant "scrollbars_none", guess should possible.

use following constructor textarea:

public textarea(string text,     int rows,     int columns,     int scrollbars) 

this way can use scrollbars_none constant in last value in constructor.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -