GUI: reworked battlefield panels to use layouts and dynamic settings (no needs in NetBeans to modify it, no needs in size calculations, improved positions and sizes, deleted outdated code);

This commit is contained in:
Oleg Agafonov 2024-08-05 19:00:42 +04:00
parent 546fc1ed9a
commit f105828e1c
9 changed files with 98 additions and 728 deletions

View file

@ -46,7 +46,6 @@ import java.util.prefs.Preferences;
*/
public class PreferencesDialog extends javax.swing.JDialog {
// TODO: add chat font changes in real time (current code require to app restart)
// TODO: fix card hand size (hand panel can't show full card on too big values - must use auto-height)
private static final Logger logger = Logger.getLogger(PreferencesDialog.class);