how to make rounded modal dialog

E

eeyimaya

Hi,

I want to make a rounded modal dialog from JPanel.
But since I have to use JFrame and JDialog for this task
It cannot be rounded.

Any solution? or do I have to use
rectangle dialogs always?

Thanks....
 
S

Steve W. Jackson

Hi,

I want to make a rounded modal dialog from JPanel.
But since I have to use JFrame and JDialog for this task
It cannot be rounded.

Any solution? or do I have to use
rectangle dialogs always?

Thanks....

There's no pure Java Swing way of doing this. You would end up needing
to use JNI to get help from the underlying OS, assuming it supports it.

= Steve =
 
T

Thomas Weidenfeller

eeyimaya said:
I want to make a rounded modal dialog from JPanel.
But since I have to use JFrame and JDialog for this task
It cannot be rounded.

See the FAQ in my signature.

/Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,196
Latest member
ScottChare

Latest Threads

Top