You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `JComboBox` is asking what is the data type for every instance of it. So, in this case:
private final JComboBox<String> fontType;
private final JComboBox<Integer> fontSize;
and,
fontType = new JComboBox<String>( );
fontSize = new JComboBox<Integer>( );
0 commit comments