### It's a good idea to save the following in the config file. There's a class for it. # Make the following fields work: - Font (Make sure to check if the font exists) - Font size # Make the following new fields: - Paper width - Paper height - Label width - Label max height # While you're at it... - Try to move the "Press enter..." JLabel to the top of the panel. Also make it green. - Make some getters and setters in the MusicBrainzLabelGenerator class to make it all work. - Rename the font panel to the printer settings panel - Add default values in the JSON files so you don't cause issues
It's a good idea to save the following in the config file. There's a class for it.
Make the following fields work:
Make the following new fields:
While you're at it...