Codigo Fuente De Libreria Literaria En Java

Páginas: 99 (24683 palabras) Publicado: 18 de febrero de 2013
g fuenMenu_de_Libreria.txt
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* Menu_de_Libreria.java
*
* Created on 03-sep-2011, 13:20:36
*/
package PkgColeccionDeLibros;
/**
*
* @author David
*/
public class Menu_de_Libreria extends javax.swing.JFrame {
/** Creates new form Menu_de_Libreria */
public Menu_de_Libreria() {initComponents();
}
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.
*/
@SuppressWarnings("unchecked")
// //GEN-BEGIN:initComponents
private void initComponents() {
jLabel1 = new javax.swing.JLabel();
ALICIA = new javax.swing.JButton();
cementerioanimales =new javax.swing.JButton();
cienañosdesoledad = new javax.swing.JButton();
jButton3 = new javax.swing.JButton();
compendiodelahistoriauniversal = new javax.swing.JButton();
jToolBar1 = new javax.swing.JToolBar();
jButton6 = new javax.swing.JButton();
jButton7 = new javax.swing.JButton();
jButton9 = new javax.swing.JButton();
jLabel2 = new javax.swing.JLabel();
Página 1 Menu_de_Libreria.txt
setDefaultCloseOperation(javax.swing.WindowConstants.DO_NOTHING_ON_CLOSE);
setTitle("MENU");
setBackground(new java.awt.Color(255, 255, 0));
setName("MENU1"); // NOI18N
setResizable(false);
addMouseWheelListener(new java.awt.event.MouseWheelListener() {
public void mouseWheelMoved(java.awt.event.MouseWheelEvent evt) {
formMouseWheelMoved(evt);
}
});
jLabel1.setFont(newjava.awt.Font("Monotype Corsiva", 0, 48));
jLabel1.setText("BIBLIOTECA LITERARIA");
ALICIA.setIcon(new
javax.swing.ImageIcon("C:\\Users\\David\\Documents\\NetBeansProjects\\PrjLibros\\src\\imagenes\\Ali
cia en el Pais de las Maravillas.jpg")); // NOI18N
ALICIA.setText("Alicia en el país de las maravillas - Lewis Carrol");
ALICIA.setHorizontalAlignment(javax.swing.SwingConstants.TRAILING);ALICIA.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
ALICIAActionPerformed(evt);
}
});
cementerioanimales.setIcon(new
javax.swing.ImageIcon("C:\\Users\\David\\Documents\\NetBeansProjects\\PrjLibros\\src\\imagenes\\Ce
menterio de Animales.jpg")); // NOI18N
cementerioanimales.setText("Cementerio de animales - Stephen King");cementerioanimales.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
cementerioanimalesActionPerformed(evt);
}
});
cienañosdesoledad.setIcon(new
javax.swing.ImageIcon("C:\\Users\\David\\Documents\\NetBeansProjects\\PrjLibros\\src\\imagenes\\Cie
n Años de Soledad.jpg")); // NOI18N
cienañosdesoledad.setText("Cien Años de Soledad -Gabriel García Márquez");
cienañosdesoledad.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
cienañosdesoledadActionPerformed(evt);
}
});
Página 2

Menu_de_Libreria.txt
jButton3.setText("SIGUIENTE");
jButton3.addActionListener(new java.awt.event.ActionListener() {
public voidactionPerformed(java.awt.event.ActionEvent evt) {
jButton3ActionPerformed(evt);
}
});
compendiodelahistoriauniversal.setIcon(new
javax.swing.ImageIcon("C:\\Users\\David\\Documents\\NetBeansProjects\\PrjLibros\\src\\imagenes\\Co
mpendio de la Historia Universal.jpg")); // NOI18N
compendiodelahistoriauniversal.setText("Compendio de la Historia Universal - César Cantú");
compendiodelahistoriauniversal.addActionListener(newjava.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
compendiodelahistoriauniversalActionPerformed(evt);
}
});
jToolBar1.setFloatable(false);
jButton6.setText("JUSTIFICACICON");
jButton6.setFocusable(false);
jButton6.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
jButton6.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Codigo Fuente Gasolina Java
  • Cajero java applet codigo fuente
  • Librerias de java
  • Libreria en java
  • Libreria Java
  • Proyecto De Redes Sociales Codigo Fuente En Java
  • Codigo Fuente Java Gauss Seidel, Bisección y Polinomio
  • Codigos de java

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS