rero.gui.windows
public interface ClientWindow
Method Summary | |
---|---|
void | activate() |
void | addWindowListener(ClientWindowListener l) |
void | closeWindow() |
String | getTitle() |
boolean | isIcon() |
boolean | isMaximum() |
boolean | isSelected() |
void | setContentPane(Container c) |
void | setIcon(ImageIcon i) |
void | setIcon(boolean b) |
void | setMaximum(boolean b) |
void | setTitle(String title) |
void | show() |