JTextArea font won't change
843804Aug 2 2005 — edited Aug 2 2005I know this problem has been answered in similar form previously., but my version is a little different. I have a JList of fonts. When a font is selected on the list, changes should be applied to a JTextArea. I have my <JTextArea>.setFont(Font f) command in the valueChanged method of my class. However, the font does not change, neither visually nor internally. What's the problem? Thanks in advance for all help.