Java SE 8 Documentation API specification
- App Store Info
Description
*****Java SE Development Kit 8 Documentation****-The document is the API specification for version 8 of the Java™ Platform, Standard Edition.
-Packages
-java.applet Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
-java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.
-java.awt.color Provides classes for color spaces.
-java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications.
java.awt.dnd Drag and Drop is a direct manipulation gesture found in many Graphical User Interface systems that provides a mechanism to transfer information between two entities logically associated with presentation elements in the GUI.
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components.