Uses of Class
org.jdesktop.swingx.error.ErrorLevel
-
Packages that use ErrorLevel Package Description org.jdesktop.swingx.error Contains classes and interfaces used by theJErrorPane
component. -
-
Uses of ErrorLevel in org.jdesktop.swingx.error
Fields in org.jdesktop.swingx.error declared as ErrorLevel Modifier and Type Field Description static ErrorLevel
ErrorLevel. FATAL
FATAL is a message level indicating a catastrophic failure that should result in the immediate termination of the application.
-