16x16 icons missing
|
|
Hello, Under linux I set all my icons to 16×16 and I realized that JBidwatcher does not have them. It was a simple matter to resize the 32×32 set and to add a new icons/16 directory in the source tree. I can provide them if needed although ‘cd icons/32; for f in *; do convert -resize 50% $f ../16/$f; done;’ will do the job. Rebuild the project and voila no more ‘NullPointerException’ Besides this I noticed that the sources do not build out of the box: Otherwise it seem to build and work on OpenSuse 11.2/java 1.6_02 Would be nice if netbeans/eclipse projects were available. Thanks for a great tool. |
|
|
Oops this is about the ‘toolbar’ icons so directory is …/icons/toolbar/…’ |
|
|
Greetings, Yeah, I supply 24 and 32 pixel icons; I believe I have 16 pixel icons, but I didn’t include them… One thing I don’t do when you shrink the icons (as I recall) is shrink the minimum window width, so it can be a little annoying to have a ton of dead space. — Morgan Schweers, CyberFOX! |