• This is default featured slide 1 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.

  • This is default featured slide 2 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.

  • This is default featured slide 3 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.

  • This is default featured slide 4 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.

  • This is default featured slide 5 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.

Crear un pop up en un boton

Si querían poner un pop up en sus botones como menú de opciones esta es la forma les adjunto el código: SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.all(); import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JMenuItem; import javax.swing.JPopupMenu; /** * * @author jonathan-palomino.blogspot.com...
Share:

Zipear archivos

Para zipear archivos desde java les traigo la siguiente clase: SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.all(); /** * * @author jonathan-palomino.blogspot.com */ import java.util.logging.Level; import java.util.logging.Logger; import java.util.zip.*; import java.io.*; public class Zipear { public static void...
Share:

Capturar pantalla

Si queremos por algún motivo obtener la captura de pantalla con java aquí les dejo el código: SyntaxHighlighter.config.bloggerMode = true; SyntaxHighlighter.all(); import java.awt.Dimension; import java.awt.Rectangle; import java.awt.Robot; import java.awt.Toolkit; import java.awt.image.BufferedImage; import java.util.logging.Level; import...
Share:

Generar PDF

El propósito de este post es generar un pdf sencillo mediante Java. Nos vamos a la página http://sourceforge.net/projects/itext/files/ y descargamos iText. La importamos en nuestro proyecto yendo al menú Biblioteca—agregar archivo jar y seleccionamos los 2 jar. El código Se trata de una aplicación muy sencilla que escribirá en el pdf un párrafo...
Share:

cambiar icono jframe

1)El ícono debe ser una imagen de extensión PNG. Esto se hace más fácil, ya que conseguir una figura y convertirlo en formato .ico es muy complicado. Los PNG nos ayudan bastante. 2)La imagen que será el ícono debe estar dentro del paquete de fuentes, como si fuera una clase...
Share:

Visitantes

Flag Counter

Popular Posts

Etiquetas

Recent Posts