Menu

#3 "Refresh Database" and "Cancel" buttons are slow to appear

open
None
4
2007-11-01
2007-10-30
Henry Wong
No

Problem:
After selecting directory locations and pressing OK,
a panel with a directory tree(s) is displayed.
Checking one of the checkboxes in the tree will eventually display "Refresh Database" and "Cancel"
buttons. On my computer, it may take some time for these buttons to appear. I suggest there should be
some indication or message that these buttons will
eventually appear if the described behaviour is a common occurance.

Discussion

  • John Dickerson

    John Dickerson - 2007-11-01

    Logged In: YES
    user_id=612121
    Originator: NO

    I think this problem relates to graphgics not being updated properly.

    For example the following code can refresh the graphics of a JFrame:

    jFrame.update( jFrame.getGraphics() )

    Who ever fixes ths bug might want to consider solutions that call the update(..) method.

    I am not sure but maybe calling update(..) on a jFrame propogates update calls to its child components such as panels and buttons.

     
  • John Dickerson

    John Dickerson - 2007-11-01
    • assigned_to: nobody --> jbatko
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.