Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Java and Flickr - Help with Inheritance between Main Class and sub-class

    Is there a recursive call starting at line 65?

    Can you post the code that gets the error?
  2. Re: Java and Flickr - Help with Inheritance between Main Class and sub-class

    Sorry, I can not see the code from here and have no idea what the problem is.

    If you want help you'll have to post code that will compile, execute and show the problem.

    BTW Posting images of...
  3. Re: Java and Flickr - Help with Inheritance between Main Class and sub-class

    At line 180 the code is trying to cast a JButton object to a JMenuItem.
    Check the logic at that line to see why it is doing this invalid cast.

    Is the same listener code used by more than one...
  4. Re: Java and Flickr - Help with Inheritance between Main Class and sub-class

    The two threads have been merged.


    Please copy the full text of the error message and paste it here.
    Not images, the lines of text.
    Also post the code where the error happens.
Results 1 to 4 of 4