Yes, IsAvailable returns true. I figured I still needed to fill in the setters, I was just worried about the getters because it looks like the return shouldn't be in an if-statement. Thanks for your help!
On 10/8/06, Alfred Van Hoek <[EMAIL PROTECTED]> wrote:
On Oct 8, 2006, at 1:20 PM, Jack Smith wrote: > Thanks for the help, it looks like I got all the properties now. It > sill > doesn't load any URL, but maybe that's because I didn't put > anything in the > setter's if-statement you showed. Also, I'm not sure about the > syntax for > the getter...it's a non-void method yet the return is within an > if-statement. Maybe that's allowed in C++, but in my high school > java class > (I'm in college right now), we were told to never do this. The code was not complete of course, up to you to do so. Does mySubclass.IsAvailable work? Alfred _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
