Hi all ! I have a class with a number of methods in it. Some of these methods are declared "public boolean BlaBla()" "public void moreBlaBla()" The calling client application will import this class and invoke it using "boolean result = tellMe.BlaBla()" How do I invoke the moreBlaBla() from the client app? At the moment I am getting the "incompatible type" error !