@@ -219,3 +219,18 @@ This is why whenever you create such a resource you are responsible of disposing
```
For a java developer it seems that we always reuse our color variable, however **ALWAYS, WHENEVER* we create an object with ```new``` the OS reserves the memory space! So make sure to always call ```dispose()``` on system resources before allocating a new one!