harvardinformatics / JAuth

Java GUI client to generate Google authentication codes
MIT License
198 stars 50 forks source link

Make LCD window big: 3x larger than original - for high-DPI screens. #25

Closed wizardismyname closed 2 years ago

wizardismyname commented 2 years ago

Resizing factor is adjustable: 1x, 2x , 3x, 4x, etc You can easily change resizing factor in source code and recompile: private static int ResizeMultiplier = 3;