8160974: [TESTBUG] Mark more headful tests with @key headful

Reviewed-by: serb, simonis
This commit is contained in:
Goetz Lindenmaier 2016-07-07 16:21:45 +02:00
parent 1ffa10e13a
commit e52b963d0c
590 changed files with 1206 additions and 495 deletions

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 8051626
* @summary Ensure no failure when using Java Accessibility Utility with security manager
* @modules java.desktop jdk.accessibility

View File

@ -21,7 +21,9 @@
* questions.
*/
/* @test
/*
* @test
* @key headful
* @bug 8016551
* @summary JMenuItem in WindowsLookAndFeel can't paint default icons
* @author Leonid Romanov

View File

@ -29,6 +29,7 @@ import java.awt.Robot;
/**
* @test
* @key headful
* @bug 8074500
* @summary Checkbox.setState() call should not post ItemEvent
* @author Sergey Bylokhov

View File

@ -22,13 +22,14 @@
*/
/*
@test
@bug 7159566
@summary The choice positioned in the top of applet when clicking the choice.
@author Petr Pchelko
@library ../../regtesthelpers
@build Util
@run main ChoiceLocationTest
* @test
* @key headful
* @bug 7159566
* @summary The choice positioned in the top of applet when clicking the choice.
* @author Petr Pchelko
* @library ../../regtesthelpers
* @build Util
* @run main ChoiceLocationTest
*/
import java.awt.*;

View File

@ -22,6 +22,7 @@
*/
/*
@test
@key headful
@bug 6322625
@summary REG:Choice does not trigger MouseReleased when dragging and releasing the mouse outside choice, XAWT
@author andrei.dmitriev area=awt.choice

View File

@ -22,6 +22,7 @@
*/
/*
@test
@key headful
@bug 4255631
@summary Solaris: Size returned by Choice.getSize() does not match actual size
@author Andrei Dmitriev : area=Choice

View File

@ -22,6 +22,7 @@
*/
/*
@test
@key headful
@bug 6399679
@summary Choice is not invalidated when the frame gets resized programmatically when the drop-down is visible
@author andrei.dmitriev area=awt.choice

View File

@ -22,6 +22,7 @@
*/
/*
@test
@key headful
@bug 6390103
@summary Non-Focusable choice throws exception when selecting an item, Win32
@author andrei.dmitriev area=awt.choice

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 6566434 8039467
@library ../../regtesthelpers
@build Util Sysout AbstractTest

View File

@ -90,6 +90,7 @@ import static javax.swing.UIManager.getInstalledLookAndFeels;
/**
* @test
* @key headful
* @bug 6459798
* @author Sergey Bylokhov
*/

View File

@ -38,6 +38,7 @@ import java.awt.event.MouseEvent;
/**
* @test
* @key headful
* @bug 4356202
* @summary Tests that getLocationOnScreen returns valid value(WindowMaker
* only).

View File

@ -74,6 +74,7 @@ import static javax.swing.UIManager.getInstalledLookAndFeels;
/**
* @test
* @key headful
* @bug 6459800
* @author Sergey Bylokhov
*/

View File

@ -43,6 +43,7 @@ import java.awt.image.BufferedImage;
/*
@test
@key headful
@bug 6596915
@summary Test Component.paintAll() method
@author sergey.bylokhov@oracle.com: area=awt.component

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 7036669
@summary Test Component.revalidate() method
@author anthony.petrov@oracle.com: area=awt.component

View File

@ -31,6 +31,7 @@ import javax.swing.SwingUtilities;
/**
* @test
* @key headful
* @bug 8071306
* @author Sergey Bylokhov
*/

View File

@ -22,12 +22,14 @@
*/
/*
@test %I% %E%
@bug 2161766
@summary Component is missing after changing the z-order of the component & focus is not transfered in
@author Andrei Dmitriev : area=awt.container
@run main CheckZOrderChange
*/
* @test %I% %E%
* @key headful
* @bug 2161766
* @summary Component is missing after changing the z-order of the component & focus is not transfered in
* @author Andrei Dmitriev : area=awt.container
* @run main CheckZOrderChange
*/
import java.awt.*;
import java.awt.event.*;

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 6852592
@summary invalidate() must stop when it encounters a validate root
@author anthony.petrov@sun.com

View File

@ -21,12 +21,14 @@
* questions.
*/
/*
@test
@bug 8057574
@summary Verify that child Dialog does not inherit parent's Properties
@run main ChildDialogProperties
/*
* @test
* @key headful
* @bug 8057574
* @summary Verify that child Dialog does not inherit parent's Properties
* @run main ChildDialogProperties
*/
import java.awt.Color;
import java.awt.Dialog;
import java.awt.Font;

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 6829546
@summary tests that an always-on-top modal dialog doesn't make any windows always-on-top
@author artem.ananiev: area=awt.modal

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 7027013
@summary Dialog.show() should validate the window unconditionally
@author anthony.petrov@oracle.com: area=awt.toplevel

View File

@ -24,7 +24,8 @@
/**
*
* @bug 4023283
* @summary Checks that an Error which propogate up to the EventDispatch
* @key headful
* @summary Checks that an Error which propogates up to the EventDispatch
* loop does not crash AWT.
* @author Andrei Dmitriev: area=awt.event
* @library ../../regtesthelpers

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 6981400
* @summary Tabbing between textfiled do not work properly when ALT+TAB
* @author anton.tarasov

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 6981400
* @summary Tabbing between textfiled do not work properly when ALT+TAB
* @author anton.tarasov

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 6981400
* @summary Tabbing between textfiled do not work properly when ALT+TAB
* @author anton.tarasov

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 8013611
@summary Tests showing a modal dialog with requesting focus in frame.
@author Anton.Tarasov: area=awt.focus

View File

@ -21,7 +21,9 @@
* questions.
*/
/* @test
/*
* @test
* @key headful
* @bug 8073453
* @summary Focus doesn't move when pressing Shift + Tab keys
* @author Dmitry Markov

View File

@ -21,7 +21,9 @@
* questions.
*/
/* @test
/*
* @test
* @key headful
* @bug 8073453
* @summary Focus doesn't move when pressing Shift + Tab keys
* @author Dmitry Markov

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 4823903
@summary Tests actual focused window retaining.
@author Anton.Tarasov: area=awt.focus

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 6187066
@summary Tests the Window.autoRequestFocus property for the Window.setVisible() method.
@author anton.tarasov: area=awt.focus

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 6187066
@summary Tests the Window.autoRequestFocus property for the Window.toFront() method.
@author anton.tarasov: area=awt.focus

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 4390555
@summary Synopsis: clearGlobalFocusOwner() is not trigerring permanent FOCUS_LOST event
@author son@sparc.spb.su, anton.tarasov: area=awt.focus

View File

@ -22,6 +22,7 @@
*/
/*
@test
@key headful
@bug 4476629
@library ../../../../javax/swing/regtesthelpers
@build Util

View File

@ -42,6 +42,7 @@ import jdk.testlibrary.OSInfo;
/**
* @test
* @key headful
* @bug 5028014
* @summary Focus request & mouse click being performed nearly synchronously
* shouldn't break the focus subsystem

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 6411406
@summary Components automatically transfer focus on removal, even if developer requests focus elsewhere first
@author oleg.sukhodolsky, anton.tarasov: area=awt.focus

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 8139218
@summary Dialog that opens and closes quickly changes focus in original
focusowner

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 6385277
* @summary Tests that override redirect window gets activated on click.
* @author anton.tarasov@sun.com: area=awt.focus

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 6562853 7035459
@summary Tests that focus transfered directy to window w/o transfering it to frame.
@author Oleg Sukhodolsky: area=awt.focus

View File

@ -22,14 +22,15 @@
*/
/*
@test
@bug 6183877 6216005 6225560
@library ../../regtesthelpers
@build Util
@summary Tests that keyboard input doesn't freeze due to type-ahead problems
@author Denis.Mikhalkin, Anton.Tarasov: area=awt.focus
@run main TestFocusFreeze
*/
* @test
* @key headful
* @bug 6183877 6216005 6225560
* @library ../../regtesthelpers
* @build Util
* @summary Tests that keyboard input doesn't freeze due to type-ahead problems
* @author Denis.Mikhalkin, Anton.Tarasov: area=awt.focus
* @run main TestFocusFreeze
*/
import java.awt.Component;
import java.awt.DefaultKeyboardFocusManager;

View File

@ -25,6 +25,7 @@ import java.awt.*;
/*
* @test
* @key headful
* @summary An attempt to set non-trivial background, shape, or translucency
* to a decorated toplevel should end with an exception.
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)

View File

@ -30,6 +30,7 @@ import java.util.Vector;
/*
* @test
* @key headful
* @summary Display a dialog with a parent, the dialog contains all awt components
* added to it & each components are setted with different cursors types.
* Dispose the parent & collect GC. Garbage collection should happen

View File

@ -30,6 +30,7 @@ import java.util.Vector;
/*
* @test
* @key headful
* @summary Verify that disposed frames are collected with GC
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
* @library ../../../../lib/testlibrary

View File

@ -22,14 +22,15 @@
*/
/*
* @test
* @summary To check proper WINDOW_EVENTS are triggered when Frame gains or losses the focus
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
* @author yan
* @library ../../../../lib/testlibrary
* @build ExtendedRobot
* @run main ActiveAWTWindowTest
*/
* @test
* @key headful
* @summary To check proper WINDOW_EVENTS are triggered when Frame gains or losses the focus
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
* @author yan
* @library ../../../../lib/testlibrary
* @build ExtendedRobot
* @run main ActiveAWTWindowTest
*/
import java.awt.*;
import java.awt.event.*;

View File

@ -22,14 +22,15 @@
*/
/*
* @test
* @summary To check proper WINDOW_EVENTS are triggered when JFrame gains or losses the focus
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
* @author yan
* @library ../../../../lib/testlibrary
* @build ExtendedRobot
* @run main ActiveSwingWindowTest
*/
* @test
* @key headful
* @summary To check proper WINDOW_EVENTS are triggered when JFrame gains or losses the focus
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
* @author yan
* @library ../../../../lib/testlibrary
* @build ExtendedRobot
* @run main ActiveSwingWindowTest
*/
import java.awt.*;
import java.awt.event.*;

View File

@ -22,14 +22,15 @@
*/
/*
* @test
* @summary To make sure Undecorated Frame triggers correct windows events while closing
* @author Jitender(jitender.singh@eng.sun.com) area=AWT*
* @author yan
* @library ../../../../lib/testlibrary
* @build ExtendedRobot
* @run main FrameCloseTest
*/
* @test
* @key headful
* @summary To make sure Undecorated Frame triggers correct windows events while closing
* @author Jitender(jitender.singh@eng.sun.com) area=AWT*
* @author yan
* @library ../../../../lib/testlibrary
* @build ExtendedRobot
* @run main FrameCloseTest
*/
import java.awt.*;
import java.awt.event.*;

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1999, 2016, 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
@ -20,16 +20,18 @@
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* @test
* @summary Make sure that on changing state of Undecorated Frame,
* all the components on it are repainted correctly
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
* @author yan
* @library ../../../../lib/testlibrary
* @build ExtendedRobot
* @run main RepaintTest
*/
* @test
* @key headful
* @summary Make sure that on changing state of Undecorated Frame,
* all the components on it are repainted correctly
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
* @author yan
* @library ../../../../lib/testlibrary
* @build ExtendedRobot
* @run main RepaintTest
*/
import java.awt.*;
import java.awt.event.*;

View File

@ -23,6 +23,7 @@
/*
@test
@key headful
@bug 6988428
@summary Tests whether shape is always set
@author anthony.petrov@oracle.com: area=awt.toplevel

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 6837004
* @summary Checks that non-opaque window can be made a fullscreen window
* @author Artem Ananiev

View File

@ -27,11 +27,13 @@ import javax.swing.*;
/**
* @test
* @key headful
* @bug 8056009
* @summary tests whether Graphics.setColor-calls with Color.white are ignored directly
* after pipeline initialization for a certain set of operations.
* @author ceisserer
*/
public class WhiteTextColorTest extends Frame {
public static volatile boolean success = false;

View File

@ -26,6 +26,7 @@ import java.awt.event.*;
/*
* @test
* @key headful
* @summary Have different components having different preferred sizes
* added to a grid layout. Change the rows and columns of the
* grid layout and check the components are re-laid out.

View File

@ -26,6 +26,7 @@ import java.awt.event.InputEvent;
/*
* @test
* @key headful
* @summary Have different components having different preferred sizes
* added to a grid layout having various values of row/columns.
* Check if the compnents are correctly laid out.

View File

@ -23,6 +23,7 @@
/**
* @test
* @key headful
* @summary Test of mouse move messages to lightweight components
* @library ../../regtesthelpers
* @build Util

View File

@ -38,6 +38,7 @@ import test.java.awt.regtesthelpers.Util;
/*
@test
@key headful
@bug 7079254
@summary Toolkit eventListener leaks memory
@library ../regtesthelpers

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 6366126
* @summary List throws ArrayIndexOutOfBoundsException when pressing ENTER after removing all the items, Win32
* @author Dmitry Cherepanov area=awt.list

View File

@ -22,6 +22,7 @@
*/
/*
@test
@key headful
@bug 6240202
@summary Tests that non-focusable List in a Window generates ActionEvent.
@author anton.tarasov@sun.com: area=awt-list

View File

@ -37,6 +37,7 @@ import jdk.testlibrary.OSInfo;
/**
* @test
* @key headful
* @bug 6263470
* @summary Tries to change font of MenuBar. Test passes if the font has changed
* fails otherwise.

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks an application modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks an application modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks an application modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks an application modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks an application modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks an application modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a document modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a document modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a document modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a document modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a document modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a document modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
* @summary Check whether a FileDialog set to document modality behaves as expected.
*

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359 7186009
*
* @summary Check whether FileDialog blocks a non-modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359
*
* @summary Check whether FileDialog blocks a non-modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359
*
* @summary Check whether FileDialog blocks a non-modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359
*
* @summary Check whether FileDialog blocks a non-modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359
*
* @summary Check whether FileDialog blocks a non-modal Dialog

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8054359
*
* @summary Check whether FileDialog blocks a non-modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359
* @summary Check whether a modeless FileDialog behaves as expected.
*

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 8055752
*
* @summary Check whether FileDialog blocks a toolkit modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 8055752
*
* @summary Check whether FileDialog blocks a toolkit modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 8055752
*
* @summary Check whether FileDialog blocks a toolkit modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 8055752
*
* @summary Check whether FileDialog blocks a toolkit modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 8055752
*
* @summary Check whether FileDialog blocks a toolkit modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 8055752
*
* @summary Check whether FileDialog blocks a toolkit modal Dialog

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8054359 7186009
* @summary Check whether a FileDialog set to toolkit modality behaves as expected.
*

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether an application modal Dialog created with a Dialog
* constructor receives focus, whether its components receive focus

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether a document modal Dialog created with a Dialog
* constructor receives focus, whether its components receive focus

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether a modeless Dialog created with a Dialog
* constructor receives focus, whether its components receive focus

View File

@ -23,6 +23,7 @@
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether a non-modal Dialog created with a Dialog
* constructor receives focus, whether its components receive focus

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether a modal Dialog created with a Dialog
* constructor receives focus, whether its components receive focus

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether a toolkit modal Dialog created with a Dialog
* constructor receives focus, whether its components receive focus

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether an application modal Dialog created with a Frame
* constructor receives focus, whether its components receive focus

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether a modal Dialog created with a Frame
* constructor receives focus, whether its components receive focus

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether a toolkit modal Dialog created with a Frame
* constructor receives focus, whether its components receives focus

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether a modeless Dialog created with a Frame
* constructor receives focus, whether its components receive focus

View File

@ -25,6 +25,7 @@ import java.awt.Dialog;
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether a modeless Dialog created with a Dialog
* constructor receives focus, whether its components receive focus

View File

@ -24,6 +24,7 @@
/*
* @test
* @key headful
* @bug 8049617
* @summary Check whether a non-modal Dialog created with a Frame
* constructor receives focus, whether its components receive focus

Some files were not shown because too many files have changed in this diff Show More