[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: hard question about form appearance
Non Rectangular windows are possible in java using javax.swing.JWindow but
there is a problem with it that it cannot have menu bars and would not
appear in the task bar of windows.
One can use java.awt.Window but it would require a parent Window/Frame where
as JWindow can be created with one.
To get a irregular shape you can probably override the paint method for the
component.
more help can be found at www.jguru.com in the forums/faqs.
Hope this helps
bye and regards
Mayank Aggarwal
----- Original Message -----
From: "Bill Woodson" <radman@usefulware.com>
To: "List AJUG" <ajug-members@ajug.org>
Sent: Friday, August 17, 2001 10:49 AM
Subject: hard question about form appearance
> Hi All,
>
> Thanks for the help on that simple question. I am a VB developer so the
> things I want to do are specified differently and I didn't know where to
> find it.
>
> Now for my next question. Is there a way to make non-rectangular windows
in
> JAVA?
>
> TIA,
> Bill
>
>