|
From: Slava P. <sp...@gj...> - 2000-06-02 02:16:35
|
Jamie LaScolea wrote: > > Slava: > >Does this occur if buffer tabs is disabled? Buffer tabs might be the > >curplit here, because of the slightly strange manner in which it adds > >and removes the text area (adding and removing causes the text area's > >size to be recalculated, which might be causing the scroll bar problem). > > nope. it seems to work with them disabled. apparently, buffertabs is the > culprit. Could someone please add the following line of code to JEditTextArea.addNotify(), just after the 'super.addNotify()' call: System.err.println(getBounds()) And tell me what the output is, with buffer tabs enabled and disabled. Slava |