src/java.desktop/share/classes/module-info.java

Print this page




   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 




  26 module java.desktop {
  27     requires public java.datatransfer;
  28     requires public java.xml;
  29     requires java.prefs;
  30 
  31     exports java.applet;
  32     exports java.awt;
  33     exports java.awt.color;
  34     exports java.awt.desktop;
  35     exports java.awt.dnd;
  36     exports java.awt.event;
  37     exports java.awt.font;
  38     exports java.awt.geom;
  39     exports java.awt.im;
  40     exports java.awt.im.spi;
  41     exports java.awt.image;
  42     exports java.awt.image.renderable;
  43     exports java.awt.print;
  44     exports java.beans;
  45     exports java.beans.beancontext;




   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /**
  27  * Defines the AWT and Swing user interface toolkits, plus APIs for
  28  * accessibility, audio, imaging, printing, and JavaBeans.
  29  */
  30 module java.desktop {
  31     requires public java.datatransfer;
  32     requires public java.xml;
  33     requires java.prefs;
  34 
  35     exports java.applet;
  36     exports java.awt;
  37     exports java.awt.color;
  38     exports java.awt.desktop;
  39     exports java.awt.dnd;
  40     exports java.awt.event;
  41     exports java.awt.font;
  42     exports java.awt.geom;
  43     exports java.awt.im;
  44     exports java.awt.im.spi;
  45     exports java.awt.image;
  46     exports java.awt.image.renderable;
  47     exports java.awt.print;
  48     exports java.beans;
  49     exports java.beans.beancontext;