write a program that displays editable bar graphs. the gui has two horizontal panels. the right panel contains textfields with numbers. the left panel contains corresponding horizontal bar graphs that graphically show the value of the numbers on the left. use a rectangle with the width (in pixels) equal to the numbers from the textfield, but no higher than 100 pixels.