April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
JInternalFrame
nÉ um contêiner para ser utilizado em aplicações MDI.
nConstrutor principal
npublic JInternalFrame(String title,
n                                            boolean resizable,
n                                            boolean closeable,
n                                            boolean maximizable,
n                                            boolean iconifiable)
nOutros contrutores úteis
nJInternalFrame()
nJInternalFrame( String title )
nJInternalFrame( String title, boolean resizable )
nJInternalFrame( String title, boolean resizable,  boolean closable)