Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
Also, Minimumsize setzen....When the user is resizing the Components the minimum size of the Components is used to determine the maximum/minimum position the Components can be set to.
jsp.setMinimumSize(new Dimension( 0, 0));
jsp.setMaximumSize(new Dimension(100,100));
When the user is resizing the Components the minimum size of the Components is used to determine the maximum/minimum position the Components can be set to.