Introducción a la algoritmia

Page 116

116

public void init() { getContentPane().setLayout(null); setBackground(new Color(214,211,206)); txtMrgIzq = new JTextField(); txtMrgIzq.setBounds(145, 39, 107, 23); getContentPane().add(txtMrgIzq); txtMrgDer = new JTextField(); txtMrgDer.setBounds(145, 63, 107, 23); getContentPane().add(txtMrgDer); txtMrgSup = new JTextField(); txtMrgSup.setBounds(145, 87, 107, 23); getContentPane().add(txtMrgSup); txtMrgInf = new JTextField(); txtMrgInf.setBounds(145, 111, 107, 23); getContentPane().add(txtMrgInf); btnProcesar = new JButton("Procesar"); btnProcesar.setBounds(307, 15, 101, 23); btnProcesar.addActionListener(this); getContentPane().add(btnProcesar); btnBorrar = new JButton("Borrar"); btnBorrar.setBounds(307, 39, 101, 23); btnBorrar.addActionListener(this); getContentPane().add(btnBorrar); cboTmaño = new JComboBox(); cboTmaño.setBounds(71, 15, 181, 23); cboTmaño.addItem("A4 297 x 210 mm"); cboTmaño.addItem("B5 182 x 257 mm"); cboTmaño.addItem("A5 148 x 210 mm"); cboTmaño.addItem("Carta 8½ x 11 pulg"); cboTmaño.addItem("Legal 8½ x 14 pulg"); cboTmaño.addItem("Ejecutivo 7¼ x 10½ pulg"); cboTmaño.addItem("Media carta 5½ x 8½ pulg"); getContentPane().add(cboTmaño); lblMrgDer = new JLabel("Margén derecho"); lblMrgDer.setBounds(14, 63, 124, 23); getContentPane().add(lblMrgDer); lblMrgInf = new JLabel("Margén inferior"); lblMrgInf.setBounds(14, 111, 124, 23); getContentPane().add(lblMrgInf); lblMrgIzq = new JLabel("Margén izquierdo"); lblMrgIzq.setBounds(14, 39, 124, 23); getContentPane().add(lblMrgIzq); lblMrgSup = new JLabel("Margén superior"); lblMrgSup.setBounds(14, 87, 124, 23); getContentPane().add(lblMrgSup); lblTamaño = new JLabel("Tamaño"); lblTamaño.setBounds(14, 15, 49, 23); getContentPane().add(lblTamaño); txtS = new JTextArea(); txtS.setFont(new Font("monospaced", 0, 12));

}

scpScroll = new JScrollPane(txtS); scpScroll.setBounds(14, 147, 394, 69); getContentPane().add(scpScroll);

CARRERAS PROFESIONALES

CIBERTEC


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.