Uses of Class
jexer.TPanel
-
Packages that use TPanel Package Description jexer Jexer - Java Text User Interface libraryxtwm.plugins Plugins that extend the function of the desktop. -
-
Uses of TPanel in jexer
Methods in jexer that return TPanel Modifier and Type Method Description TPanel
TWidget. addPanel(int x, int y, int width, int height)
Convenience function to add a panel to this container/window. -
Uses of TPanel in xtwm.plugins
Fields in xtwm.plugins declared as TPanel Modifier and Type Field Description protected TPanel
ScreensaverPlugin. passwordPanel
The password panel.
-