Question: Need help coding this. Lab 10.1.3 Creating a custom frame class the The goal of this problem is to repackage most of the previous code


Need help coding this.
Lab 10.1.3 Creating a custom frame class the The goal of this problem is to repackage most of the previous code as a class that extends JFrame. Build a class called PMyCustomFrame that extends JFrane. The class should contain instance variables for the button and t label, as well as constants for the frame width and height. The constructor should call a private helper method, createcomponents(), that instantiates the button, the label, and the panel. The helper method should also add the button and the label to the panel, and add the panel to the frame. After creating the components, the constructor should set the size of the frame. Test your class with the viewer code below. import javax.swing. JFrame; public class MyCustomFraneViever public static void main(Stringt ares) tyCustomFrame frame-new yCustonFrame): frame.setTitle(y first frome frame.setDefaultCloseoperation Frame.EXIT ON CLOSE); frame.setVisible(true)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
