Google グループは Usenet の新規の投稿と購読のサポートを終了しました。過去のコンテンツは引き続き閲覧できます。
Dismiss

draw diagram in Swing

閲覧: 5 回
最初の未読メッセージにスキップ

Randy Heiland

未読、
2002/03/22 13:21:092002/03/22
To:
I'd like to be able to draw a diagram (nodes connected by arrows) where
my nodes are JInternalFrames. Essentially, draw a dataflow diagram.

Suggestions?

thanks, (and pls cc me directly)
--Randy hei...@ncsa.uiuc.edu

Paul Lutus

未読、
2002/03/22 23:45:232002/03/22
To:
Randy Heiland wrote:

> I'd like to be able to draw a diagram (nodes connected by arrows) where
> my nodes are JInternalFrames. Essentially, draw a dataflow diagram.
>
> Suggestions?
>

Post your code and ask for help? It will be easier to help you when we see
what you have done so far.

BTW JinternalFrames might be overkill for this task. How much information,
and in what form, does the node need to display? If it is a small amount of
text, why not use a JTextAtea in a JScrollPane, using your own custom
layout manager on a JPanel container?

--
Paul Lutus
www.arachnoid.com

Mr. Cube

未読、
2002/03/24 4:50:222002/03/24
To:

Randy Heiland wrote:

> I'd like to be able to draw a diagram (nodes connected by arrows) where
> my nodes are JInternalFrames. Essentially, draw a dataflow diagram.
>
> Suggestions?

Yes.

Take a look at
- JGraph (http://jgraph.sourceforge.net/)
- JHotDraw (http://jhotdraw.sourceforge.net/)

I myself are using JHotDraw.

Kees.

新着メール 0 件