EtienneLamoureux / sc-trade-companion

Companion application for SC Trade Tools
https://sc-trade.tools
GNU General Public License v3.0
28 stars 7 forks source link

Improve UI #37

Closed EtienneLamoureux closed 9 months ago

EtienneLamoureux commented 9 months ago

Fix #16 Fix #27

EtienneLamoureux commented 9 months ago

@Mvb1122 I salute your proof-of-concept work on the UI, it helped me a lot to get this PR done! After merging and looking over your code, with the work on windows resizing, I stumbled upon Swing Layouts, which do a very good job of what you had accomplished. I opted to change the implementation to using those. I think you'll agree they clean-up the more manual heavy-lifting quite well!

Mvb1122 commented 9 months ago

Thanks, in the past when I've used it, it never seems to aesthetically work for me, so I opted for a null layout during my work. Nonetheless, thanks for allowing me to help you creatively.