April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Fundamentos da Linguagem
nPacotes: Espaços de Nomes
nExemplo: classe Rectangle no pacote graphics
ngraphics.Rectangle r = new graphics.Rectangle();
n ...... OU ......
nimport graphics.*;
nRectangle r = new Rectangle();
n