JDK-4517920 : Dialog should be able to be created without Native Window Borders
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.3.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2001-10-23
  • Updated: 2001-10-23
  • Resolved: 2001-10-23
Related Reports
Duplicate :  
Description

Name: ddT132432			Date: 10/22/2001


java version "1.3.1_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)

There should be a way to create a Dialog without the Native Window borders,
like a Window.  Without this feature it seems impossible to create a modal
Dialog that is originally called from the EventDispatchThread.  Basically like
a JOptionPane, but without borders.  Since the EventDispatchThread code is
package private, and the only way to create a Window without borders seems to
be by creating a Window/JWindow this problem is unsolvable.
(Review ID: 134262) 
======================================================================

Comments
WORK AROUND Name: ddT132432 Date: 10/22/2001 No work around. ====================================================================== Use Java 1.4 method java.awt.Dialog.setUndecorated(true); ###@###.### 2001-10-22
22-10-2001

EVALUATION This is a duplicate of 4038769. Java 1.4 supports java.awt.Dialog.setUndecorated(true) to disable native window borders. ###@###.### 2001-10-22
22-10-2001