lunes, 29 de agosto de 2011

JDesktopPane con imagen de fondo

Hoy veremos como colocar una imagen de fondo en un formulario MDI(interfaz de multiples documentos) los cuales se utliliza la herramienta JDesktopPane y JInternalFrame,esto es muy sencillo creamos una clase que va hacer la encargada de pintar el contenedor desktopPane donde vamos hacer uso de la implementacionBORDERy PAINTBORDER, luego se crea una funcion en el formulario principal donde mandaremos un objeto file que va hacer la imagen a un BufferedImage.
BufferedImage image =ImageIO.read(fileImagen);
el cual con la instruccion setBorder(); añadira la imagen al contenedor
jDeskp.setBorder(new pinta_escritorio(image));
codigo para pintar el contenedor y cualquier otro que deseen pintar

private BufferedImage image ;
public pinta_escritorio(BufferedImage image ) {
this.image=image;}

public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) {
int x0 = x+ (width-image.getWidth())/2;
int y0 = y+ (height-image.getHeight())/2;
g.drawImage(image,x0,y0,null); }

public Insets getBorderInsets(Component c) {
return new Insets(0,0,0,0);}

public boolean isBorderOpaque() {
return true; }




Si lo imaginas,lo programas


MESOTHELIOMA LAW FIRMDONATE CAR TO CHARITY CALIFORNIAHARDDRIVE DATA RECOVERY SERVICESDONATE A CAR IN MARYLAND DONATING A CAR IN MARYLAND,DONATE CARS ILLINOIS,CRIMINAL DEFENSE ATTORNEYS FLORIDA ,BEST CRIMINAL LAWYER IN ARIZONASTRUCTURED ANNUITY SETTLEMENT,ASBESTOS LAWYERS,NUNAVUT CULTURE,DAYTON FREIGHT LINES ,Bextra Bankruptcy Dental Plan Private Jet

Donate Car To Charity CALIFORNIA DONATE CAR FOR TAX CREDITDONATE CARS IN MADONATE YOUR CAR SACRAMENTOHOW TO DONATE A CAR IN CALIFORNIA DONATE YOUR CAR FOR KIDS,CAR INSURANCE QUOTES COLORADO ,NUNAVUT CULTURE,DAYTON FREIGHT LINESHARDDRIVE DATA RECOVERY SERVICES,DONATE A CAR IN MARYLAND,MOTOR REPLACEMENTS,CHEAP DOMAIN REGISTRATION HOSTING,DONATING A CAR IN MARYLANDMundial Football Los Abogado de lesiones personales en Chicago,FIFA World Cup son muy buenos en chicago y nos ofrecen una Cotizacion de seguro y Cotizacion de Seguro de Vida y Cotizacion de seguro de coches,mesotelioma. Y visitar mesothelioma lawyers o tambien podriamos visitar mesothelioma symptoms y lexington law tambien many people lexington law firm and merlin olsen mesothelioma many people mesothelioma trial lawyers and atlanta mesothelioma lawyers Mesothelioma law firm, massachusetts mesothelioma attorney EEUU,Selling annuity payments for cash,Sell my structured settlement,Sell structured settlement,Structured settlement,Structured settlement companies,Sell my annuity payments lump sum,Car accident lawyer Denver,Accident injury attorneys,Sell my annuity

1 comentario: