kAWT Version 0.96

Package java.awt

Contains all of the classes for creating user interfaces and for painting graphics and images.

See:
          Description

Interface Summary
ItemSelectable  
LayoutManager  
 

Class Summary
AWTEvent  
BorderLayout  
Button  
Canvas  
CardLayout  
Checkbox  
CheckboxGroup  
Choice  
Color  
Component Important Limitations: Only one listener of each type is allowed Many methods are still missing Many events are not passed through the processXXXEvent-Methods but delivered directly to the registered listener.
Container  
Dialog  
Dimension  
EventQueue  
FileDialog  
FlowLayout  
Font  
FontMetrics  
Frame  
GifLoader  
Graphics  
GridLayout  
Image  
Insets  
Label  
List  
Menu  
MenuBar  
MenuItem  
Panel  
Point  
Rectangle  
Scrollbar Only one Listener for each event Type is allowed AdjustmentEvents are delivered directly to the Listener without going through ProcessAdjustmentEvent!
ScrollPane  
SystemColor  
TextArea The kAWT TextArea currently does NOT support editing.
TextComponent  
TextField Limitations The caret blinking is currently disabled because of often system crashes when running threads ActionEvents are not sent (but TextEvents)
Toolkit  
Window  
 

Exception Summary
TooManyListenersException  
 

Package java.awt Description

Contains all of the classes for creating user interfaces and for painting graphics and images.


kAWT Version 0.96