()
| 321 | }// public synchronized Resource show(ResourceData rData) |
| 322 | |
| 323 | @Override |
| 324 | public void dispose() { |
| 325 | // when we have finished with the dialog release the data about the resource |
| 326 | // we were trying to create so that, at a later date, we can garbage collect |
| 327 | // the classloader if the plugin is unloaded |
| 328 | resourceData = null; |
| 329 | } |
| 330 | |
| 331 | }//class NewResourceDialog |