package stopwatch; import javafx.scene.*; public class Theme { protected var model:StopwatchModel = StopwatchModel{}; public var frontContent:Node; }