--- old/test/javax/swing/JDialog/6639507/bug6639507.java 2020-07-05 23:44:28.371271442 +0100 +++ new/test/javax/swing/JDialog/6639507/bug6639507.java 2020-07-05 23:44:28.239270585 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -21,11 +21,14 @@ * questions. */ -/* @test - @bug 6639507 - @summary Title of javax.swing.JDialog is null while spec says it's empty - @author Pavel Porvatov -*/ +/** + * @test + * @key headful + * @bug 6639507 + * @summary Title of javax.swing.JDialog is null while spec says it's empty + * @author Pavel Porvatov + */ + import javax.swing.*; import java.awt.*;