|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ak.err.ErrBox
Class ErrBox is implementaion of an application message-box. (e.g. Info-Box / Question-box / Warning-Box/... ) The layout of the Error-Box is dependent on choosen action-method.
Field Summary | |
(package private) java.awt.Component |
comp
|
Constructor Summary | |
ErrBox()
Default constructor: |
Method Summary | |
boolean |
show(java.lang.String sMSG)
This method displays a simple dialog-box(no icon, one button): |
boolean |
show(java.lang.String sMSG,
int nButton,
int nIcon)
This method displays the dialog-box: int nButton(number of buttons= 1 or 2) int nIcon(the Icon-style) see below: ----------------------------------------------- Message types. ( |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.awt.Component comp
Constructor Detail |
public ErrBox()
Method Detail |
public boolean show(java.lang.String sMSG)
public boolean show(java.lang.String sMSG, int nButton, int nIcon)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |