java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
com.marginallyclever.communications.application.ChooseConnectionPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ChooseConnectionPanel extends JPanel
A panel that allows the user to open and close a connection to a SessionLayer.
See Also:
  • Field Details

  • Constructor Details

    • ChooseConnectionPanel

      public ChooseConnectionPanel()
  • Method Details

    • getNetworkSession

      public SessionLayer getNetworkSession()
    • setNetworkSession

      public void setNetworkSession(SessionLayer s)
    • closeConnection

      public void closeConnection()
    • addActionListener

      public void addActionListener(ActionListener a)
    • removeActionListener

      public void removeActionListener(ActionListener a)
    • main

      public static void main(String[] args)