Raúl - [^BgTA^]'s Library tagged → View Popular
Instalando un ImageRecovery modificado. | AndroidApps
Instrucciones de como instalar un ImageRecovery en nuestra Android.
Taggify.net
Permite definir zonas de las fotos de nuestra web incrustadas en las que se mostrarán datos adicionales. Todos los visitantes de la página podrán ver lo que habéis escrito independientemente del navegador utilizado. Sólo tendrán que pasar el ratón por enc
Resizem.com: Edición de imagener online
Podeis subir cualquier imagen, recortar la parte deseada, girar el resultado, cambiar su tamaño y aplicar algunos famosos filtros como Gray Scale, Sepia, Pencil, Emboss, Blur, Smooth, Invert, Brighten, Darken, etc.
Feng-GUI - Feng Shui for Graphic User Interfaces
Averigua que es lo más vistoso de tu web usando esta aplicación.
Rafael Dohms » Adding text to images in real time with PHP
- Agregando texto a imagenes en PHP a tiempo real. - bgtasoft on 2008-03-16
Java Technology Forums - JFRAME background jpeg image
- Como poner una imagen de fondo en un JFrame en Java - bgtasoft on 2006-08-30
-
import java.awt.event.*;
import javax.swing.*;
import java.awt.*;
public class BackgroundImage extends JFrame
{
JScrollPane scrollPane;
ImageIcon icon;
Image image;
public BackgroundImage()
{
icon = new ImageIcon("???.jpg");
JPanel panel = new JPanel()
{
protected void paintComponent(Graphics g)
{
// Dispaly image at at full size
g.drawImage(icon.getImage(), 0, 0, null);
// Scale image to size of component
// Dimension d = getSize();
// g.drawImage(icon.getImage(), 0, 0, d.width, d.height, null);
// Fix the image position in the scroll pane
// Point p = scrollPane.getViewport().getViewPosition();
// g.drawImage(icon.getImage(), p.x, p.y, null);
super.paintComponent(g);
}
};
panel.setOpaque( false );
panel.setPreferredSize( new Dimension(400, 400) );
scrollPane = new JScrollPane( panel );
getContentPane().add( scrollPane );
JButton button = new JButton( "Hello" );
panel.add( button );
}
public static void main(String [] args)
{
BackgroundImage frame = new BackgroundImage();
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setSize(300, 300);
frame.setLocationRelativeTo( null );
frame.setVisible(true);
}
}
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in image
-
Image Sites
List of sites where you can...
Items: 54 | Visits: 175
Created by: Tina Coffey
-
flickr
This list is for all my fli...
Items: 20 | Visits: 143
Created by: Michael Uleau
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
