Added about panel

This commit is contained in:
2018-09-15 17:00:40 +01:00
parent 6ea1bd22b0
commit ec90e5727f
198 changed files with 15477 additions and 8 deletions

BIN
dist/windows/audiobookrecorder.ico vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

28
dist/windows/windows.xml vendored Normal file
View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>../../AudiobookRecorder.jar</jar>
<outfile>AudiobookRecorder.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>audiobookrecorder.ico</icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<minVersion>1.7.0</minVersion>
<maxVersion></maxVersion>
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<initialHeapSize>512</initialHeapSize>
<maxHeapSize>512</maxHeapSize>
</jre>
</launch4jConfig>