package-info.java revision 13978:1993af50385d
1164426Ssam/*
2177505Ssam * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
3164426Ssam * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4164426Ssam *
5164426Ssam * This code is free software; you can redistribute it and/or modify it
6164426Ssam * under the terms of the GNU General Public License version 2 only, as
7164426Ssam * published by the Free Software Foundation.
8164426Ssam *
9164426Ssam * This code is distributed in the hope that it will be useful, but WITHOUT
10164426Ssam * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11164426Ssam * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12164426Ssam * version 2 for more details (a copy is included in the LICENSE file that
13164426Ssam * accompanied this code).
14164426Ssam *
15164426Ssam * You should have received a copy of the GNU General Public License version
16164426Ssam * 2 along with this work; if not, write to the Free Software Foundation,
17164426Ssam * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18164426Ssam *
19164426Ssam * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20164426Ssam * or visit www.oracle.com if you need additional information or have any
21164426Ssam * questions.
22164426Ssam */
23164426Ssam/**
24164426Ssam * <h1>Mouse and keyboard drivers</h1>
25164426Ssam * Contains low-level drivers to perform user input.<br>
26164426Ssam *
27164426Ssam * @since 17 Apr 2002
28164426Ssam * <hr>
29164426Ssam */
30164426Ssampackage org.netbeans.jemmy.drivers.input;
31164426Ssam