can't make the Jlayer change position with the scrollpane -


i'm having jlayer decorationg panel added on jscrollpane. when scroll down, panel components gets scrolled in right way can't make jlayer move it. ideas on how so?

jlayer = new jlayer<jcomponent>(scrollpane, ui); pane.add(jlayer); 

thank in advance

i found solution adding jlayer on new jscrollpane:

jlayer = new jlayer<jcomponent>(scrollpane, ui); jscrollpane scroll=new jscrollpane(jlayer); pane.add(scroll); 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -