×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: C++
Posted by: Frank Czap
Added: Jun 21, 2017 8:56 PM
Views: 2382
  1. Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context.
  2. java.awt       
  3. Contains all of the classes for creating user interfaces and for painting graphics and images.
  4. java.awt.color 
  5. Provides classes for color spaces.
  6. java.awt.datatransfer  
  7. Provides interfaces and classes for transferring data between and within applications.
  8. java.awt.dnd   
  9. 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.
  10. java.awt.event 
  11. Provides interfaces and classes for dealing with different types of events fired by AWT