Quantcast
Viewing all articles
Browse latest Browse all 2703

Using a component type in a function

Hi i'm beginner in Java

I want to use components variables as parameter for function

like :
[PHP]
public void mycomponent function(Comboboxtype myComboboxVar)
{
myComboboxVar.addItem(myobject);
}
[/php]

how can i write methods for components?

Thank you..

Viewing all articles
Browse latest Browse all 2703

Trending Articles