color chooser widget
[nikiroo-utils.git] / src / jexer / TWindow.java
index bfb09017f75fd615aa4422e2c56c0411bb7ee997..c7b59c82ab5d9d19a90f843668c6695c03c122b5 100644 (file)
@@ -398,7 +398,7 @@ public class TWindow extends TWidget {
      *
      * @return the border color
      */
-    private CellAttributes getBorder() {
+    public CellAttributes getBorder() {
         if (!isModal()
             && (inWindowMove || inWindowResize || inKeyboardResize)
         ) {