I am diplaying an mjeg video to a JPanel inside a JFrame. i can scale the 'images' as needed but i want to fix the overall aspect ratio constant. how can you force the JFrame / JPanel to hold a fixed aspect ratio as the user 'resizes' it?
best way to achieve that is in the code that paints the image. changing the size of the image that is displayed but maintain the aspect ratio. Let me know if you need any help, i've got some code around somewhere that handles it.