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
Monique Y. Mudama - 30 Sep 2005 00:09 GMT
> hello,
>
[quoted text clipped - 10 lines]
>
> thanks, alex
Without knowing much about your problem, I suspect you need to
implement paint() or paintComponent() for the component using
GraphDraw.

Signature
monique
Ask smart questions, get good answers:
http://www.catb.org/~esr/faqs/smart-questions.html