[PDF] [PDF] AWT - FACULTY OF MEDICAL SCIENCES

➢ Java Foundation Classes extends Abstract Window ToolKit(AWT) and contains improved user interface called the Swing Components ➢ A container object is a 



Previous PDF Next PDF





[PDF] Preview AWT Tutorial - Tutorialspoint

Abstract Window Toolkit (AWT) is a set of APIs used by Java programmers to In this tutorial, we will learn how to use AWT to create AWT Component Class



[PDF] Limitations of AWT, MVC Architecture, Components & Containers

This means that the look and feel of a component is defined by the platform, not by java Because the AWT components use native code resources, they are



[PDF] INTRODUCTION TO JAVA PROGRAMMING LECTURE - MRCET

GUI Programming with Java – AWT class hierarchy, component, container, panel, window, frame, Overview of some Swing components – Jbutton, JLabel,



[PDF] AWT - FACULTY OF MEDICAL SCIENCES

➢ Java Foundation Classes extends Abstract Window ToolKit(AWT) and contains improved user interface called the Swing Components ➢ A container object is a 



[PDF] Introduction To Java Swing J Nus Computing - Unhaggle

Java swing components are platform-independent 2) AWT components are heavyweight Swing components are lightweight 3) AWT doesn't support pluggable 



[PDF] Lab Manual_IF5I_ AJP_22517 - Institute of Technology (Polytechnic

AWT is a java programming language class library Components are visible objects that can interact with the user Containers (Frame, Panel, Applet) are used to 



[PDF] Title: Introduction Java Programming - Kongunadu Arts and Science

Gosling and released in 1995 as core component of Sun Microsystems' Java There are many built-in packages such as java, lang, awt, javax, swing, net, io, 

[PDF] awt controls in java

[PDF] ay tax airline

[PDF] azure devops command line

[PDF] azure fortigate pricing

[PDF] a^nb^n is not regular

[PDF] baby bar essays

[PDF] baby boom 1950

[PDF] baby boom chart?

[PDF] baby boom france 1945

[PDF] baby boom france 2000

[PDF] baby boom france 2018

[PDF] baby boom france 2019

[PDF] baby boom france date

[PDF] baby boom france graphique

[PDF] baby boom france insee

FACULTY OF ENGINEERING & TECHNOLOGY

Preeti Singh

Computer Science & Engineering

Lecture-35

BCS-503: Object Oriented Techniques

OBJECTIVES

In this PPT, you will learn to:

™Explain the Abstract Window Toolkit (AWT)

™Explain Swing

™Compare AWT with Swing

™Describe Swing Container components

™JFrame

™JPanel

™JScrollPane

OVERVIEW OF AWT

SWING

SWING (Contd.)

SWING CONTAINER COMPONENTS

SWING CONTAINER COMPONENTS (Contd.)

SWING CONTAINER COMPONENTS (Contd.)

REFERENCES

1.James Rumbaughet. al, "Object Oriented Modeling and Design", PHI

2. Grady Booch, James Rumbaugh, Ivar Jacobson, "The Unified Modeling Language User Guide", Pearson Education

3. Naughton, Schildt, "The Complete Reference JAVA2", TMH

4. Mark Priestley "Practical Object-Oriented Design with UML", TMH

5. Booch, Maksimchuk, Engle, Young, Conallen and Houstan, "Object Oriented Analysis and Design with Applications",

Pearson Education

6. Pandey, Tiwari, " Object Oriented Programming with JAVA" , Acme Learning

7. https://www.javatpoint.com/java-tutorial

8. https://www.tutorialspoint.com/java/index.htm

9. https://www.tutorialspoint.com/object_oriented_analysis_design/index.htm

10. https://www.slideshare.net/niitstudentcare/

MULTIPLE CHOICE QUESTION

MultipleChoiceQuestion:

a)AWTcomponentsareplatform-independent. b)AWTfollowstheMVC(ModelViewController). c)Swingcomponentsareplatform-dependent. d)SwingfollowsMVC(ModelViewController).

MULTIPLE CHOICE QUESTION

MultipleChoiceQuestion:

Q2.TheclassatthetopoftheAWThierarchyis

a)Component b)Window c)Container d)Frame

MULTIPLE CHOICE QUESTION

MultipleChoiceQuestion:

a)List b)Label c)TextComponent d)TextBox

MULTIPLE CHOICE QUESTION

MultipleChoiceQuestion:

followingmethod? a)draw() b)show() c)update() d)paint()

MULTIPLE CHOICE QUESTION

MultipleChoiceQuestion:

Q5. What invokes immediately after the start() method in an applet? a) stop() b) init() c) paint() d) destroy()

Summary

In this PPT, you learned that:

¾A Graphical User Interface is used to accept input in a user-friendly manner.

¾Java Foundation Classes extends Abstract Window ToolKit(AWT) and contains improved user interface

called the Swing Components.

¾A container object is a component that can contain other Swing components. A container is responsible

for laying the components that it contains. Commonly used containers are JFrame, JPaneland

JScrollPane.

quotesdbs_dbs17.pdfusesText_23