Added a manifest file to ensure the jar creation works properly, and temporarily removed button icons.

This commit is contained in:
Andrew Lalis 2017-04-23 16:25:30 +02:00
parent 5e2d7f5800
commit c3e75436d1
2 changed files with 13 additions and 9 deletions

5
src/META-INF/MANIFEST.MF Normal file
View File

@ -0,0 +1,5 @@
Manifest-Version: 1.0
Main-Class: net.agspace.Main
Application-Name: TengwarTypewriter
Created-By: Andrew Lalis
Application-Description: User interface to translate english to tengwar.

View File

@ -140,9 +140,8 @@
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="2" fill="1" indent="0" use-parent-layout="false"/> <grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="2" fill="1" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<icon value="resources/toTengwar.png"/> <label value="&lt;"/>
<label value=""/> <text value="&lt;"/>
<text value=""/>
<toolTipText value="Translate to tengwar"/> <toolTipText value="Translate to tengwar"/>
</properties> </properties>
</component> </component>
@ -151,9 +150,8 @@
<grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="1" fill="1" indent="0" use-parent-layout="false"/> <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="1" fill="1" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<icon value="resources/toEnglish.png"/> <label value="&gt;"/>
<label value=""/> <text value="&gt;"/>
<text value=""/>
<toolTipText value="Translate to english"/> <toolTipText value="Translate to english"/>
</properties> </properties>
</component> </component>
@ -162,8 +160,10 @@
<grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="0" indent="0" use-parent-layout="false"/> <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="0" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<hideActionText value="false"/>
<label value="Live"/> <label value="Live"/>
<text value="Live"/> <text value="Live"/>
<toolTipText value="Enable translate-as-you-type"/>
</properties> </properties>
</component> </component>
<component id="59b28" class="javax.swing.JButton" binding="clearButton" custom-create="true"> <component id="59b28" class="javax.swing.JButton" binding="clearButton" custom-create="true">
@ -171,9 +171,8 @@
<grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="1" indent="0" use-parent-layout="false"/> <grid row="3" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="1" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
</constraints> </constraints>
<properties> <properties>
<icon value="resources/clear.png"/> <label value="Clear"/>
<label value=""/> <text value="Clear"/>
<text value=""/>
</properties> </properties>
</component> </component>
</children> </children>