< prev index next >

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

Print this page




  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     // 8147544
  31     requires jdk.unsupported;
  32 
  33     exports java.applet;
  34     exports java.awt;
  35     exports java.awt.color;
  36     exports java.awt.desktop;
  37     exports java.awt.dnd;
  38     exports java.awt.event;
  39     exports java.awt.font;
  40     exports java.awt.geom;
  41     exports java.awt.im;
  42     exports java.awt.im.spi;
  43     exports java.awt.image;
  44     exports java.awt.image.renderable;
  45     exports java.awt.print;
  46     exports java.beans;
  47     exports java.beans.beancontext;
  48     exports javax.accessibility;
  49     exports javax.imageio;
  50     exports javax.imageio.event;
  51     exports javax.imageio.metadata;




  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;
  46     exports javax.accessibility;
  47     exports javax.imageio;
  48     exports javax.imageio.event;
  49     exports javax.imageio.metadata;


< prev index next >