Skip to content

Commit

Permalink
Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed May 24, 2022
1 parent 1d48325 commit 7b1be48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.idea/

.DS_Store

Codigo Fuente/src/src/META-INF/
3 changes: 3 additions & 0 deletions Codigo Fuente/src/src/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Manifest-Version: 1.0
Main-Class: com.imaleex.esportapp.Main

Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,17 @@
<constraints>
<grid row="2" column="1" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties/>
<properties>
<borderPainted value="true"/>
</properties>
<border type="none"/>
<children>
<component id="f6ea7" class="javax.swing.JMenuItem" binding="jmUltimaJornada">
<constraints>
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<armed value="false"/>
<text value="Ultima Jornada"/>
</properties>
</component>
Expand All @@ -55,7 +58,9 @@
<grid row="0" column="2" row-span="1" col-span="1" vsize-policy="3" hsize-policy="3" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<popupMenuVisible value="false"/>
<text value="Gestion"/>
<verifyInputWhenFocusTarget value="true"/>
</properties>
<border type="none"/>
<children>
Expand Down

0 comments on commit 7b1be48

Please sign in to comment.