Java Swing does not reliably pick up desktop display scaling on every Linux session (tiny text on HiDPI laptops). Detect the display scale from the default GraphicsConfiguration transform (falling back to screen DPI) and multiply all font sizes by it, plus the window size. Add live zoom via Ctrl +/-/0 as a guaranteed manual override. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>