From: Jussi Koskela Date: Mon, 21 Nov 2016 08:21:09 +0000 (+0200) Subject: Introduce WrapLayout to replace FlowLayout X-Git-Tag: v1.25.0~43 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=ac5f1da15cc639da880fea86a7b828c8fa2e1b7e;hp=ac5f1da15cc639da880fea86a7b828c8fa2e1b7e Introduce WrapLayout to replace FlowLayout FlowLayout does not really flow components into separate lines when they overrun their horizontal space. WrapLayout does this. Also moved the contents of org.simantics.utils.ui.awt into org.simantics.utils.ui.internal.awt since that code was never meant for public use. Moved WrapLayout into org.simantics.utils.ui.awt and published that package. refs #6814 Change-Id: I65600f9a5edff021ab011d980bb3352f6141177f ---