Thread
:
Object locations via grid coordinates HELP.
View Single Post
#
3
(
permalink
)
11-18-2007, 08:50 PM
deadman_uk
Member
Join Date: Nov 2007
Posts: 3
Quote:
Originally Posted by
hardwired
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?
deadman_uk
View Public Profile
Send a private message to deadman_uk
Find all posts by deadman_uk