开发者

How to achieve the following screen/layout in JAVA Swing

开发者 https://www.devze.com 2023-02-11 20:51 出处:网络
How to achieve this following kind of screen in java Swing - I triedto achieve the same but I could reach as below -

How to achieve this following kind of screen in java Swing -

How to achieve the following screen/layout in JAVA Swing

I tried to achieve the same but I could reach as below -

How to achieve the following screen/layout in JAVA Swing

Sugge开发者_运维问答st me the way to get the desired output.


What you see is a docking based GUI. I would recommend using docking framework for java like flexdock, jdocking and dockingframes.

We used dockinframes in our project, relatively professional.

0

精彩评论

暂无评论...
验证码 换一张
取 消