Forward event to all components JAVA

后端 未结 4 472
天涯浪人
天涯浪人 2021-01-15 21:01

i dont how to solve this problem. I am developing a graphical editor, where arc(line) drawing is possible. I manually set the size of arc component to 1000x1000, so i dont

4条回答
  •  终归单人心
    2021-01-15 21:39

    You may be able to adapt the approach shown in GraphPanel. While the chosen implementation for List has a fixed order, a different implementation could allow commands such as Move Forward, Move Backward and Group.

提交回复
热议问题