Hello,

My idea is to create a drop down menu from where I can choose between a few fonts and font styles.

Here is the code which I use:


import java.awt.event.*;
import java.awt.*;
import...