Merge pull request #129 from Sethtroll/fixminsize
Fix for minimum client size
This commit is contained in:
@@ -63,6 +63,7 @@ public final class ClientUI extends JFrame
|
|||||||
private void init() throws Exception
|
private void init() throws Exception
|
||||||
{
|
{
|
||||||
setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
|
setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
|
||||||
|
setMinimumSize(new Dimension(PANEL_WIDTH, PANEL_HEIGHT));
|
||||||
|
|
||||||
addWindowListener(new WindowAdapter()
|
addWindowListener(new WindowAdapter()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user