Problem
Write a Swing program to display the name of your school in a variety of fonts and sizes. The interface should include a JTextPane, a Font combo box, and a Font Size combo box. Use the insertString() method to display the name in the JTextPane. Use at least two different fonts and three different sizes in the respective combo boxes. When the program runs, choosing different items from the combo boxes should change the display.