Hi,
Please have a look at the following code. It is a simple media player
In that code, from line number 103 to 105, I am adding the default media controller interface provided by
java to handle media. That is a type of Component. Unfortunatly, this component is in JAVA LOOK AND FEEL. This is a
test application and my whole application will be based on SYSTEM LOOK AND FEEL(Windows). Please let me know how to change the component's java look and feel to system look and feel. Thanks>