TButton and TLabel
[nikiroo-utils.git] / src / jexer / TWindow.java
index 8634b2a9227c2e1bb17ab0ae01b08fcbd5268fff..d57b844d7d4408c4c14c70e4076914782bc90f4a 100644 (file)
@@ -372,7 +372,7 @@ public class TWindow extends TWidget implements Comparable<TWindow> {
      *
      * @return the background color
      */
-    private CellAttributes getBackground() {
+    public final CellAttributes getBackground() {
         if (!isModal()
             && (inWindowMove || inWindowResize || inKeyboardResize)
         ) {