Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Palette look how-to and plotting

Hello everybody,

I am quite new to SWT and I am still learning how to
use it. I think I know already how it works generally
but I have 2 questions:

I have to create an application with SWT and I am
looking for something like the tabs you have inside
the Visual Editor's Palette.

Is there any Control that can behave like this? You
click on the tab and it goes up and down? Inside each
tab you can have some buttons or text or both? You can
pin it or not? Microsoft's Outlook is similar.

My other question is, is there any API for plotting
data? I would like to plot a 2D graphic, given a set
of data, (x,y) points. I have found GC class where you
can do it yourself like drawing lines given two
points.

Thank you very much.
Ruben Carvalho

=====
RĂºben Carvalho


		
___________________________________________________________ 
Win a castle for NYE with your mates and Yahoo! Messenger 
http://uk.messenger.yahoo.com


Back to the top