JDK-1229213 : AWT should have some sort of transparent (Input Only) Components
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.0,1.1.3,1.2.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,solaris_2.4,windows_95
  • CPU: generic,x86,sparc
  • Submitted: 1995-11-22
  • Updated: 2014-09-30
  • Resolved: 1999-12-14
Related Reports
Duplicate :  
Description
A number of people have asked for Components which simply receive input
from an area of the screen.  This is similar to X11's InputOnly windows
or News' transparent canvases.  In both of those cases, it was not possible
to draw to the transparent or InputOnly canvas...

===============================================================
Another report:

Hi,
I would like to have feature in AWT that can create a 
transparent containter window in Java Application (not applet).
Basically what I want to create 
is a Java applciation, which will have an 
invisible/transparent containter. Then I can add say button,or canvas components in it.
So that I can see only those components I added in the containter.

The effect will be ... 
On screen you will see Java components I added 
in the container as if they are floating on screen 
loosely.

This type of feature will help in creating a Java based desktop etc.
Remember I want to do this in Java applciation, not in applet.

I hope I am not asking too much.

Thanks.
company - PostX Corporation , email - ###@###.###
===============================================================

Comments
EVALUATION [aim 10/31/96] Not sure how X11-centric this request is. I would like to understand more about what they are trying to accomplish to better understand whether this is the right solution or whether something else more in-line with a platform-independent architecture would solve the problem. This functionality has been made possible with lightweight components. eric.hawkes@eng 1999-12-13
13-12-1999