Mac OSX: Skinny JFrame?

D

Daniel Dyer

It's just JList with custom renderer.

It's more likely a JTable since it has two columns (that's if it is a
Swing GUI at all, which I doubt). However, I think the OP was referring
to the window, which is a tool window, like the kind you get in Photoshop,
with a thinner title bar than normal.

It is apparently possible with JInternalFrame but is an outstanding
feautre request for JDialog and JFrame
(http://http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6349556).

Dan.
 
R

Richter~9.6

It's more likely a JTable since it has two columns (that's if it is a
Swing GUI at all, which I doubt). However, I think the OP was referring
to the window, which is a tool window, like the kind you get in Photoshop,
with a thinner title bar than normal.

It is apparently possible with JInternalFrame but is an outstanding
feautre request for JDialog and JFrame
(http://http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6349556).

Dan.

Thanks guys. This is very helpful. :)

After Googling it looks like their might be a way using SWT toolset as
well.

Regards,
Richard
 
L

Lew

Richter~9.6 said:
After Googling it looks like their might be a way using SWT toolset as
well.

If you're willing to tie yourself to SWT instead of Swing.

- Lew
 

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
474,432
Messages
2,571,681
Members
48,796
Latest member
Greg L.

Latest Threads

Top