Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Add Coordenada X and Coordenada Y to the window
Browse files Browse the repository at this point in the history
  • Loading branch information
jonib committed Nov 19, 2019
1 parent 62e0848 commit f828ca7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ private void initComponents() {
cp.add(panelCiudad);
cp.add(labelDron);
cp.add(comboDron);
cp.add(labelCoordX);
cp.add(textoCoordX);
cp.add(labelCoordY);
cp.add(textoCoordY);
cp.add(botonAnyadir);

this.setDefaultCloseOperation(EXIT_ON_CLOSE);
Expand Down

0 comments on commit f828ca7

Please sign in to comment.