0% found this document useful (0 votes)
29 views34 pages

Ip File (1) Gui

This document contains details of 10 GUI applications created by a student. Each application is designed to perform different functions like arithmetic operations, ordering pizza, calculating shopping discounts, student results, login, selecting sports, voter eligibility, greetings, data forms, and job registration. It also includes 20 SQL queries to perform string operations and extract date/time components.

Uploaded by

Suman Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views34 pages

Ip File (1) Gui

This document contains details of 10 GUI applications created by a student. Each application is designed to perform different functions like arithmetic operations, ordering pizza, calculating shopping discounts, student results, login, selecting sports, voter eligibility, greetings, data forms, and job registration. It also includes 20 SQL queries to perform string operations and extract date/time components.

Uploaded by

Suman Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 34

Submitted To :

Ms. Rajinder Kaur


Submitted By :
SHREEYA JAIN
XII-ARTS

PRINCIPAL SIGNATURE

_______________________
1. GUI Application For Arithmetic Operators

Desing :-
Output :-

Control Type Control Name Functionality


jTextField txtFN Enter First Number
jTextField txtSN Enter Second Number
jTextField txtResult Show Result
jButton btnAdd Add
jButton btnSubtract Subtract
jButton btnMultiply Multiply
jButton btnDivide Divide
jButton btnClear Clear
jButton btnExit Exit
Coding :-
2. GUI Application For Pizza Cafe
Design :-

Pizza Quantity Extra Topping


Sweet Corn Pizza 1 Cheese
Onion Pizza 2 Olives
Paneer Pizza 3 Paneer
Capsicum Pizza 4 Sweet Corn
Burger Pizza 5 Pepper
Cheesy Pizza 6 Jalapeno
………….No Extra Toppings……….
Output :-

Control Type Control Name Functionality


jTextField txtName Customer Name
jTextField txtRate Show Rate Of Pizza
jTextField txtTop Show Rate Of Toppings
jTextField txtAmt Show Total Amount
jButton jButton2 Clear
jButton jButton3 Exit
jButton btnOrder Order
jComboBox jComboBox1 Type Of Pizza
jComboBox jComboBox2 Quantity
jComboBox jComboBox3 Extra Toppings
Coding :-
3. GUI Application For Shopping Mall Discount
Design :-

Output :-
Control Type Control Name Functionality
jTextField txtSA Submit Shopping Amount
jTextField txtDA Show Discount Amount
jTextField txtNA Show Net Amount
jButton btnDiscount Discount
jButton btnClear Clear
jButton btnExit Exit
jRadioButton rb1 HDFC
jRadioButton rb2 ICICI
jRadioButton rb3 Standard Chartered
jRadioButton rb4 Axis

Coding :-
4. GUI Application For Total ,Percentage & Grade

Design :-

Output :-
Control Type Control Name Functionality
jButton btnTPG Calculate
jTextField txtRN Roll No.
jTextField txtN Name
jTextField txtEnglish English Marks
jTextField txtMaths Maths Marks
jTextField txtPhysics Physics Marks
jTextField txtTotal Total Marks
jTextField txtPercentage Percentage
jTextField txtGrade Grade

Coding :-
5. GUI Application For Enter Password
Design :-

Output :-
Control Type Control Name Functionality
jTextField txtName Login ID
jPasswordField p1 Password
jButton btnSubmit Submit

Coding :-
6. GUI Application For Select Your Sports
Design :-

Output :-
Control Type Control Name Functionality
jButton btnExit Exit
jButton btnSelect Select
jTextField jTextField1 Show Amount
jList jList1 Show List

Coding :-
7. GUI Application For Eligible Voters
Design :-

Output :-
Control Type Control Name Functionality
jTextField txtAge Age
jButton btnTest Test
jLabel lTest Shows Test

Coding :-
8. GUI Application For Wish Me
Design :-

Output :-
Control Type Control Name Functionality
jButton btnGM Good Morning
jButton btnGA Good Afternoon
jButton btnGE Good Evening
jButton btnGN Good Night
jTextField txtName Name
jLabel lbResult Show Wishes

Coding :-
9. GUI Application For Data Form
Design :-

Output :-
Control Type Control Name Functionality
jButton btnGenerate Generate
jTextArea jTextArea1 Show Data
jTextField txtTitle Title
jTextField txtFirst First Name
jTextField txtLast Last Name
jTextField txtClass Class
jTextField txtSection Section

Coding :-
10. GUI Application For Registration For Job
Design :-

Output :-
Control Type Control Name Functionality
jCheckBox chk1 Male
jCheckBox chk2 Female
jRadioButton rb1 Intermediate
jRadioButton rb2 Graduate
jRadioButton rb3 Post Graduate
jButton btnSubmit Submit
jButton btnClear Clear
jTextField txtName Name

Coding :-
1. Query To Select Char

2.Query To Select Ascii


3.Query To Select Round Off

4. Query To Select Modulus

5. Query To Concat
6. Query To Remove Extra Space From Right

7. Query To Remove Extra Space From Left

8. Query To Display Data In Upper Case


9. Query To Display Data In Lower Case

10. Query To Select In-String

11. Query To Select Sub-String


12. Query To Select Length Of String

13. Query To Select Power

14. Query To Concat (Null)


15. Query To Remove Extra Space

16. Query To Truncate

17. Query To Show Current Date And Time


18. Query To Select Only Date From Date & Time

19. Query To Select Year From YYY-MM-DD


20. Query To Show Current Date

You might also like