Class NatTestWindow

java.lang.Object
com.biglybt.ui.swt.nat.NatTestWindow

public class NatTestWindow extends Object
  • Field Details

    • display

      org.eclipse.swt.widgets.Display display
    • bTestTCP

      org.eclipse.swt.widgets.Button bTestTCP
    • bTestUDP

      org.eclipse.swt.widgets.Button bTestUDP
    • bApply

      org.eclipse.swt.widgets.Button bApply
    • bCancel

      org.eclipse.swt.widgets.Button bCancel
    • textResults

      org.eclipse.swt.custom.StyledText textResults
    • serverTCPListenPort

      int serverTCPListenPort
    • serverUDPListenPort

      int serverUDPListenPort
  • Constructor Details

    • NatTestWindow

      public NatTestWindow()
  • Method Details

    • printMessage

      public void printMessage(String message)