View Single Post
  #3 (permalink)  
Old 11-18-2007, 08:50 PM
deadman_uk deadman_uk is offline
Member
 
Join Date: Nov 2007
Posts: 3
deadman_uk is on a distinguished road
Quote:
Originally Posted by hardwired View Post
Set the layout manager of the JPanel to null for absolute positioning:
Code:
panel = new JPanel(null)
Wow it works!!! thanks so much. If I run into any problems in the future, can I rely on you hardwired?
Reply With Quote