vote up 0 vote down star

Hi all,

I want to create a Mac OS X style Dock Bar to be placed at the bottom of a JFrame. Does anyone know how I can do this?

flag

1  
This is a pretty open question. You need to clarify a few things. 1. Are you looking for a 3rd party API to do this for you? 2. Are you doing it from scratch? 3. What specific features of the Dock Bar interest you: drag & drop, mouse-over animations, expanding folders, bouncy icons? 4. What do you know? Are you starting with 0 knowledge? What don't you know, what is giving you trouble? – z5h Aug 5 at 18:53
Are there any third-party APIs? I am mainly interested in the mouse-over animations and bouncy icons. – Alistair Aug 6 at 8:15
Animations and bouncy icons can be achieved with animation frameworks. Check out timingframework.dev.java.net and pushing-pixels.org/?p=1090 – eugener Aug 6 at 20:07

1 Answer

vote up 3 vote down check

Take a look at second part of this presentation http://developers.sun.com/learning/javaoneonline/2008/pdf/TS-4982.pdf?cid=925395

link|flag
Know where I can get the full source code from (including icons)? – Alistair Aug 6 at 8:26
Get on Elie's blog (URL is on the last page of presentation) and leave him a message – eugener Aug 6 at 15:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.