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 - Show browser icons in the web browser combo box in Tools | Options | General
Summary: Show browser icons in the web browser combo box in Tools | Options | General
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-28 06:49 UTC by Petr Jiricka
Modified: 2013-06-30 21:26 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.