Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   Mac OSX: Skinny JFrame? (http://www.velocityreviews.com/forums/t390801-mac-osx-skinny-jframe.html)

Richter~9.6 02-12-2007 11:49 PM

Mac OSX: Skinny JFrame?
 
Hi guys,

Does anyone know what this window component is?
http://img187.imageshack.us/img187/3003/picture4vt8.png

I would like to use it in my Java App rather than use a full-blown
JFrame but I have no idea what it is call.

Thanks,
Richard


Duc 02-13-2007 02:06 AM

Re: Mac OSX: Skinny JFrame?
 
It's just JList with custom renderer.

Cheers,
Duc


Daniel Dyer 02-13-2007 09:26 AM

Re: Mac OSX: Skinny JFrame?
 
On Tue, 13 Feb 2007 02:06:24 -0000, Duc <Duc.NguyenDuy@gmail.com> wrote:

> 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/bugdataba...ug_id=6349556).

Dan.

--
Daniel Dyer
http://www.uncommons.org

Richter~9.6 02-13-2007 02:04 PM

Re: Mac OSX: Skinny JFrame?
 
On 13 Feb, 09:26, "Daniel Dyer" <"You don't need it"> wrote:
> On Tue, 13 Feb 2007 02:06:24 -0000, Duc <Duc.Nguyen...@gmail.com> wrote:
> > 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/bugdataba...ug_id=6349556).
>
> Dan.
>
> --
> Daniel Dyerhttp://www.uncommons.org


Thanks guys. This is very helpful. :-)

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

Regards,
Richard


Lew 02-13-2007 10:30 PM

Re: Mac OSX: Skinny JFrame?
 
Richter~9.6 wrote:
> 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


All times are GMT. The time now is 11:56 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57