Results 1 to 3 of 3
Thread: Swing Tabs with Draw2d
- 07-07-2009, 03:42 PM #1
Member
- Join Date
- Jul 2009
- Posts
- 4
- Rep Power
- 0
Swing Tabs with Draw2d
Hi all,
I'm currently working on a project which requires me to output a flowchart to which i am using an open source flowchart class. This class uses IFigure and and LightweightSystem from draw2d to ouput the flowchart as follows:
Shell shell = new Shell();
LightweightSystem lws = new LightweightSystem(shell);
ChartFigure flowchart = new ChartFigure();
lws.setContents(flowchart);
I want to take the flowchart created in the code about put it in a swing tabbed window, does anyone know if it is possible to combine swing and draw2d elements successfully?
Any input would be appreciated.
Thanks
Gary
-
I doubt that many here are familiar with your 3rd party library, and while I'm hopeful that you'll get a helpful reply here soon, you may have better luck at a forum for the library. Best of luck.
- 07-08-2009, 12:31 PM #3
Member
- Join Date
- Jul 2009
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
SWT tabs with Draw2d
By garyscarter in forum SWT / JFaceReplies: 0Last Post: 07-07-2009, 03:31 PM -
JMenu with Tabs using swing
By phil128 in forum AWT / SwingReplies: 1Last Post: 03-03-2009, 03:29 PM -
Working with org.eclipse.draw2d .IFigure
By Billy777 in forum EclipseReplies: 1Last Post: 09-26-2008, 06:09 PM -
SWT Draw2D Example
By Java Tip in forum SWTReplies: 0Last Post: 06-28-2008, 09:22 PM -
Use of Java2D on SWT or Draw2D graphical context
By Java Tip in forum SWTReplies: 0Last Post: 06-28-2008, 09:20 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks