Description
In this course, you will learn:
- Java Swing with real time Project.
- Java AWT
- JDBC API.
- Core Java
- Rapid development of any kind of GUI Application
- Secrets of GUI Coding
Syllabus:
1. Lab Preparation
- Installing JDK
- Eclipse IDE Installation
- Creating 1st eclipse project
2. Introduction to Core Java [Quickly Brushing up!!!]
- Introduction to Java
- Data Type
- Java Variables
- Class and Object
- Accessing object in various classes and packages
- Constructor
- Inheritance and method overriding
- Interface
3. AWT[Abstract Window Toolkit]
- Introduction to GUI Programming
- AWT Component
- Two ways to create Frame Object
- Label
- TextField
- Button
- Layout Manager
- List and Choice
- CheckBox and RadioButton
4. Listeners and Event Handling
- Listeners Overview
- Window Listener
- Window Adapter Class
- Action Listener
- Job Validator Application Demo
- Creating Job Validator app using Item Listener and Action Listener
- Menubar,Menu,MenuItems
- Pizza Cart App Demo
- Pizza Cart Application implementation
5. Java Swing
- Drawbacks of AWT API
- Introduction to Swing
- Swing Components Hierarchy
- JFrame
- JLabel
- JButton part1
- getContentPane method
- JTextField
- JPasswordField
- Usage of Tool Tip Text
- JOption Pane
- JCheckBox
- JRadioButton
- JComboBox part I
- JComboBox part II
- JList
- JTextArea
- JButtton Part 2