#33 expose SwingComponent
[fanfix.git] / src / jexer / backend / SwingSessionInfo.java
index b19c60f6a38e183b95781e46dbe8e12d116ddb89..6d1c644fd5498ad571031fbe8830a8a81985288b 100644 (file)
@@ -207,4 +207,13 @@ public class SwingSessionInfo implements SessionInfo {
         this.textHeight = textHeight;
     }
 
+    /**
+     * Getter for the underlying Swing component.
+     *
+     * @return the SwingComponent
+     */
+    public SwingComponent getSwingComponent() {
+        return swing;
+    }
+
 }