Write down the source java code of the GUI shown by the pictures below. Make sure that the Create Account button creates the DebitCard object and displays it in New Balance label of the current...


Write down the source java code of the GUI shown by the pictures below.


Make sure that the Create Account button creates the DebitCard object and displays it in New Balance label of the current balance.


Clicking the buttons Deposit , Withdaw and calc interest should display in the New Balance label the updated balance. Write down all the codes of those buttons and textfield for it to work.


Also display an error message if there is an error in any of the transaction.


NewJFrame.java x<br>Palette x<br>Source Design History<br>O Tool Bar<br>E Desktop Pane<br>Internal Frame<br>Layered Pane<br>The Preview Design button (in the toolbar) enables you to test the design of the form.<br>B Swing Controls<br>abel Label<br>OK Button<br>The Help Bar displays context sensitive hints for your GUI design.<br>Ou foggie butto<br>Check Box<br>Input Account Number<br>Create Account<br>- Radio Button<br>Button Group<br>Input Account Name<br>Combo Box<br>List<br>Text Field<br>tx Text Area<br>Input Balance<br>Other Components - Properties x<br>New Balance<br>jLabel8<br>Deposit<br>Input Ammount<br><No Properties><br>Withdraw<br>jLabel7<br>Calc Interest<br>Other Components<br>Output - Run (NetbeansGUI_CLARO) x<br>DD<br>exec-maven-plugin:3.0.0:exec (default-cli) @ Netbeans GUI_CLARO<br>Picked up<br>JAVA_OPTIONS: -Xmx25 €M<br>BUILD SUCCESS<br>Total time :<br>56.113 s<br>Finished at: 2022-03-04T12:43:31+08:00<br>

Extracted text: NewJFrame.java x Palette x Source Design History O Tool Bar E Desktop Pane Internal Frame Layered Pane The Preview Design button (in the toolbar) enables you to test the design of the form. B Swing Controls abel Label OK Button The Help Bar displays context sensitive hints for your GUI design. Ou foggie butto Check Box Input Account Number Create Account - Radio Button Button Group Input Account Name Combo Box List Text Field tx Text Area Input Balance Other Components - Properties x New Balance jLabel8 Deposit Input Ammount Withdraw jLabel7 Calc Interest Other Components Output - Run (NetbeansGUI_CLARO) x DD exec-maven-plugin:3.0.0:exec (default-cli) @ Netbeans GUI_CLARO Picked up JAVA_OPTIONS: -Xmx25 €M BUILD SUCCESS Total time : 56.113 s Finished at: 2022-03-04T12:43:31+08:00
Design a GUI using the following control: label, text field, button, checkbox, radio<br>button, combox box and list box.<br>Objectives:<br>Description<br>1. Create a project with your project name NetbeansGUI_YOURFAMILYNAME. Create a GUI as<br>shown below.<br>Input Account Number<br>Create Account<br>Button<br>Input Account Name<br>Textfields<br>Input Balance<br>Label<br>New Balance<br>Input Amount<br>Deposit<br>Buttons<br>Withdraw<br>Calc Interest<br>Textfield<br>Label (Error Message)<br>2. Add your DebitCard class in this project.<br>3. Click button Create Account creates the DebitCard object and displays in New Balance<br>the current balance. After creating the object, disable the button Create Account and<br>textfields in the create account panel. Display an error message if the input entered are<br>invalid.<br>4. Clicking buttons Deposit, Withdraw and Calc Interest will display in New Balance the<br>updated balance. Display error message if there is an error in any of the transaction.<br>

Extracted text: Design a GUI using the following control: label, text field, button, checkbox, radio button, combox box and list box. Objectives: Description 1. Create a project with your project name NetbeansGUI_YOURFAMILYNAME. Create a GUI as shown below. Input Account Number Create Account Button Input Account Name Textfields Input Balance Label New Balance Input Amount Deposit Buttons Withdraw Calc Interest Textfield Label (Error Message) 2. Add your DebitCard class in this project. 3. Click button Create Account creates the DebitCard object and displays in New Balance the current balance. After creating the object, disable the button Create Account and textfields in the create account panel. Display an error message if the input entered are invalid. 4. Clicking buttons Deposit, Withdraw and Calc Interest will display in New Balance the updated balance. Display error message if there is an error in any of the transaction.
Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here