I have a huge JPanel
, so it scrolls. In this JPanel
, I have a JButton
in the right corner. When I want to click, I always need to scroll here. Is it possible to have a floating JButton
in the right corner of my application?
if yes please help me
source share