Click to See Complete Forum and Search --> : ScrollPaneLayout


slepax
November 12th, 2000, 11:35 AM
Hey,

Has anyone used ScrollPaneLayout in the past?

It seems like it needs some other configuration that the help does not specifiy.

Thank,
Ronen.

pchaly
February 21st, 2001, 01:41 AM
U're probably talking about adding a text area in a ScrollPane..If that is correct this is the way..I have no idea abt JScrolPane Layout

JScrollPane jsp=new JScrollPane(new JTextArea());
getContentPane().add(jsp);