Skip to content

Commit

Permalink
quitamos imports que no se usan)
Browse files Browse the repository at this point in the history
  • Loading branch information
JEDNOK committed May 12, 2023
1 parent 479baee commit c0ce12f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions src/Vista_Controlador/Panel_Pokemon.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
import javax.swing.JProgressBar;

import Modelo.CampoDeBatalla;
import Modelo.Evolucion;
import Modelo.Evolucion1;
import Modelo.Evolucion2;
import Modelo.ListaJugadores;
import Modelo.Pokemon;

Expand Down
5 changes: 1 addition & 4 deletions src/Vista_Controlador/ReadMe.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
import java.awt.Toolkit;

import javax.swing.JFrame;
import javax.swing.JPanel;
import java.awt.BorderLayout;
import javax.swing.JLabel;
import javax.swing.SwingConstants;

import javax.swing.JTextPane;

public class ReadMe extends JFrame {
Expand Down
2 changes: 1 addition & 1 deletion src/Vista_Controlador/Vista_Jugador.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Vista_Controlador;

import java.awt.EventQueue;


import javax.swing.JFrame;
import javax.swing.JPanel;
Expand Down

0 comments on commit c0ce12f

Please sign in to comment.