JDK-4139668 : L&F specific titlebar and buttons in JDialog and JFrame.
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,windows_95
  • CPU: generic,x86
  • Submitted: 1998-05-18
  • Updated: 2001-10-09
  • Resolved: 2001-10-09
Related Reports
Duplicate :  
Duplicate :  
Description

Name: rk38400			Date: 05/18/98


JDialog and JFrame use system L&F to create title bar and system buttons (on the tittle bar).
It would be nice to be able to have all parts of the application using the same L&F.
For JDialog there should be no problem (it was done for JOptionPane.showInternalXXX ) but I would love to see
also main JFrame of the application to use Metal L&F.
(Review ID: 30562)
======================================================================

Comments
WORK AROUND Name: rk38400 Date: 05/18/98 Create dialogs using JInternalFrame but this is not a nice and only patrial workaround ======================================================================
11-06-2004

EVALUATION IT would be ideal to have the option of painting/implementing our own toplevel window decorations for Swing's plaf. To do this correctly, we need support from the AWT. Perhaps in the next version of the JDK. amy.fowler@Eng 1998-09-16 This has been implemented as 4290471, closing as a duplicate. ###@###.### 2001-10-09
16-09-1998