public static void Main(string[] args) { SmartSweepersApplication smartSweepers = new SmartSweepersApplication(640, 480); smartSweepers.Title = "Smart Sweepers"; smartSweepers.ShowAsSystemWindow(); }