Bug 209 : handle resize events from layout managers when PApplet is used as part of a layout
Last modified: 2005-12-13 22:46




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P4
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2005-11-11 06:24
use a ComponentListener for the resize, and then call size().

currently, the component will resize, but will appear to be 100x100 because
it hasn't been updated via size().
Additional Comment #1 From fry 2005-12-13 22:46
now implemented for processing.core in 0099. also added a handler for the default frame
that it can be resized if the user specifies frame.setResizable(true).