Top "Custom-component" questions

"custom component" is a generic term for a manually developed UI component for a component based UI framework.

How to set UI for all Components of a type in java swing?

I created my own MyScrollbarUI class to have a custom scrollbar look in my application. Now I have to do …

java swing scrollbar custom-component
How to fix scrolling to a visible cell in UICollectionView with custom layout?

I'm working on custom value picker inspired by UIPickerView. It looks like that: As you can see, one of the …

ios objective-c uicollectionview custom-component uicollectionviewlayout
Passing constructor parameters for MXML-based custom Flex components

I've implemented a MXML custom components and I would like to pass parameters to the constructor: newUser = new userComp("name"); …

apache-flex custom-component