JDK-6765065 : Security Warning needs better icons
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6u10
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-10-29
  • Updated: 2011-01-19
  • Resolved: 2008-12-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u12 b02Fixed
Related Reports
Relates :  
Description
The security warning uses triangle icons to represent itself on the screen. As of now (see 6749517 and 6693253), the warning uses 16x16 icons. There are two problems with them:
1. The icons themselves look somewhat ugly.
2. There's only one size of the icon in the AWT library which brings problems when resizing the icon (since the AWT uses the size of the system window controls - close, maximize buttons, etc. - to set the size of the security warning).

Comments
EVALUATION The latest icons are attached in the security-icons.zip file.
21-11-2008

EVALUATION The AWT library needs to contain the icons of the following sizes: 16x16, 24x24, 32x32, 48x48. The new icons are attached. They're currently drawn in the .SVG format, so should need arise to have them in other sizes, we can easily make the resized images.
29-10-2008