/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */packagej;/** * * @author user */publicclassJ{/** * @param args the command line arguments */publicstaticvoidmain(String[]args){Formarectangulo=newRectangulo(8f,5f,"Azul");Formaciculo=newCirculo(9.2f,"Amarillo");Cartelcartelone=newCartel(rectangulo,"Atencion Escuela");Cartelcarteltwo=newCartel(ciculo,"Atencion Escuela");cartelone.rellenarForma();carteltwo.rellenarForma();// TODO code application logic here}}