Re: [JAVA2D] Transparent internal frames

2004-08-23 Thread Dmitri Trembovetski
Subject: Re: [JAVA2D] Transparent internal frames As long as we're here, you might want to find interesting Chet's recent blog: http://weblogs.java.net/pub/wlg/1739 It's not directly relevant to your question, but anyway. I've also forwarded your question

Re: [JAVA2D] [cplyon928@COMCAST.NET: Re: [JAVA2D] Transparent internal frames]

2004-08-16 Thread Clifford Lyon
, 14 Aug 2004 17:11:13 -0400 To: [EMAIL PROTECTED] Subject: Re: [JAVA2D] Transparent internal frames Reply-to: Clifford Lyon [EMAIL PROTECTED] X-Mailer: Microsoft Outlook Express 6.00.2800.1409 It seems to me when clicking on the slider, the JInternalFrame is repainted from the place where

Re: [JAVA2D] Transparent internal frames

2004-08-15 Thread Clifford Lyon
Trembovetski [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, August 14, 2004 6:52 PM Subject: Re: [JAVA2D] Transparent internal frames As long as we're here, you might want to find interesting Chet's recent blog: http://weblogs.java.net/pub/wlg/1739 It's not directly relevant

Re: [JAVA2D] Transparent internal frames

2004-08-14 Thread Clifford Lyon
)); this.getContentPane().add(slider); }} - Original Message - From: "Chet Haase" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 13, 2004 9:56 AM Subject: Re: [JAVA2D] Transparent internal frames Hi, It's pretty difficult to know from your quick description where the problem

Re: [JAVA2D] Transparent internal frames

2004-08-14 Thread Dmitri Trembovetski
- From: Dmitri Trembovetski [EMAIL PROTECTED] To: Clifford Lyon [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, August 13, 2004 9:58 AM Subject: Re: [JAVA2D] Transparent internal frames Hello, could it be that some of your transparent components don't set 'opaque

Re: [JAVA2D] Transparent internal frames

2004-08-13 Thread Chet Haase
Hi, It's pretty difficult to know from your quick description where the problem would lie. There is no inherent problem with using transparent internal frames in Swing, but you need to make sure to set and use the opacity property of the component(s) appropriately and to do the right thing during

Re: [JAVA2D] Transparent internal frames

2004-08-13 Thread Dmitri Trembovetski
Hello, could it be that some of your transparent components don't set 'opaque' property to false and not filling the whole area they're responsible for? This may cause the artifacts you're seeing. Check out these articles, the may have some relevant info:

[JAVA2D] Transparent internal frames

2004-08-12 Thread Clifford Lyon
Hello list, I have a Java 2D application where I show an image, and then display a transparent internal frame over the image that exposes controls to the user for adjusting parameters. Everything works fine, except when moving the knob on my JSlider, the internal frame background fills with