Tagged Questions
2
votes
3answers
88 views
Assigning Insets from an Array - Java
I have the following code which uses one of the JTextAreas from an array of such Objects to assign the Insets of a JTextArea for my program. The code is as follows:
import javax.swing.*;
import ...