Hello All, I'm not very good at Java...
With this piece of Java code, how could I modify the StyleOptions.ja va program to allow the user to specify the size of the font, while using the text field to obtain the user’s input.
Thanks.
-----------------------------------------------------------------
import javax.swing.*;
import java.awt.*;
import java.awt.event. *;
public...