[Launcher] Minimum size not set
I think the picture attached describes it best.
An easy fix would be something like:
mainFrame.setMinimumSize(minW, minH);
Where mainFrame is the main JFrame, minW and minH are ints which represent the minimum width and height you'd like to apply to mainFrame.