Closed GoogleCodeExporter closed 9 years ago
Was calling invalidate() before the repaint().
Original comment by deanbro...@gmail.com
on 14 Mar 2008 at 10:00
.invalidate() is needed so it should be added back in to the example.
The problem is that components should be able to invalidate just their area of a
form. Therefore calling invalidate() will not make the screen jump to the top.
Original comment by deanbro...@gmail.com
on 16 Mar 2008 at 6:09
Fixed. Slight bug remaining (captured by issue 27) which happens when a
component is
removed or hidden before the call to Dialog.invalidate().
Original comment by deanbro...@gmail.com
on 15 Apr 2008 at 12:56
Oops. Previous comment's "slight bug" is issue 29, not 27.
Original comment by deanbro...@gmail.com
on 15 Apr 2008 at 12:59
Original issue reported on code.google.com by
deanbro...@gmail.com
on 10 Mar 2008 at 4:02