import java.awt.Window;
public class Main {
    public static void main(String[] args) {
        Window window = new Window(null);
    }
} 