public SparkleUI()
        {
            // FIXME: The second time windows are shown, the windows
            // don't have the smooth ease in animation, but appear abruptly.
            // The ease out animation always seems to work
            Setup      = new SparkleSetup();
            EventLog   = new SparkleEventLogWindow();
            About      = new SparkleAbout();
            Bubbles    = new SparkleBubbles();
            StatusIcon = new SparkleStatusIcon();

            Program.Controller.UIHasLoaded();
        }
Exemple #2
0
 public SparkleUI ()
 {   
     // FIXME: The second time windows are shown, the windows
     // don't have the smooth ease in animation, but appear abruptly. 
     // The ease out animation always seems to work
     Setup      = new SparkleSetup ();
     EventLog = new SparkleEventLogWindow();
     About      = new SparkleAbout ();
     Bubbles    = new SparkleBubbles ();
     StatusIcon = new SparkleStatusIcon ();
     
     Program.Controller.UIHasLoaded ();
 }