No products in the cart.

Mr. Ram kishore the owner of …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Mr. Ram kishore the owner of the kiddi land enterprise has asked hos programmer Saumya to develop the following gui in netbeans
  • 2 answers

Amit Mehta 5 years, 1 month ago

Html

Gaurav Seth 5 years, 1 month ago

(i) jTextField4.setText("0");

jTextField5.setText("0");

jTextField4.setEditable(false);

jTextField5.setEditable(false);

(ii) double discount = 0.0 ;

double billAmount = Double.

parseDouble(jTextField2.getText());

if(jRadioButton1.isSelected())

discount = 0.20;

if(jRadioButton2.isSelected())

discount = 0.15;

if(jRadioButton3.isSelected())

discount = 0.10;

jTertField3.setText(billAmount * discount + " ")

if (billAmount > 25000)

jTextField4.setText(billAmount * 0.05+ " ");

jButton2.setEnabled(true);

(iii) doube netAmount = Double.

parseDouble(jTextField2.getText()) - Double.

parseDouble(jTextField3.getText()) -Double.

parseDouble(jTextField4.getText());

jTextField5.setText(netAmount + " ");

http://mycbseguide.com/examin8/

Related Questions

Founder of python
  • 2 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App