FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 209 : handle resize events from layout managers when PApplet is used as part of a layout
Last modified: 2005-12-13 22:46
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P4
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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).