How do I change the Position of a JPanel inside another JPanel?

前端 未结 0 1233
我寻月下人不归
我寻月下人不归 2021-01-01 12:16

I have a method that´s supposed to change the position of a JPanel inside another JPanel

 public void changePosition(int x, int y){
       panel.setBounds(x,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题