CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: instanceOf?

  1. #1
    Join Date
    Jun 2004
    Posts
    12

    instanceOf?

    Hey everyone:

    I have been using the BlueJ environment for a while... due to its simplicity and ease of use. But I have recently discovered that it does not recognize the command "instanceOf". Is this because BlueJ stinks and is unprofessional (I hope not), or is it because the command is not used commonly anymore for some reason? Thank you.

  2. #2
    Join Date
    Feb 2004
    Location
    USA - Florida
    Posts
    729

    Re: instanceOf?

    That's because it's: instanceof not instanceOf. And BlueJ has nothing to do with the error, it's the java compiler complaining, BlueJ merely displays the error.
    Hungarian notation, reinterpreted? http://www.joelonsoftware.com/articles/Wrong.html

  3. #3
    Join Date
    Jun 2004
    Posts
    12

    Re: instanceOf?

    eeek.

    Thank you. How stupid of me!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured