Searched refs:testComponent (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/java/awt/event/KeyEvent/CorrectTime/
H A DCorrectTime.java81 testComponent(tf);
82 testComponent(ta);
83 testComponent(bt);
84 testComponent(list);
88 private static void testComponent(final Component comp){ method in class:CorrectTime
/openjdk9/jdk/test/java/awt/Menu/WrongParentAfterRemoveMenu/
H A DWrongParentAfterRemoveMenu.java39 testComponent();
65 private static void testComponent() { method in class:WrongParentAfterRemoveMenu
/openjdk9/jdk/test/java/awt/List/SetBackgroundTest/
H A DSetBackgroundTest.java101 testComponent(new Panel(), component, color);
108 private static void testComponent(Container container, Component component, Color color){ method in class:SetBackgroundTest
/openjdk9/jdk/test/java/awt/PrintJob/ConstrainedPrintingTest/
H A DConstrainedPrintingTest.java79 final Component testComponent = new Component() { field in class:ConstrainedPrintingTest
116 panel.add(testComponent);
/openjdk9/jdk/test/java/awt/Mixing/AWT_Mixing/
H A DOverlappingTestBase.java457 private void testComponent(Component component) throws InterruptedException, InvocationTargetException { method in class:OverlappingTestBase
521 testComponent(component);

Completed in 52 milliseconds