refresh problem



hello,

I have a JFrame that I put two components, one on BorderLayout.CENTER
and the other is at EAST.
When I cover with another window, and then uncover,
the part that is uncovered does NOT refresh.
It is unbelievable.

I put the component at EAST to another JFrame and no such problem
happens. The component on CENTER uses some library and rendering
that I didn't write myself (JUNG's GraphDraw).

What could be the problem?
Or, how can I fix it?

thanks,
alex

.



Relevant Pages

  • Preforming functions on JFrame Close...
    ... ive got a JFrame and right now i have it set to ... window closes, but only when its been notified that its been closed. ... Adam. ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: refresh problem
    ... > another window, and then uncover, the part that is uncovered does ... > I put the component at EAST to another JFrame and no such problem ... > that I didn't write myself (JUNG's GraphDraw). ... Ask smart questions, get good answers: ...
    (comp.lang.java.help)
  • Re: Preforming functions on JFrame Close...
    ... > ive got a JFrame and right now i have it set to ... > window closes, but only when its been notified that its been closed. ... > Adam. ... Prev by Date: ...
    (comp.lang.java.programmer)
  • Re: JFrame refresh problem
    ... >I have a JFrame that I put two components, ... >When I cover with another window, and then uncover, ... cpu intensive task. ...
    (comp.lang.java.programmer)
  • Re: How to place a window in the center of the screen ?
    ... > I would like to open a window and to placed it at a certain position on a screen ... JFrame, something like this: ... int height = 233; ... Prev by Date: ...
    (comp.lang.java.programmer)