Gui Swing

 Swing Introduction

  •  Java introduced a package called abstract window toolkit and it contain large number of classes and interfaces that are supported.
  •  The methods of the swing class do nnot use the native methods.
  •  The methods in the swing class can be used to create screens with the same look and feel of the screens in different platforms.
  • The Swing classes are subclass of java.awt.Component and java.awt.Container 
  •  The name of the Swing class are start with letter J.
  •  The top-level class of Swing is JComponent.
  •  GUI components like button,label,checkbox text are handled in the JComponent class. 
  1. Swing components
  2. Awt-controls
  3. What is adaptor class

No comments:

Post a Comment