Layout with JMF

Hello everyone,

I'm wondering what kind of layout I should use to have some sort of media player that has an image at the top, and 5 buttons bellow it. The thing is when a movie clip is loaded the apple takes the size of the movie, and all you can see is the movie and the last button. I'm using a borderlayout.

Hints anyone? I'm addind the video to the center, and the 5 buttons to the south part. Please help,

XonaDick

[449 byte] By [xonadicka] at [2007-9-29 20:32:31]
# 1
Add your 5 buttons to a JPanel and then add the panel to the "south" region of the layout.matfud
matfuda at 2007-7-16 0:44:13 > top of Java-index,Other Topics,Algorithms...
# 2
as above but try using a Box instead of JPanel
IanSchneidera at 2007-7-16 0:44:13 > top of Java-index,Other Topics,Algorithms...
# 3
Thanks!
xonadicka at 2007-7-16 0:44:13 > top of Java-index,Other Topics,Algorithms...