Java swing, scrollbar does not working with absolute layout
问题 I want to have a jpanel with fixed size without layout manager in jscrollpane (which will be also without layout manager). I cant use any layout manager because i need to create an rectangle/circle at a location where user clicks (and allow drag & drop for all the created emelents) setLocationRelativeTo(null); setSize(300,300); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setName("dnd test"); int v=ScrollPaneConstants.VERTICAL_SCROLLBAR_AS_NEEDED; int h=ScrollPaneConstants.HORIZONTAL