package stopwatch;

import javafx.stage.*;
import javafx.scene.paint.*;
import javafx.scene.*;

Stage {
    var sw = StopwatchWidget{}
    //style: StageStyle.TRANSPARENT
    scene: Scene {
        content: sw
        fill: Color.WHITE
    }
}