3 Aug 18:01
Re: Bean repaint issue.
Paul Johnson <fingers_magoo <at> mac.com>
2004-08-03 16:01:41 GMT
2004-08-03 16:01:41 GMT
Hello Ali, I just did a component that draws to the screen also. All I did was call this.repaint() from inside the component. I am not sure how you have yours setup, but I followed the same structure as what was being used for the chart example in the drafts folder. Everything seems to work just fine. Paul ----- Original Message ----- From: Ali Cinar To: thinlet <at> yahoogroups.com Sent: Tuesday, August 03, 2004 9:57 AM Subject: [thinlet] Bean repaint issue. Hi All, I have a Thinlet based GUI, and I am using an AWT based Ploting Component as a Thinlet Bean inside the GUI. The Ploting bean makes calls to Component.repaint() when the mouse moves on it. Unfortunatly, the repaint call doesn't repaint the Component. I tried to call getParent().repaint() inside the bean, but it didn't work too. Does anybody have any suggestions? Thanks in advance,(Continue reading)
RSS Feed