diff --git a/build.xml b/build.xml index 0013d84..94efa70 100644 --- a/build.xml +++ b/build.xml @@ -46,7 +46,10 @@ - + + + + @@ -64,6 +67,7 @@ basedir="${build.dir}/classes"> + diff --git a/project.properties b/project.properties index 1d49ae9..faa0772 100644 --- a/project.properties +++ b/project.properties @@ -1,8 +1,9 @@ -#Fri, 27 Aug 2010 03:12:12 -0500 +#Fri, 27 Aug 2010 05:37:05 -0500 #Mon Jul 05 23:10:39 CDT 2010 app.version=0.4.0 -build.number=3 +build.number=9 src.dir=src lib.dir=lib build.dir=build -app.name=team-maker +resources.dir=resources +app.name=professional-pikcup diff --git a/resources/bb.svg b/resources/bb.svg new file mode 100644 index 0000000..8da1807 --- /dev/null +++ b/resources/bb.svg @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/bb128.png b/resources/bb128.png new file mode 100644 index 0000000..94fca2b Binary files /dev/null and b/resources/bb128.png differ diff --git a/resources/bb16.png b/resources/bb16.png new file mode 100644 index 0000000..65f4ad9 Binary files /dev/null and b/resources/bb16.png differ diff --git a/resources/bb32.png b/resources/bb32.png new file mode 100644 index 0000000..ad19672 Binary files /dev/null and b/resources/bb32.png differ diff --git a/resources/bb48.png b/resources/bb48.png new file mode 100644 index 0000000..f3a17d9 Binary files /dev/null and b/resources/bb48.png differ diff --git a/resources/bb64.png b/resources/bb64.png new file mode 100644 index 0000000..5361f48 Binary files /dev/null and b/resources/bb64.png differ diff --git a/log4j.properties b/resources/log4j.properties similarity index 100% rename from log4j.properties rename to resources/log4j.properties diff --git a/resources/splash.png b/resources/splash.png new file mode 100644 index 0000000..12f1726 Binary files /dev/null and b/resources/splash.png differ diff --git a/src/com/jdbernard/teammaker/TeamMaker.groovy b/src/com/jdbernard/teammaker/TeamMaker.groovy index 4c4c620..3c26cc4 100644 --- a/src/com/jdbernard/teammaker/TeamMaker.groovy +++ b/src/com/jdbernard/teammaker/TeamMaker.groovy @@ -97,7 +97,12 @@ public class TeamMaker { model.popupPlayers.each { setGamesSat(it) }}) } - frame = swing.frame(title: "JDB TeamMaker v$version", + frame = swing.frame(title: "JDB Professional Pickup v$version", + iconImages: [swing.imageIcon("/bb128.png").image, + swing.imageIcon("/bb64.png").image, + swing.imageIcon("/bb48.png").image, + swing.imageIcon("/bb32.png").image, + swing.imageIcon("/bb16.png").image], size: [600, 400], locationRelativeTo: null, defaultCloseOperation: JFrame.EXIT_ON_CLOSE) {