Dr. M.K.K Arya Model School IT Practical Information Technology (802) Class XI
Dr. M.K.K Arya Model School IT Practical Information Technology (802) Class XI
Dr. M.K.K Arya Model School IT Practical Information Technology (802) Class XI
1. Design the following form and display personalised code in the text field.
2. Display Title using Radio Buttons
7. Grade Calculator
8. Scholarship Eligibility Calculator
if (jList1.isSelectedIndex(5)==true)
{
Total=Total+260;
JOptionPane.showMessageDialog(this,"Chhole Kulche Ordered Rs.260");
}
if (jList1.isSelectedIndex(6)==true)
{
Total=Total+260;
JOptionPane.showMessageDialog(this,"Chowmein Ordered Rs.260");
}
jTextField1.setText(Integer.toString(Total));
}