Write a Java program that constructs an Applet.
FireworkControlPane represents one pane containing one “Start”button, one “Stop button, a Color Picker, and one “Speed” slider,and one “Beam Num” slider. In ControlPane, two objects ofFireworkControlPane are created, one to control a firework with redcolor initially, and another to control a firework with blue colorinitially. Thus your GUI should have four buttons (two Startbuttons and two Stop buttons), two color pickers, and four sliders(two Speed sliders and two Bean Num sliders). For eachFireworkControlPane, the start button, the stop button, and thecolor picker should be organized vertically, and on their righthand side, there should
OR
OR