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