blueblueblue2005 schrieb:
> Hi, I have a java application with a UI compoennt of
> FlyoutPaletteComposite (an GEF class), this UI compoennt displays a
> scrollbar when needed. I am writing a Jython/Python script, and within
> this script, I want to grab the scrollbar and move the bar up and down
> to a specified location. I was told to get the class loader of the
> compoent, but don't know how to do it. Can anybody kindly help?

FlyoutPaletteComposite.getClass().getClassLoader()

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to