import com.danitheskunk.skunkworks.Window; public class Test { public static void main(String[] args) { var window = new Window(); } }