This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 92217 - Cut off custom Proxy Customizer and use shared Proxy Settings UI
Summary: Cut off custom Proxy Customizer and use shared Proxy Settings UI
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 14:14 UTC by Jiri Rechtacek
Modified: 2007-01-10 14:14 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2007-01-10 14:14:32 UTC
Since issue 75856 is fixed you can replace your custom Proxy Settings customizer
with shared Proxy Settings UI. This UI is provided by the dialog
Tools->Options|General. If you need to invoke this dialog from your code then
call: <code>OptionsDisplayer.getDefault ().open ("General");</code>
Note that you have to add the module _Options Dialog and SPI_ among your Libraries.