|
From: Stuart B. <stu...@hu...> - 2003-11-11 16:05:12
|
It would be good if we could build with an open source std set of icons. I dont want to have to re-learn 'what icon means what' with each app I use. Is the OpenOffice set a common set that other apps are using? Pete Prodoehl wrote: > > I took the icons from OpenOffice.org, that are released under the LGPL, > and bundled them up into a jar file for use in jEdit. > > The jar file is here: > > http://rasterweb.net/raster/code/src/jedit/icons/oooicons.jar > > Put this in your ~/jedit/jars/ folder... > > > There is also a startup script needed to load the icons, you can find > that here: > > http://rasterweb.net/raster/code/src/jedit/icons/oooicons.bsh > > Put this in your ~/jedit/startup/ folder... > > > Here's what it looks like under Windows: > > http://rasterweb.net/raster/code/src/screenshots/jeditoooicons.png > > > Obviously not all jEdit icons are represented, and it could use a little > tweaking, but this was just to demonstrates how easy it is to load a new > set of icons into jEdit. (Thanks Slava!) > > This is how I did it: > > I un-jar'd the jedit.jar file and located the 'icons' directory, which > was here: org/gjt/sp/jedit/icons > > I then used the icons directory as a starting point, and found as many > replacement icons as I could, copying them into place with the proper > names. > > I then jar'd the icons folder naming it 'oooicons.jar' and created the > startup script to specify the icon jar to load. > > That's about it. > > Does that make sense? Is it enough to be a MINI-HOWTO? Does it need > expansion? > > > Feedback would be appreciated... > > > (I plan on doing this process again with some other icon sets, so maybe > I'll make notes as I go this time.) > > > Pete > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ |