Coders Packet

JAVAFX APPLICATION FOR AN INSURANCE COMPANY

By G.GAYATHRI

I HAVE USED JAVAFX TO BUILD THIS APPLICATION. IT CALCULATES THE COST AS PER WHAT WE CHOOSE. WE CAN FURTHER INCLUDE OTHER CHECKBOXES OR BUTTONS IF NEEDED.

I have written a JavaFX application that allows the user to choose insurance options. I Used a ToggleGroup to allow the user to select only one of two insurance types—HMO(health maintenance organization) or PPO (preferred provider organization). Used CheckBoxes for dental insurance and vision insurance options; the user can select one option, both options, or neither option. As the user selects each option, it displays its name and price in a text field; the HMO costs $200 per month, the PPO costs $600 per month, the dental coverage adds $75 per month, and the vision care adds $20 per month. I saved the application as FXInsurance.java.

Download Complete Code

Comments

No comments yet

Download Packet

Reviews Report

Submitted by G.GAYATHRI (gayathri2315)

Download packets of source code on Coders Packet