Application: Create an application with a JFrame that holds five labels describing reasons that acustomer might not buy your product (for instance, "Too expensive").
Every time the user clicks a JButton, remove one of the negative reasons. Save the file as JDemoResistance.java.
This has been asked before, but the codes are not complete or don't compile. Answer this question and show each and every step with example.