Sunday, September 21, 2008

Get to know about the Java Foundation Class

Hi people, now I am going to give you some useful information about the Java foundation class. Probably the single most important new feature added to JDK 1.2 is version 1.1 of the Java Foundations Classes (JFC). JFC is a set of APIs for building the GUI-related components of Java applets and applications. JFC 1.1 was released separately from the JDK in February of 1998 so that they could be used with the then-current JDK 1.1. JDK 1.2 integrates JFC 1.1 as a Core API and adds the Java 2D and Drag and Drop APIs. The APIs included with JFC include the following:
  • The Abstract Windowing Toolkit
  • Swing
  • Java 2D
  • Drag and Drop
  • Accessibility

No comments: