JDK-4224082 : Do not show the icon in JDialog caption.
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0,1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1999-03-25
  • Updated: 2000-03-17
  • Resolved: 2000-03-17
Related Reports
Duplicate :  
Description

Name: dbT83986			Date: 03/25/99


Since we cannot change it- don't show it.(See bug 4094035)
It makes the UI look bad! Please!
(Review ID: 56093)
======================================================================

Comments
EVALUATION JDialog inherits it's window decorations directly from java.awt.Dialog, so this is really a duplicate of 4094035 (there is nothing swing can do about this without awt's support). Note that non-resizable dialogs do NOT get the icon. We've modified Swing JOptionPane-created dialogs to be non-resizable, hence Swing Option dialogs will no longer have the icon. amy.fowler@Eng 2000-03-16
16-03-2000