2 questions

I need only answer on only one of the two following questions:


  1. Is it possible to use drag and drop windows (like in desktop environments, JFrames, for example) in BUI? Is it possible to theme these windows (rounded corners, backgrounds, alpha transparency, …) How do I do this?


  2. Can you theme windows in fenggui (rounded corners, backgrounds, alpha transparency, …)? How do I do this?

Here’s an example of what I want:





It’s transparent if you didn’t noticed it.

Anyone?

Come on people.  :expressionless:

SeySayux said:

1) Is it possible to use drag and drop windows (like in desktop environments, JFrames, for example) in BUI?

Of course you can. The question is how much work is still left for it. As nobody seems to have used it already you may need to write an appropriate mouse move listener yourself and move those windows appropriately.


Is it possible to theme these windows (rounded corners, backgrounds,

yes, seen that


alpha transparency

not sure, but very likely


How do I do this?

give it a try - does not seem so hard (have not done a lot with BUI myself, sorry)

It looks like fenggui is more the thing I'm searching for. It has windows already in it, and they seem to be transparent. Now I only need to search how I put a background in them. Thanks for the help anyways.