Why javax.media.Manager has no constructor?

I don't get why it's ok to call javax.media.Manager.createPlayer(), for example, and not have to create a new instance of it.

[134 byte] By [gearheadgenea] at [2007-11-27 10:45:54]
# 1

All the methods in Manager are static and there is no purpose in having a different instance of Manager for each application

bonito_qqa at 2007-7-28 20:15:45 > top of Java-index,Security,Cryptography...
# 2

Oh - OK. Thanks!

gene

gearheadgenea at 2007-7-28 20:15:45 > top of Java-index,Security,Cryptography...