Create rectangle with mouse drag, not draw

后端 未结 2 1981
情歌与酒
情歌与酒 2020-12-06 14:23

I want create a rectangle using the whole screen. By using the whole screen, I mean something like this:

\"Deskt

2条回答
  •  感情败类
    2020-12-06 15:28

    You could look into creating a transparent fullscreen JFrame.This would not be an ideal technique though.

    You can have a look at this to get you started on a real solution.

提交回复
热议问题