org.gudy.azureus2.ui.swt.mainwindow
Class SystemWarningWindow

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.mainwindow.SystemWarningWindow

public class SystemWarningWindow
extends Object

Author:
TuxPaper

Field Summary
static int numWarningWindowsOpen
           
 
Constructor Summary
SystemWarningWindow(LogAlert logAlert, org.eclipse.swt.graphics.Point ptBottomRight, org.eclipse.swt.widgets.Shell parent, int historyPosition)
           
 
Method Summary
protected  void openWindow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numWarningWindowsOpen

public static int numWarningWindowsOpen
Constructor Detail

SystemWarningWindow

public SystemWarningWindow(LogAlert logAlert,
                           org.eclipse.swt.graphics.Point ptBottomRight,
                           org.eclipse.swt.widgets.Shell parent,
                           int historyPosition)
Method Detail

openWindow

protected void openWindow()