public class InfoPanel
extends java.lang.Object
Constructor and Description |
---|
InfoPanel() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.awt.Component comp,
boolean fill) |
void |
add(java.awt.Component comp,
boolean fill,
int anchor,
int weight) |
void |
add(java.awt.Component comp,
int anchor) |
void |
addGap(int width) |
void |
addGlue() |
javax.swing.JLabel |
addLabel(java.lang.String title) |
javax.swing.JLabel |
addLabel(java.lang.String title,
int width) |
javax.swing.JLabel |
addLabel(java.lang.String title,
int width,
boolean fill) |
void |
addSeparator() |
void |
clear() |
void |
clearAllLabels() |
void |
displayText(java.lang.String title,
java.lang.String text) |
void |
displayText(java.lang.String title,
java.lang.String text,
javax.swing.Icon icon) |
public void clear()
public void addSeparator()
public javax.swing.JLabel addLabel(java.lang.String title, int width)
public javax.swing.JLabel addLabel(java.lang.String title)
public javax.swing.JLabel addLabel(java.lang.String title, int width, boolean fill)
public void add(java.awt.Component comp, boolean fill)
public void add(java.awt.Component comp, int anchor)
public void add(java.awt.Component comp, boolean fill, int anchor, int weight)
public void addGap(int width)
public void addGlue()
public void displayText(java.lang.String title, java.lang.String text)
public void displayText(java.lang.String title, java.lang.String text, javax.swing.Icon icon)
public void clearAllLabels()