How would you go about creating a popup system notification in OS X, just like the volume notification. Xcode also shows one of these notifications when it completes a build.
You can see what I mean here.
I would prefer to use a built in API call (which I would assume exists somewhere) over building it myself.