Directory

← Back

BorderLayout

BorderLayout

Author

Rating

Popularity

<100

java.awt.BorderLayout like layout for Vaadin

Sample code

bl = new BorderLayout();
mainWindow.addComponent(bl);

bl.addComponent(components[0], BorderLayout.Constraint.NORTH);
bl.addComponent(components[1], BorderLayout.Constraint.SOUTH);
bl.addComponent(components[2], BorderLayout.Constraint.CENTER);
bl.addComponent(components[3], BorderLayout.Constraint.EAST);
bl.addComponent(components[4], BorderLayout.Constraint.WEST);

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Experimental release. In progress to make this more similar to Swing's BorderLayout. Not quite there yet...

Released
2018-03-21
Maturity
BETA
License
Apache License 2.0

Compatibility

Framework
Vaadin 8.0+
Vaadin 7.7+ in 0.7
Vaadin 7.1+ in 0.6
Vaadin 7.0 in 0.5
Vaadin 6.0+ in 0.3
Browser
Firefox
Safari
Google Chrome
Internet Explorer

BorderLayout - Vaadin Add-on Directory

BorderLayout BorderLayout - Vaadin Add-on Directory
java.awt.BorderLayout like layout for Vaadin
Online