Hi all,
How it is possible to make curved vertex of a swing container like JDialog. Say I the property setUndecratoed() to true, so there is just a rectangular shape window I have. I want to curved a vertex there.
Any suggestions really appreciate.
Printable View
Hi all,
How it is possible to make curved vertex of a swing container like JDialog. Say I the property setUndecratoed() to true, so there is just a rectangular shape window I have. I want to curved a vertex there.
Any suggestions really appreciate.
override one of the paint methods (paint, paintComponent, ...etc)