Swing menu
My problem is the following.
I'm trying to build a MMS Emulator. I already have a complex object model for storing all the info needed to represent the MMS message, and I also already have a working MMS Creator.
But now I need to build a MMS viewer. Because this has to have the look and feel of an actual phone, I need to have the menu in the bottom end of the screen.
While this is all fairly easy to do, I also need to have the menu open upwards instead of downwards, which seems to be the default.
Is there any way to make this work, besides writing my own look and feel?
Mark

