i3mclient.i3m
Class ComicGUI
java.lang.Object
|
+--i3mclient.i3m.ComicGUI
- All Implemented Interfaces:
- DisposeListener, EventListener, org.eclipse.swt.internal.SWTEventListener
- public class ComicGUI
- extends Object
- implements DisposeListener
Display a comic in a window.
- Author:
- Dirk Plate
|
Constructor Summary |
ComicGUI(Shell parentWindow,
byte[] comicBytes)
Constructor. |
ComicGUI
public ComicGUI(Shell parentWindow,
byte[] comicBytes)
- Constructor.
- Parameters:
parentWindow - The parent window of the new created comic-shell.comicBytes - The comic as byte array which will be shown in the comic-shell.
widgetDisposed
public void widgetDisposed(DisposeEvent arg0)
- Specified by:
widgetDisposed in interface DisposeListener