Hi,
I like like to setup an automatic scaling for each GUI element in a resizable window
# frame.setResizable(true);
and the ability to add a minimal window size by GUI Builder.
# import java.awt.Dimension;
# frame.setMinimumSize(new Dimension(480, 320));
Regards,
Ettore Atalan
This feature would have to be part of the G4P library rather than this tool. Unfortunately it is not possible to implement this efficiently for Processing.