equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
39 * @test |
39 * @test |
40 * @bug 8015300 |
40 * @bug 8015300 |
41 * @summary Tests that editable combobox select all text |
41 * @summary Tests that editable combobox select all text |
42 * @author Sergey Malenkov |
42 * @author Sergey Malenkov |
43 * @library ../../../../lib/testlibrary/ |
43 * @library ../../../../lib/testlibrary/ |
|
44 * @modules java.desktop/com.sun.java.swing.plaf.windows |
44 * @build ExtendedRobot |
45 * @build ExtendedRobot |
45 * @run main Test8015300 |
46 * @run main Test8015300 |
46 */ |
47 */ |
47 |
48 |
48 public class Test8015300 { |
49 public class Test8015300 { |