Examples of JLabelPequeno


Examples of view.componentes.JLabelPequeno

    return jFrame;
  }

  private JPanel getJContentPane() {
    if (jContentPane == null) {
      jLabel4 = new JLabelPequeno(Strings.version);
      jLabel4.setBounds(new Rectangle(6, 234, 355, 14));
      jLabel3 = new JLabelPequeno("by Array - Software Foundation in Eclipse -  VEP Engine");
      jLabel3.setBounds(new Rectangle(7, 221, 323, 14));
      jLabel2 = new JLabelPequeno("Copyright 2003-2007 Array-Fagoc Software Inc");
      jLabel2.setBounds(new Rectangle(7, 209, 303, 14));
      jLabel1 = new JLabelPequeno("Módulo Relacionamento v0.1 Beta  Java");
      jLabel1.setBounds(new Rectangle(7, 197, 252, 14));
      jLabelLinha = new JLabel();
      jLabelLinha.setBounds(new Rectangle(23, 130, 424, 16));
      jLabelLinha.setForeground(Color.darkGray);
      jLabelLinha.setText("___________________________________________________________");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.