Class AdvancedProxySettingsPane

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
net.sourceforge.jnlp.controlpanel.AdvancedProxySettingsPane
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class AdvancedProxySettingsPane extends JPanel
This is the pane that modifies the proxy settings in more detail.
See Also:
  • Field Details

    • properties

      public static String[] properties
      List of properties used by this panel
  • Constructor Details

    • AdvancedProxySettingsPane

      public AdvancedProxySettingsPane(JDialog parent, DeploymentConfiguration config)
      Creates a new instance of the proxy settings panel.
      Parameters:
      parent - JDialog this is associated with.
      config - Loaded DeploymentConfiguration file.
  • Method Details

    • focusOnDefaultButton

      public void focusOnDefaultButton()
      Put focus onto default button.