| javax.swing.JLabel com.jeta.swingbuilder.gui.components.TSCell
TSCell | public class TSCell extends JLabel (Code) | | A cell is used in a TSStatusBar. It represents a single cell on the bar. A
bar is made up as follows: [cell1][cell2]...[cellN]
author: Jeff Tassin |
isMain | public boolean isMain()(Code) | | a flag if this cell is the main cell |
setMain | public void setMain(boolean bMain)(Code) | | Sets this cell as the main cell on the status bar. Only one cell can be
the main cell. Setting more than one cell as main will lead to undefined
behavior.
|
|
|