JDK-4073350 : rfe: java's has never handled clicking the window size icons in Win95
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1.1
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_95
  • CPU: x86
  • Submitted: 1997-08-20
  • Updated: 1999-12-21
  • Resolved: 1999-12-21
Related Reports
Duplicate :  
Description

Name: joT67522			Date: 08/20/97


As a developer of a standalone app under Win95
I have two java failings that haunt me. The first is buttons with 
images but i know that's an old old topic.

The second is the inabilty to get any event delivered when the
Win95 user clicks the window-size icon in the top right corner of
the program window allocated by Win95. As you know this icon
either displays a single rectangle to make the screen full size or
a double rectangle to make the screen less than full size.

Ideally if the user makes the app window fullsize then when he
exits and re-enters the app it should be full size again. The 
java program should also know about clicking these icons for
the reason that the paint() routine of components may do 
some sizing calculations on the first call to paint (eg. working
out the best font size for a given window size) which are not
later repeated so that paint is fast. If the user resizes
the Win95 window then the program should be able to find out 
so that the resizing can be done again.
All other Window events are delivered to the WindowListener
except this one type.

I think hotjava would be a lot more appealing to Win95 users
if they could tell it to always take the full screen.


company - equitysoft , email - ###@###.###
======================================================================

Comments
WORK AROUND Name: joT67522 Date: 08/20/97 ======================================================================
11-06-2004

EVALUATION May be related to #4027697. fred.ecks@Eng 1998-01-26
26-01-1998