CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2009
    Posts
    2

    Question Java and Flickr - Help with Inheritance between Main Class and sub-class

    Dear all,

    I have been doing a small program which can help user search general photos by keywords and can retrieve most recent general uploads from Flickr.

    I created 4 classes:

    testUserInterface => to build all components for interface.

    Link to view my code of testUserInterface

    testSearch => inherits interface from testUserInterface and build event action when user clicks on button start and button exit.

    Link to view my code of testSearch

    PhotoFinder => get connection to Flickr.

    Link to view my code of PhotoFinder

    PhotoPanel => displays photos on this panel.

    Link to view my code of PhotoPanel

    When I select sub-menu "Search Photos" from class testUserInterface, a search panel is displayed with textfield and 2 buttons, start and exit.



    However, a problem occurs when I clicks start button (after entering a specific keyword).
    all photos which relates to the keyword is not shown.
    and I got problem with sub-menu instead in line 180.



    Please help me out with the problem, it drives me crazy (TT)

  2. #2
    Join Date
    Jan 2009
    Posts
    2

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

    hi admin, could you remove this topic, please, my problem is now solved.

    thanks a lot for your help.

  3. #3
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

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

    We don't remove threads and please don't cross post without stating you are doing so.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

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