Add 'src/jexer/' from commit 'cf01c92f5809a0732409e280fb0f32f27393618d'
[fanfix.git] / src / jexer / demos / DemoMsgBoxWindow.java
index c2d4ff61e8d5baf49cb59216ed9c96af222681b4..0485f5184195a1a836f5842d1cda069ebe937dd6 100644 (file)
@@ -36,6 +36,7 @@ import jexer.TApplication;
 import jexer.TInputBox;
 import jexer.TMessageBox;
 import jexer.TWindow;
+import jexer.layout.StretchLayoutManager;
 import static jexer.TCommand.*;
 import static jexer.TKeypress.*;
 
@@ -73,6 +74,9 @@ public class DemoMsgBoxWindow extends TWindow {
         // will be centered on screen.
         super(parent, i18n.getString("windowTitle"), 0, 0, 64, 18, flags);
 
+        setLayoutManager(new StretchLayoutManager(getWidth() - 2,
+                getHeight() - 2));
+
         int row = 1;
 
         // Add some widgets