File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes Widget dispose problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Widget dispose problem" Watch "Widget dispose problem" New topic
Author

Widget dispose problem

roon ray
Greenhorn

Joined: Aug 16, 2006
Posts: 7
I have a widget on which I am drawing a chart.
I dispose the widget every time I draw a new chart. But the dispose works only for the first time. After that it does go through the dispose , but actually the widget is not disposed.
Thanks for any help.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Widget dispose problem
 
Similar Threads
refreshing JFreeCharts
Closing a JFrame
GWT visualization API
Draw a chart by using jsp/java code
How to end a dialog window?