I am trying to build a Media Player. I have all the code for music playback. And the GUI is made up of 3 main parts:-
- A blue background.
- A
JList
withJScrollPane
- A
JLayer
Shell (with a polygon cut out to reveal the list and blue background beneath it.)
So my question is how can I create a custom list or JTable
that is slightly rotated with the base of the component stretched out on both corners (using a perspective filter). Also the JScrollbar
attached must be customized also. I guess at least it needs to be rotated. But would like to know how to make one by supplying my own graphics. Is this possible?
Here is a MOCKUP of the design: http://www.splashportal.net/MOCKUP/iJuk-MOCKUP.swf
Here is a Screenshot of it: