JDK-4450706 : RFE: need to enforce setMinimumSize on window components
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,windows_nt
  • CPU: generic,x86
  • Submitted: 2001-04-25
  • Updated: 2006-02-20
  • Resolved: 2006-02-20
Related Reports
Duplicate :  
Relates :  
Description
Name: yyT116575			Date: 04/25/2001


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


JWindow/JDialog/JFrame do not have setMinimumSize methods.
This method should be available, and on platforms which allow this (definately
Windows and Motif), the minimum size should be enforce so that the window
cannot be sized below this dimension.  Currently I can size below minimum
or peferred size and the components are clipped from view
(Review ID: 123234) 
======================================================================

Comments
EVALUATION It may be better to put this in Window instead, I'm reassigning to AWT. scott.violet@eng 2001-04-30
30-04-2001