Skip to content

Commit

Permalink
Fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
AnivlisLuz committed Jul 5, 2021
1 parent 4b456fc commit 852db15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ private void initComponents() {
jTextField1.setBackground(new java.awt.Color(0, 0, 0));
jTextField1.setForeground(new java.awt.Color(255, 255, 255));
jTextField1.setHorizontalAlignment(javax.swing.JTextField.CENTER);
jTextField1.setText("jTextField1");
jTextField1.setText("Comienza donde estás. Usa lo que tienes. Haz lo que puedas. Arthur Ashe");
jTextField1.setToolTipText("");
jPanel3.add(jTextField1, new org.netbeans.lib.awtextra.AbsoluteConstraints(-6, 710, 1010, -1));

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/app/startech/laberintos/VentanaLaberinto.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ private void initComponents() {
jPanel3.add(jLabelVida1, new org.netbeans.lib.awtextra.AbsoluteConstraints(780, 20, -1, -1));

jLabel4.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
jLabel4.setIcon(new ImageIcon(getClass().getResource("/app/startech/imagenes/decorate\\1.png"))); // NOI18N
jLabel4.setIcon(new ImageIcon(getClass().getResource("/app/startech/imagenes/decorate/1.png"))); // NOI18N
jPanel3.add(jLabel4, new org.netbeans.lib.awtextra.AbsoluteConstraints(30, 60, 210, 220));

jLabel3.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
jLabel3.setIcon(new ImageIcon(getClass().getResource("/app/startech/imagenes/decorate\\2.png"))); // NOI18N
jLabel3.setIcon(new ImageIcon(getClass().getResource("/app/startech/imagenes/decorate/2.png"))); // NOI18N
jPanel3.add(jLabel3, new org.netbeans.lib.awtextra.AbsoluteConstraints(770, 500, 210, 210));

jPanel1.setBackground(new Color(0,0,0,0));
Expand Down

0 comments on commit 852db15

Please sign in to comment.