Page 231 - CTS - CSA TP - Volume 2
P. 231
COMPUTER SOFTWARE APPLICATION - CITS
Related Exercises
1 Create a Login Form using AWT:
Design a simple login form with two TextFields (for username and password), a Button (for login), and display
a message using a Label based on the login attempt.
2 Calculator Application using AWT:
Build a basic calculator application with buttons for digits, arithmetic operations, and a TextField to display the
result.
3 Temperature Converter:
Create a temperature converter application using AWT. Include TextFields for input and output, Buttons for
conversion between Celsius and Fahrenheit, and a Label to display the result.
4 Student Registration Form:
Design a student registration form with TextFields for entering student details such as name, roll number,
and a Choice component for selecting the course. Use a Button to submit the form and display the entered
information in a TextArea.
5 Simple Drawing App:
Develop a simple drawing application using AWT. Include buttons for selecting different shapes (e.g., line,
circle, rectangle) and a Canvas to draw these shapes. Implement event handling to draw the selected shape
when the user clicks on the Canvas.
6 Password Strength Checker:
Create a password strength checker using AWT. Include a TextField for entering the password, a Button to
check the strength, and a Label to display the result (e.g., Weak, Medium, Strong).
7 Image Viewer:
Build a basic image viewer using AWT. Include buttons for opening an image, zooming in/out, and scrolling
through multiple images. Display the selected image in a Canvas.
8 Chat Application:
Design a simple chat application with TextAreas for displaying chat history and entering messages, a Button
to send messages, and a TextField for entering the username.
9 File Explorer:
Create a basic file explorer using AWT components. Include a List or TextArea to display the list of files in a
directory and buttons for navigating through directories.
10 Color Picker:
Develop a color picker application using AWT. Include sliders for adjusting RGB values, a Canvas to display
the selected color, and a TextField to show the hexadecimal color code
216
CITS : IT & ITES - Computer Software Application - Exercise 119