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 231975

Summary: Show browser icons in the web browser combo box in Tools | Options | General
Product: platform Reporter: Petr Jiricka <pjiricka>
Component: Options&SettingsAssignee: Theofanis Oikonomou <theofanis>
Status: NEW ---    
Severity: normal CC: dkonecny
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Jiricka 2013-06-28 06:49:43 UTC
1. Go to Tools | Options | General tab

In the Web Browser combo box, it would be useful to show browser icons as we currently do for the browser switcher in the toolbar and project properties of web projects. I.e., if you create a web-related project (HTML5 project, PHP project, Ant-based Java web project or Maven-based Java web project), you see the browser switcher shows the icon for the browser that is selected for this project. This switcher with icon is also replicated in project properties of all these projects.

Showing the icon also in Tools | Options would make these two pieces of UI consistent.
Comment 1 David Konecny 2013-06-30 21:26:03 UTC
Technically this may not be straightforward. Theofanis, there are two APIs for for dealing with browsers. Old openide one (org.openide.awt.HtmlBrowser.*) and new one which was introduced as part of project Easel (web.browser.api). And unfortunately the icons used by Browser Switcher are defined in newer API.