Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Proposal for new BorderLayout, comments/review welcome

The existing SWT Layouts always has bugged me in certain situations and as I recently got mad again about GridLayout not capable of fulfill my layout demands I remembered the good old Swing BorderLayout that always was powerful and easy to use.

Thus I have created a fresh SWT implementation of it and this instantly solved my issues, but I think its of general interest for other developers as well thus I'd like to contribute this to be included in SWT by default.

If you also think it's useful or just like reviewing new code (a screenshot and snippet is available), please visit the bug[1] and leave a comment or catch up at the review[2].

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=577922
[2] https://git.eclipse.org/r/c/platform/eclipse.platform.swt/+/189048


Back to the top