<AWT Dev> [9] Review request for 8143914: Provide Mac-specific fullscreen support
Yuri Nesterenko
yuri.nesterenko at oracle.com
Tue Oct 11 14:42:35 UTC 2016
Try to open JFileChooser dialog in SwingSet2 (before the fix) and
click + to maximize it (I tried on 10.10 and 10.12): application is
blocked by a modal dialog, and there's no way to see it.
-yan
On 10/11/2016 05:01 PM, Alexander Zvegintsev wrote:
> Actually I can't reproduce such behavior.
>
>
> On 9/30/16 5:12 PM, Semyon Sadetsky wrote:
>> The fix looks good.
>>
>> Do you know why JDialog maximize button doesn't work? When I click on
>> it the maximize button the dialog disappears.
>>
>> --Semyon
>>
>>
>> On 9/6/2016 5:32 PM, Alexander Zvegintsev wrote:
>>> Hello,
>>>
>>> please review the fix
>>>
>>> http://cr.openjdk.java.net/~azvegint/jdk/9/8143914/00/
>>>
>>> for the issue
>>>
>>> https://bugs.openjdk.java.net/browse/JDK-8143914
>>>
>>>
>>> This fix adds the green FullScreen button to a resizable frames by
>>> default.
>>>
>>> Previous maximize behavior is still accessible by holding Alt while
>>> clicking on the green button.
>>>
>>> setResizable is fixed because of two reasons:
>>>
>>> Window will not be able to leave fullscreen if we remove resizable
>>> from style bits(and even if we set it again)
>>>
>>> Window will not have the green button(maximize/zoom or fullscreen) if
>>> the window was initially not resizable.
>>>
>>>
>>
>
More information about the awt-dev
mailing list