ABSTRACT WINDOWS TOOLKITS
à AWT is a
powerful concept in JAVA. It is basically used to
develop for the building of
GUI application.
à AWT is
platform dependent. That means .class file
after
the program compilation is platform independent but the look of your
GUI
application is platform dependent.
àHierarchy of AWT classes:-
àA class
library is provided by the Java programming language
which is known as Abstract
Window Toolkit (AWT). It contains
several graphical component of GUI which can
be added and
positioned based on layout manager.
àIn Java
for the awt component awt package import as import java.awt.*;
|
SWING
à
Swing components facilitate efficient graphical user interface
(GUI) development.
àIt
provides collection of lightweight visual components
with replacement for the
heavyweight AWT components
as well as complex user-interface components.
àThe entire Swing
Component name begins with “J” so
JComponent class is the root of the visual
component class
hierarchy in the JFC for Swing.
àIn Java
for the swing component swing package import as import javax.swing.*;
àHierarchy of Swing classes:-
|
Computer Science :: 11th/12th, Computer Engineering :: Degree/Diploma, Coding Concept ( C, C++ & JAVA Programming, JDBC Concept, DBMS - SQL Concept, Data Structure, Communication & Network Concept.
Saturday, December 20, 2014
AWT & SWING IN JAVA
Subscribe to:
Post Comments (Atom)
Programmingway@Eklavya Technosys!: JAC Board Computer Examination Sample Questions Hi...
Programmingway@Eklavya Technosys!: JAC Board Computer Examination Sample Questions Hi... : 1) Which of the following is NOT a web service? (...
-
1) TCP/IP - Transmission Control Protocol/ Internet Protocol. 2) HTTPs - Hyper Text Transfer Protocol. 3) ICT - Information Comunication Te...
-
1) What is Make Code Arcade? Answer: Make Code Arcade is a coding platform that enables to create block – based program. 2) How ...
-
Marks Division HOE 30 Marks IT Application Report File 20 Marks Viva - Voce 10 Marks 1) Write an HTML code to generate a web p...


No comments:
Post a Comment