suitable LayoutManager for resizable components

前端 未结 4 485
你的背包
你的背包 2021-01-18 07:30

sometime ago I read this article that shows a way to implement mouse resizable components in Swing.

The author uses a null LayoutManager in order to allow absolute c

4条回答
  •  逝去的感伤
    2021-01-18 08:01

    As alternatives, also consider

    • How to Use Internal Frames.

    • Resizing Components in conjunction with Moving Windows.

    • An exisiting framework, such as JGraph or JUNG.

提交回复
热议问题