Skip to content

Commit

Permalink
moved icons to Radds root
Browse files Browse the repository at this point in the history
build.properties no more onejar = true
  • Loading branch information
Dahie committed Oct 4, 2009
1 parent 07dba52 commit 3f5f9ef
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Dropps/build.properties
@@ -1,15 +1,15 @@
#Build Number for ANT. Do not edit!
#Sun Oct 04 14:02:24 CEST 2009
#Sun Oct 04 17:03:32 CEST 2009
sourceforge.project=
autoupdate.applinkbase=
application.osx.icon=Radds.icns
autoupdate.apppage=
build.number=5
build.number=6
autoupdate.enable=false
ftp.dir=
application.name=Dropps
maxheap=268435456
build.date=2009/10/04 14\:02
build.date=2009/10/04 17\:03
vmoptions=-Xms24m -Xmx512m -ea -Xdock\:name\=Dropps
build.exewrapper=Autodownload Wrapper
main.class=de.danielsenff.dropps.Dropps
Expand Down
Binary file added Radds/Radds.icns
Binary file not shown.
Binary file added Radds/Radds48.ico
Binary file not shown.
14 changes: 7 additions & 7 deletions Radds/build.properties
@@ -1,25 +1,25 @@
#Build Number for ANT. Do not edit!
#Sun Aug 30 10:44:39 CEST 2009
#Sun Oct 04 17:13:23 CEST 2009
sourceforge.project=
autoupdate.applinkbase=
application.osx.icon=Radds.icns
autoupdate.apppage=
build.number=3
build.number=9
autoupdate.enable=true
ftp.dir=
application.name=Radds
maxheap=268435456
initheap=67108864
build.date=2009/08/30 10\:44
build.date=2009/10/04 17\:13
build.exewrapper=Autodownload Wrapper
main.class=de.danielsenff.radds.controller.Radds
ftp.port=21
application.win.icon=Radds48.ico
autoupdate.usegoogle=false
build.jvm=1.4
build.version=0.1
build.jvm=1.5
build.version=1.0
ftp.server=
ftp.source=false
google.project=
onejar.use=true
onejar.use=false
initheap=67108864
build.doversion=true
Expand Up @@ -203,9 +203,13 @@ private DefaultComboBoxModel composeColorChannelModel() {
}


private ImageIcon getResourceIcon(String file){
return new ImageIcon(Class.class.getResource(file));
}

private JScrollPane initScrollCanvas(final Application controller) {

final ImageIcon defaultImage = ResourceLoader.getResourceIcon("/de/danielsenff/radds/resources/defaultimage.png");
final ImageIcon defaultImage = getResourceIcon("/de/danielsenff/radds/resources/defaultimage.png");

canvas = new BICanvas(controller,
BIUtil.convertImageToBufferedImage(defaultImage.getImage(),
Expand Down
2 changes: 1 addition & 1 deletion Radds/tools/manifest/main-MANIFEST.MF
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.7.0
Created-By: 14.1-b02-90 (Apple Inc.)
Main-Class: de.danielsenff.badds.controller.Badds
Main-Class: de.danielsenff.radds.controller.Radds

0 comments on commit 3f5f9ef

Please sign in to comment.