Using reflection in settings to obtain web browser from core settings more reliably (#31250) release35-BLD200304241640
authorrkubacki@netbeans.org
Wed, 26 Feb 2003 13:43:13 +0000
changeset 120834f43eda7851
parent 1207 0df8618b615f
child 1209 a52f6822039f
Using reflection in settings to obtain web browser from core settings more reliably (#31250)
web/arch/arch-web-core.xml
     1.1 --- a/web/arch/arch-web-core.xml	Tue Feb 25 04:07:43 2003 +0000
     1.2 +++ b/web/arch/arch-web-core.xml	Wed Feb 26 13:43:13 2003 +0000
     1.3 @@ -437,7 +437,9 @@
     1.4          </question>
     1.5  -->
     1.6  <answer id="exec-privateaccess">
     1.7 -No.
     1.8 +It accesses core settings for preffered web browser by calling 
     1.9 +<code>org.netbeans.core.IDESettings.getWWWBrowser</code> to obtain system preference
    1.10 +and listen to its changes.
    1.11  </answer>
    1.12  
    1.13