I had forgotten about that. But from the Javadoc, a Corner is a:
/**
* Component class representing the components that will get placed in the
* corners of a <tt>ScrollPane</tt>. Skins will instantiate these
* components as needed when unfilled corners are introduced by a row
* header or column header.
*/
In other words, it is an internal class meant to be used by the ScrollPane. I
can see how this would be confusing. It should probably be an inner class of
ScrollPaneSkin, not ScrollPane.
G
On Jan 30, 2011, at 12:01 PM, lello wrote:
>
> I see, then what is the ScrollPane.Corner.Placement for?
> Is there any way to achieve what I need? (i.e. a corner above the scroll
> bar).
> Thanks
> --
> View this message in context:
> http://apache-pivot-users.399431.n3.nabble.com/ScrollPane-corner-tp2360953p2384211.html
> Sent from the Apache Pivot - Users mailing list archive at Nabble.com.