so I've tried out eclipse's windowbuilder which i downloaded from here: https://www.eclipse.org/windowbuilder/download.php
And i just tried to make a window with a button but when i launch it the window starts minimized... is the problem how i am starting it?:
public static void main(String[] args) {
test4 test = new test4();
test.setVisible(true);
}
test4 is a superclass of JFrame by the way.
Please answer! Thanks, Daniel