View Single Post
  #2 (permalink)  
Old 11-18-2007, 08:34 PM
hardwired hardwired is offline
Senior Member
 
Join Date: Jul 2007
Posts: 1,222
hardwired is on a distinguished road
Set the layout manager of the JPanel to null for absolute positioning:
Code:
panel = new JPanel(null)
Reply With Quote