`

eclipse更新Zorder

 
阅读更多

如何更新Figure的ZOrder

 

z-order of Figures is based on their order in Figure.getChildren().

so in this particular case the figure in front is the last figure to be
added to panel.

to bring the selected figure to front tou just need to do:

panel.remove(figure);
panel.add(figure);

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics