In an earlier chapter, we discussed how to create windows using the BrowserWindow object. But we’ve often found that simply creating windows is not enough. An effective application may need to create more than one window and instigate communication between windows. We thought that a great way to teach you the basics of these concepts would be to implement a simple splash screen example.
In this chapter, we will reinforce the creation of windows using the BrowserWindow object, create a frameless and ...