Home
last modified time | relevance | path

Searched refs:useAutoProxyConfigScript (Results 1 – 1 of 1) sorted by relevance

/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/controlpanel/
H A DNetworkSettingsPanel.java173 …JRadioButton useAutoProxyConfigScript = new JRadioButton(Translator.R("NSAutoProxy"), config.getPr… in addComponents() local
174 useAutoProxyConfigScript.setActionCommand("2"); in addComponents()
175 useAutoProxyConfigScript.addActionListener(this); in addComponents()
184 modeSelect.add(useAutoProxyConfigScript); in addComponents()
216 settingPanel.add(useAutoProxyConfigScript, c); in addComponents()