Class SampLoad

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class SampLoad extends JDialog
Dialog window for sending a fixed load-type message to a selected client or clients. This is intended for use as a small free-standing SAMP client that for instance can be used as a browser helper application.

A main method is supplied for command-line use.

Since:
21 Aug 2019
Author:
Mark Taylor
See Also:
  • Constructor Details

    • SampLoad

      public SampLoad(GuiHubConnector connector, ResourceType rtype, URL url, String location)
      Constructor.
      Parameters:
      connector - connector
      rtype - resource type
      location - location of item being sent (for user info)
      URL - resource URL
      sendType - type of item being sent (for user info)
  • Method Details