Skip to content
Advertisement

Tag: components

Creating an object based on the interface

I have class Button in package “pl.components” and I created interface IButoon in package “pl.icomponents”. I would like to create a button based on this interface. This button only has methods that are in the interface. So, I guess when I do Then my ibutton will only be able to use setToolTip. The only problem I have to do is

Advertisement