What you’ll learn
-
Sub Multi TextFields – In this section we will learn a text field is a simple text control that allows the user to enter a limited quantity of text. The text field fires an action event when the user indicates that text entering is complete typically by pressing Enter.
-
Checkbox – In this topic we will learn, to make a checkbox, utilize the Checkbox class. It’s used to turn a feature on (true) or off (false).
-
Menu Bar Window Listener – In this section we will see that the class that wants to handle window events either implements this interface (and all of its methods) or extends the abstract WindowAdapter class.
-
Words Count Swing App – In this topic we’ll use swing with Java to make a simple word count app. We will count the words in the text field and change the color of the text in this app.
-
Calculator App – In this section we will be using Java programming to create a simple calculator to perform basic arithmetic operations.
Course Features
- Lectures 13
- Quizzes 0
- Duration 10 weeks
- Skill level All levels
- Students 49
- Assessments Yes
-
Introduction
-
Add Sub Multi using Text Fields
-
Checkbox_Example
-
AWT_Choice_Example
-
AWT_Events_Demo
-
Mouse_Listener_Example
-
Words_Count_Swing_App
-
Calculator_App
-
Conclusion