> Another problem is this: how can I create a border around my
> QTComponent in AWT ?
> I'm using AWT because swing yielded to much problems.
use a Panel component and place the QTComponent in it using BorderLayout and
CENTER flag for the added component (don't rely on default value it changed
at some time between Java versions I think). Use Insets other than 0,0,0,0
to have some space arround the child. Override the Panel's Paint method to
draw a border at the insets area arround the component
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <email@hidden>
Microsoft Most Valuable Professional
MVP J# for 2004, 2005
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ QuickTime (Delphi & ActiveX: VB, PowerPoint, .NET)
+ Plugs (InterProcess/Internet communication)
http://www.kagi.com/birbilis
+ Robotics
http://www.mech.upatras.gr/~robgroup
........................................................................
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-java mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden