mastodon-sc / mastodon

Mastodon – a large-scale tracking and track-editing framework for large, multi-view images.
BSD 2-Clause "Simplified" License
66 stars 20 forks source link

Simplify the MainWindow using MigLayout #197

Closed maarzt closed 1 year ago

maarzt commented 1 year ago

This a very simple PR, addressing the layout manager used in the Mastodon's main window.

Currently GridBagLayout is used to arrange all the buttons. This works very nicely, but the code is a little complicated. The code becomes simpler if MigLayout is used instead. The layout remains the same.