Package org.fest.swing.applet
Interface StatusDisplay
- All Known Implementing Classes:
AppletViewer
public interface StatusDisplay
Understands how to display the state of an applet.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
showStatus
(String status) Displays the given status message.
-
Method Details
-
showStatus
Displays the given status message.- Parameters:
status
- the status to display.
-