The code that loads gorm files cannot set the window visible
(orderFront:) because I believe it is called too early in the start
process. That means that I have to explicitly invoke orderFront: in
application's delegate -applicationDidFinishLaunching: method to make
the window visible. Could anyone have a look at it ?